DirectX compilation problem

Started by
0 comments, last by rhide 20 years, 8 months ago
I''m using the latest version of Dev-C++, and I have a SERIOUS problem when I compile DirectDraw programs. I have included ddraw.h and ddraw.lib and when I compile I get a linker error: [Linker Error] DirectDrawCreate, undefined reference or something like that, anyways, my compiler cant find the DirectDrawCreate function!! please help me !! [img=http://www.gamedev.net/community/forums/icons/icon15.gif] The hackers must have gotten into the system through the hyperlink !!
The hackers must have gotten into the system through the hyperlink !!
Advertisement
Linker errors such as that occurs when you have the right headerfiles but the wrong library files.

Check your library path to make sure you''re pointing at the right version... that should be it basicly.

Albert
-------------------------------------------http://www.thec.org

This topic is closed to new replies.

Advertisement