c++.chat - How do I connect a libriary?
-
Nikita
(3/3)
Nov 07 2007
How do I connect a libriary? I have a line "#include
" for open... - nikita (2/2) Nov 09 2007 Now I found libriaryes and header files, can somebody please tell me an ...
- Walter Bright (2/4) Nov 28 2007 dmc foo.c bar.lib
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