Just to add to the information, here is the Linker command line: /OUT:"..\..\..\..\..\Build\Win64\VC8\Release\xerces-c_2_6.dll" /INCREMENTAL:NO /NOLOGO /LIBPATH:"..\..\..\..\..\Build\Win64\VC8\Release" /DLL /MANIFEST /MANIFESTFILE:"x64\Release\xerces-c_2_6.dll.intermediate.manifest" /PDB:".\..\..\..\..\..\Build\Win64\VC8\Release/xerces-c_2_6.pdb" /MAP:".\..\..\..\..\..\Build\Win64\VC8\Release\obj/xerces-c_2_6.map" /SUBSYSTEM:WINDOWS /BASE:"0x12000000" /IMPLIB:"..\..\..\..\..\Build\Win64\VC8\Release/xerces-c_2.lib" /MACHINE:AMD64 /ERRORREPORT:PROMPT ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
I am using the AMD64 target machine, not x86 as it's found by MSVS!!! warm regards Saurabh Saurabh Bhatnagar/BLR/HTL 08/23/2005 12:51 PM To [email protected] cc Akshya Pradhan/BLR/[EMAIL PROTECTED], [EMAIL PROTECTED] Subject WIN64 build on x64 platform using MSVS 2005 Beta I am getting this fatal error LNK1112 1>..\..\..\..\..\build\win64\vc8\release\obj\Base64.obj : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86' My command line in VC++ 8 looks like /O1 /Ob2 /I "..\..\..\..\..\src" /D "NDEBUG" /D "PLATFORM_WIN64" /D "_CRTDBG_MAP_ALLOC" /D "PROJ_XMLPARSER" /D "PROJ_XMLUTIL" /D "PROJ_PARSERS" /D "PROJ_SAX4C" /D "PROJ_SAX2" /D "PROJ_DOM" /D "PROJ_VALIDATORS" /D "XML_SINGLEDLL" /D "_WINDOWS" /D "XML_USE_WIN32_TRANSCODER" /D "XML_USE_INMEM_MESSAGELOADER" /D "XML_USE_NETACCESSOR_WINSOCK" /D "WIN64" /D "_VC80_UPGRADE=0x0700" /D "_WINDLL" /GF /FD /EHsc /MD /Zc:wchar_t- /Fp".\..\..\..\..\..\Build\Win64\VC8\Release\obj/XercesLib.pch" /Fo".\..\..\..\..\..\Build\Win64\VC8\Release\obj/" /Fd".\..\..\..\..\..\Build\Win64\VC8\Release\obj/" /W3 /nologo /c /TP /errorReport:prompt The WIN32, what I got from the SLN file has beenn updated with ""XML_USE_WIN32_TRANSCODER" - is there ""XML_USE_WIN64_TRANSCODER"?? and I have replaced "PLATFORM_WIN32" with "PLATFORM_WIN64" and added "WIN64". Please give me the proper steps to build. warm regards Saurabh --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
