Hi, what does this mean: fatal error C1189: #error : initguid: must include objbase.h first.
I am making a dx program in VC++,
Thanks!
Printable View
Hi, what does this mean: fatal error C1189: #error : initguid: must include objbase.h first.
I am making a dx program in VC++,
Thanks!
It means you need to have objbase.h included *before* the header that gave that error.