Your PSDK is too new. Note that the PSDK2003SP1 does NOT work under VC6. The errors you are receiving are just one of the problems you will get when you try to force VC6 to use the PSDK2003SP1.
many people are using ATL version (not just WTL) that comes with the Platform SDK with Visual C++ 2005 Express, freely.
But, for VC 6 it makes no sense that you are using the ATL that comes with the Platform SDK. You should use the ATL that comes with VC 6 as it does not have this problem.
I want to compile xerces-c as Com Object use VC6 & PSDK2003SP1
Sto King
Your PSDK is too new. Note that the PSDK2003SP1 does NOT work under VC6. The errors you are receiving are just one of the problems you will get when you try to force VC6 to use the PSDK2003SP1.
The last PSDK that supported VC6 was the February 2003 edition. If you're quick, you can still download it at: http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm.
Unfortunately, Microsoft have now been alerted that their old SDK is still up. That site will self-destruct in 5, 4, 3, ...
mian mahboob
Google gives me this :-
http://groups.google.com/group/microsoft.public.platformsdk.base/browse_frm/thread/686fb0df3fd296f2/7848941543f399ab
I Love Burger
The problem with atlthunk.lib can be worked around, the instructions are here:
http://www.codeproject.com/wtl/WTLExpress.asp
many people are using ATL version (not just WTL) that comes with the Platform SDK with Visual C++ 2005 Express, freely.
But, for VC 6 it makes no sense that you are using the ATL that comes with the Platform SDK. You should use the ATL that comes with VC 6 as it does not have this problem.
V3M4
Thanks ,i had download PSDK2003,and
build xerces-c Com Object complete.