Include issues.. again.

Started by
1 comment, last by allgoodnames 20 years, 11 months ago
I''m trying to use the DDLoadBitmap() fuction from ddutil and I''m getting "undeclared identifier" from the compiler. These are my includes: #include <windows.h> #include <windowsx.h> #include <mmsystem.h> #include <iostream.h> #include <string.h> #include <ddraw.h> #include <ddutil.h> I''ve tried including the cpp in my project and I''ve checked so all paths are correct. I tried using the function on advice from this: http://www.gamedev.net/reference/articles/article1078.asp article. www.freewebz.com/anykey
www.freewebz.com/anykey
Advertisement
If it was missing .lib files not being linked to the error would be "unresolved external symbol", the "undeclared indetifier" is usually a result of missing headers than missing libs
Thx for answering guys.
It seems I had a faulty version of ddutil that didn''t work at all.
www.freewebz.com/anykey

This topic is closed to new replies.

Advertisement