c++.chat - How do I connect a libriary?
- Nikita <nio247 yandex.ru> Nov 07 2007
- nikita <nio247 yandex.ru> Nov 09 2007
- Walter Bright <newshound1 digitalmars.com> Nov 28 2007
How do I connect a libriary? I have a line "#include <gl\gl.h>" for openGL32 libriary but I don't know where the libriary and the header are and dmc.exe says it can't find gl\gl.h.
Nov 07 2007
Now I found libriaryes and header files, can somebody please tell me an example command line to compile something and connect a lib to it?
Nov 09 2007
nikita wrote:Now I found libriaryes and header files, can somebody please tell me an example command line to compile something and connect a lib to it?
dmc foo.c bar.lib
Nov 28 2007








Walter Bright <newshound1 digitalmars.com>