Small error, HELP!

Started by
0 comments, last by Mman 22 years, 3 months ago
Hi, what does this mean: fatal error C1189: #error : initguid: must include objbase.h first. I am making a dx program in VC++, Thanks!
Advertisement
looks like you''re missing the DX guid header and/or lib..

EITHER

  #define INITGUID  


OR

  #pragma comment(lib, "dxguid.lib")  


that should fix it...
Learn about game programming!Games Programming in C++: Start to Finish

This topic is closed to new replies.

Advertisement