November 07, 2007 How do I connect a libriary? | |
|---|---|
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. | |
November 09, 2007 Re: How do I connect a libriary? | |
|---|---|
Posted in reply to Nikita | 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? |
November 29, 2007 Re: How do I connect a libriary? | |
|---|---|
Posted in reply to nikita | 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
|

Reply