c++ - graphics with dm
- "paulo" <fake fake.pt> May 27 2003
- "Kar Gay Lim" <kagay kimay.net> May 28 2003
- "Walter" <walter digitalmars.com> May 28 2003
- Mark Evans <Mark_member pathlink.com> May 29 2003
Hello, i would like to know if it's possible do draw simple shapes like circle and squares in graphic mode with dm thanks Paulo Victor
May 27 2003
Which OS? I do have stuff for DMC in DOS-16, tried to port to X32. paulo <fake fake.pt> wrote in message news:bb0j2c$1iva$1 digitaldaemon.com...Hello, i would like to know if it's possible do draw simple shapes like circle and squares in graphic mode with dm thanks Paulo Victor
May 28 2003
"paulo" <fake fake.pt> wrote in message news:bb0j2c$1iva$1 digitaldaemon.com...i would like to know if it's possible do draw simple shapes like circle
squares in graphic mode with dm
It's possible to call any functions with the C calling conventions, such as calling the Windows system API graphics functions in GDI.
May 28 2003
The Smoke Vector Graphics library has been released under LGPL and might be easy to port. It is cross-platform by design but is only tested under Linux. http://www.chem.pwf.cam.ac.uk/~jdh30/programming/opengl/smoke/index.html
May 29 2003









"Kar Gay Lim" <kagay kimay.net> 