azteclibd.lib builded fine
but the Linker always tells me while linking "STD Translators"
==>Linking...
LINK : fatal error LNK1104: cannot open file 'lib3ds-120sd.lib'
but the include directory is set correctly to
==> D:\DiplomArbeit\3rdParty\lib3ds\msvc\Build\Debug
which contains the file... what's wrong ???
Have you set the LIB3DS_LIBDIR environment variable to point to the right place? The additional directories for linking should have the $(LIB3DS_LIBDIR) entry in it, which will tell it where to get the .lib from.
Also, when linking, its not include directories that need to be set, but additional link directories in the link tab for the project settings.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for the solution with thel linking problems :)
So the linker works fine but the problem with the ImageList_ReadEx and imageList_WriteEx is still there. Could it be that the version 7 of the atlctrls.h
isnt the right one ??
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
To tell the truth, I don't know what is wrong with the ATL/WTL stuff. I don't know very much about it, and when I ut it on after Xander made the changes, it just worked.
Have you had any more success?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
azteclibd.lib builded fine
but the Linker always tells me while linking "STD Translators"
==>Linking...
LINK : fatal error LNK1104: cannot open file 'lib3ds-120sd.lib'
but the include directory is set correctly to
==> D:\DiplomArbeit\3rdParty\lib3ds\msvc\Build\Debug
which contains the file... what's wrong ???
Second problem:
compiling the "Aztec Main"
==>D:\DiplomArbeit\3rdParty\WTL7\include\atlctrls.h(1716) : error C2065: 'ImageList_ReadEx' : undeclared identifier
D:\DiplomArbeit\3rdParty\WTL7\include\atlctrls.h(1721) : error C2065: 'ImageList_WriteEx' : undeclared identifier
is this the wrong version of the WTL Libary ???
anyone outhere who knows a solution ??
peace
Have you set the LIB3DS_LIBDIR environment variable to point to the right place? The additional directories for linking should have the $(LIB3DS_LIBDIR) entry in it, which will tell it where to get the .lib from.
Also, when linking, its not include directories that need to be set, but additional link directories in the link tab for the project settings.
Thanks for the solution with thel linking problems :)
So the linker works fine but the problem with the ImageList_ReadEx and imageList_WriteEx is still there. Could it be that the version 7 of the atlctrls.h
isnt the right one ??
To tell the truth, I don't know what is wrong with the ATL/WTL stuff. I don't know very much about it, and when I ut it on after Xander made the changes, it just worked.
Have you had any more success?