Quote:
Could you describe exactly the steps necessary to reproduce the problem?
I literally just downloaded 0.14 and loaded the Horde3d solution file and rebuilt the chicago or knight sample. The error in my first post occurs in debug. In release i get the following:
Quote:
fatal error C1047: The object or library file '..\..\build\sample chicago\release\app.obj' was created with an older compiler than other objects; rebuild old objects and libraries
3>LINK : fatal error LNK1257: code generation failed
Is there possibly some conflicts between any libs. I noticed another post with the same issue and you asked about SP1. I don't have this installed, and from what I've read about it recently I'm not convinced I should - it seems to cause a lot of problems. Could that be an issue though?
I could upload a sample for you, but I haven't changed a thing - this is the freshly downloaded SDK
This is the build log:
Quote:
Build Log Rebuild started: Project: Sample Chicago, Configuration: Release|Win32
Command Lines Creating temporary file "C:\Dev\Toolkit\SDKs\Horde3D\Build\Sample Chicago\Release\RSP00003D32843660.rsp" with contents
[
/O2 /GL /I "C:\Dev\Toolkit\SDKs\Horde3D\Bindings/C++" /I "c:\Dev\Toolkit\SDKs\Horde3D\Samples\Chicago\../../Dependencies/Include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /FD /EHsc /MT /Fo"C:\Dev\Toolkit\SDKs\Horde3D\Build\Sample Chicago\Release\\" /Fd"C:\Dev\Toolkit\SDKs\Horde3D\Build\Sample Chicago\Release\vc80.pdb" /W3 /c /Wp64 /Zi /TP .\main.cpp
.\crowd.cpp
.\app.cpp
]
Creating command line "cl.exe @"C:\Dev\Toolkit\SDKs\Horde3D\Build\Sample Chicago\Release\RSP00003D32843660.rsp" /nologo /errorReport:prompt"
Creating temporary file "C:\Dev\Toolkit\SDKs\Horde3D\Build\Sample Chicago\Release\RSP00003E32843660.rsp" with contents
[
/OUT:"C:\Dev\Toolkit\SDKs\Horde3D\Build\Sample Chicago\Release\Sample_Chicago.exe" /INCREMENTAL:NO /LIBPATH:"C:\Dev\Toolkit\SDKs\Horde3D\Bindings/C++" /LIBPATH:"c:\Dev\Toolkit\SDKs\Horde3D\Samples\Chicago\../../Dependencies/Libs_VC8" /MANIFEST /MANIFESTFILE:"C:\Dev\Toolkit\SDKs\Horde3D\Build\Sample Chicago\Release\Sample_Chicago.exe.intermediate.manifest" /DEBUG /PDB:"c:\dev\toolkit\sdks\horde3d\build\sample chicago\release\Sample_Chicago.pdb" /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /LTCG /MACHINE:X86 /ENTRY:mainCRTStartup GLFW.lib OpenGL32.lib Horde3D_vc8.lib Horde3DUtils_vc8.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 "..\..\build\horde3d utils\release\horde3dutils_vc8.lib" "..\..\build\horde3d engine\release\horde3d_vc8.lib"
"..\..\build\sample chicago\release\app.obj"
"..\..\build\sample chicago\release\crowd.obj"
"..\..\build\sample chicago\release\main.obj"
]
Creating command line "link.exe @"C:\Dev\Toolkit\SDKs\Horde3D\Build\Sample Chicago\Release\RSP00003E32843660.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window Compiling...
main.cpp
crowd.cpp
app.cpp
Linking...
fatal error C1047: The object or library file '..\..\build\sample chicago\release\app.obj' was created with an older compiler than other objects; rebuild old objects and libraries
LINK : fatal error LNK1257: code generation failed
Results Build log was saved at "file://C:\Dev\Toolkit\SDKs\Horde3D\Build\Sample Chicago\Release\BuildLog.htm"
Sample Chicago - 1 error(s), 0 warning(s)
Is there anything else I can provide that may shed some light?