• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

C++ Compile error

Junior Spellweaver
Joined
May 9, 2018
Messages
181
Reaction score
126
Would anyone be able to possibly shed some light on what causes this set of errors when trying to compile just "GMTools.dll"? Lines 89 and 90 are the 2 lines of code seen in the image below.
 

Attachments

You must be registered for see attachments list
Joined
Aug 14, 2009
Messages
2,304
Reaction score
1,189
Your nVidia DXTLib is not correct. It doesn't find the declaration of MIPMapData. Which is included here:
Code:
#include <dxtlib/dxtlib.h>

dnExHKG - C++ Compile error - RaGEZONE Forums


You've to find the appropriate nvDXTLib version, I found Version 8.30 which is working fine. (Which you can find in the files I posted here: http://forum.ragezone.com/f885/release-compilable-source-1116932/)
 

Attachments

You must be registered for see attachments list
Last edited:
Upvote 0
Junior Spellweaver
Joined
May 9, 2018
Messages
181
Reaction score
126
Thank you so much for replying, i inspected a bunch of dxtlibs on my pc and never once noticed they didnt have the MIPMapData struct declared. Once i get to my main pc i will get everything sorted. i appreciate your help tremendously, thank you.
 
Upvote 0
Back
Top