Hi,
I just re-installed DarkPhysics and patched it up to the 26/05/2009 update but none of the examples will compile now.
I get the following...
1>------ Rebuild All started: Project: Water, Configuration: Release Win32 ------
1>Deleting intermediate and output files for project 'Water', configuration 'Release|Win32'
1>Compiling...
1>Main.cpp
1>.\Main.cpp(91) : warning C4305: 'argument' : truncation from 'double' to 'float'
1>.\Main.cpp(91) : warning C4305: 'argument' : truncation from 'double' to 'float'
1>.\Main.cpp(91) : warning C4305: 'argument' : truncation from 'double' to 'float'
1>.\Main.cpp(157) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
1>.\Main.cpp(158) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
1>.\Main.cpp(175) : warning C4305: 'argument' : truncation from 'double' to 'float'
1>.\Main.cpp(218) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>.\Main.cpp(218) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>.\Main.cpp(218) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>.\Main.cpp(219) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>.\Main.cpp(219) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>.\Main.cpp(219) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>.\Main.cpp(221) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>.\Main.cpp(267) : warning C4305: 'argument' : truncation from 'double' to 'float'
1>.\Main.cpp(319) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
1>.\Main.cpp(328) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>.\Main.cpp(334) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
1>.\Main.cpp(335) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
1>.\Main.cpp(336) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
1>.\Main.cpp(353) : warning C4305: 'argument' : truncation from 'double' to 'float'
1>.\Main.cpp(372) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
1>.\Main.cpp(385) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
1>.\Main.cpp(386) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
1>.\Main.cpp(419) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
1>.\Main.cpp(420) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
1>.\Main.cpp(422) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
1>.\Main.cpp(424) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
1>Linking...
1>fatal error C1047: The object or library file '.\Release\Main.obj' was created with an older compiler than other objects; rebuild old objects and libraries
1>LINK : fatal error LNK1257: code generation failed
1>Build log was saved at "file://c:\DevLibs\C++\TGC\DarkGDK\Samples\Dark Physics\Water\Release\BuildLog.htm"
1>Water - 1 error(s), 27 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
I have tried ordering a re-build but with the same results and I have manually hunted down and deleted all Main.obj in the samples folder and all its subdirs.
If anybody has an idea of how to make this work I would be a very very happy man.
Many thanks
*edit - I am very sorry for the exceedingly lame title to this post. I meant to change it before hitting post but forgot!!
MACRO