PMH4514
asked on
still having problems with compile errors in atlbase.h.. getting very irritated!
I am at an absolute loss here, and getting very frustrated. I installed visual studio 6 on a new computer, followed by the platform SDK and DirectX9 and my app will no longer compile.
I get all kinds of errors like:
:\program files\microsoft visual studio\vc98\atl\include\at lbase.h(30 5) : error C2065: '_vsnprintf_instead_use_St ringCbVPri ntfA_or_St ringCchVPr intfA' : undeclared identifier
e:\program files\microsoft visual studio\vc98\atl\include\at lbase.h(33 8) : error C2065: '_vsnwprintf_instead_use_S tringCbVPr intfW_or_S tringCchVP rintfW' : undeclared identifier
e:\program files\microsoft visual studio\vc98\atl\include\at lbase.h(55 15) : error C2065: 'lstrcpy_instead_use_Strin gCbCopy_or _StringCch Copy' : undeclared identifier
e:\program files\microsoft visual studio\vc98\atl\include\at lbase.h(59 89) : error C2065: 'lstrcat_instead_use_Strin gCbCat_or_ StringCchC at' : undeclared identifier
and:
error C2065: 'strcpy_instead_use_String CbCopyA_or _StringCch CopyA' : undeclared identifier
etc.
I've installed and uninstalled and reinstalled the platform SDK and various releases of the DX sdk, following directions here:
http://www.gamedev.net/community/forums/topic.asp?topic_id=328532
My library/include paths are all defined properly as far as I can tell, but still nothing gets rid of these compile errors. I have never seen them before on the old computer, so something must be mis-aligned or improperly installed. All my google searches for that error message have only led me in circles, yet nothing is working.
Somebody out there must have had this problem. It is not my code, my code was compiling without errors before I got a new computer.
Anybody? It has brougth my work to a complete standstill :(
I get all kinds of errors like:
:\program files\microsoft visual studio\vc98\atl\include\at
e:\program files\microsoft visual studio\vc98\atl\include\at
e:\program files\microsoft visual studio\vc98\atl\include\at
e:\program files\microsoft visual studio\vc98\atl\include\at
and:
error C2065: 'strcpy_instead_use_String
etc.
I've installed and uninstalled and reinstalled the platform SDK and various releases of the DX sdk, following directions here:
http://www.gamedev.net/community/forums/topic.asp?topic_id=328532
My library/include paths are all defined properly as far as I can tell, but still nothing gets rid of these compile errors. I have never seen them before on the old computer, so something must be mis-aligned or improperly installed. All my google searches for that error message have only led me in circles, yet nothing is working.
Somebody out there must have had this problem. It is not my code, my code was compiling without errors before I got a new computer.
Anybody? It has brougth my work to a complete standstill :(
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
thanks