Direct3dCreate9@4

Started by
1 comment, last by GameDev.net 18 years, 1 month ago
I'm getting an unusal error message that I've never had before. I'm trying to use a friend's Dev-C++ compiler instead of my usual Microsoft Visual Studio and I'm getting an error message of undefined reference to Direct3dCreate9@4. The compiler says that I linked d3d9.lib correctly. If anyone who is familiar with this compiler can they tell me what setting I'm am missing?
Advertisement
You're definitely not linking to d3d9.lib correctly. I seem to recall that Dev-C++ needs a different .lib format from MSVC, which would mean that it's not reading it properly. I'm not sure if that's correct though, I'm not a Dev-C++ person myself.
Thanks Evil Steve.

This topic is closed to new replies.

Advertisement