I need some help!
Posted: August 19th, 2009, 11:01 am
I get this when I compile with codeblocks....
||=== sandbox, Debug Win32 ===|
..\engine\renderparticles.cpp|1079|warning C4305: 'argument' : truncation from 'double' to 'float'|
..\engine\renderparticles.cpp|1080|warning C4305: 'argument' : truncation from 'double' to 'float'|
..\engine\renderparticles.cpp|1083|warning C4305: 'argument' : truncation from 'double' to 'float'|
..\engine\renderparticles.cpp|1090|warning C4305: 'argument' : truncation from 'double' to 'float'|
..\engine\renderparticles.cpp|1104|warning C4305: 'initializing' : truncation from 'double' to 'const float'|
..\engine\renderparticles.cpp|1104|warning C4305: 'initializing' : truncation from 'double' to 'const float'|
..\engine\renderparticles.cpp|1104|warning C4305: 'initializing' : truncation from 'double' to 'const float'|
..\engine\renderparticles.cpp|1104|warning C4305: 'initializing' : truncation from 'double' to 'const float'|
..\engine\renderparticles.cpp|1104|warning C4305: 'initializing' : truncation from 'double' to 'const float'|
..\engine\renderparticles.cpp|1146|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\renderparticles.cpp|1148|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\renderparticles.cpp|1149|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\renderparticles.cpp|1151|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\renderparticles.cpp|1152|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\renderparticles.cpp|1153|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\renderparticles.cpp|1154|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\renderparticles.cpp|1155|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\water.cpp|1187|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\water.cpp|1187|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\water.cpp|1187|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\water.cpp|1187|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\water.cpp|1250|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\water.cpp|1250|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\water.cpp|1250|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\water.cpp|1250|warning C4305: 'initializing' : truncation from 'double' to 'float'|
c:\documents and settings\andrew turner\my documents\downloads\platinumartssandbox2.3\src\moviecube\movieclient.h|403|warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)|
c:\documents and settings\andrew turner\my documents\downloads\platinumartssandbox2.3\src\moviecube\movieclient.h|405|warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)|
c:\documents and settings\andrew turner\my documents\downloads\platinumartssandbox2.3\src\moviecube\movieclient.h|41|warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)|
c:\documents and settings\andrew turner\my documents\downloads\platinumartssandbox2.3\src\moviecube\moviecamera.h|82|warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)|
LINK||fatal error LNK1561: entry point must be defined|
||=== Build finished: 1 errors, 29 warnings ===|
And I can not get it to work!!
||=== sandbox, Debug Win32 ===|
..\engine\renderparticles.cpp|1079|warning C4305: 'argument' : truncation from 'double' to 'float'|
..\engine\renderparticles.cpp|1080|warning C4305: 'argument' : truncation from 'double' to 'float'|
..\engine\renderparticles.cpp|1083|warning C4305: 'argument' : truncation from 'double' to 'float'|
..\engine\renderparticles.cpp|1090|warning C4305: 'argument' : truncation from 'double' to 'float'|
..\engine\renderparticles.cpp|1104|warning C4305: 'initializing' : truncation from 'double' to 'const float'|
..\engine\renderparticles.cpp|1104|warning C4305: 'initializing' : truncation from 'double' to 'const float'|
..\engine\renderparticles.cpp|1104|warning C4305: 'initializing' : truncation from 'double' to 'const float'|
..\engine\renderparticles.cpp|1104|warning C4305: 'initializing' : truncation from 'double' to 'const float'|
..\engine\renderparticles.cpp|1104|warning C4305: 'initializing' : truncation from 'double' to 'const float'|
..\engine\renderparticles.cpp|1146|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\renderparticles.cpp|1148|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\renderparticles.cpp|1149|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\renderparticles.cpp|1151|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\renderparticles.cpp|1152|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\renderparticles.cpp|1153|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\renderparticles.cpp|1154|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\renderparticles.cpp|1155|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\water.cpp|1187|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\water.cpp|1187|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\water.cpp|1187|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\water.cpp|1187|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\water.cpp|1250|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\water.cpp|1250|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\water.cpp|1250|warning C4305: 'initializing' : truncation from 'double' to 'float'|
..\engine\water.cpp|1250|warning C4305: 'initializing' : truncation from 'double' to 'float'|
c:\documents and settings\andrew turner\my documents\downloads\platinumartssandbox2.3\src\moviecube\movieclient.h|403|warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)|
c:\documents and settings\andrew turner\my documents\downloads\platinumartssandbox2.3\src\moviecube\movieclient.h|405|warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)|
c:\documents and settings\andrew turner\my documents\downloads\platinumartssandbox2.3\src\moviecube\movieclient.h|41|warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)|
c:\documents and settings\andrew turner\my documents\downloads\platinumartssandbox2.3\src\moviecube\moviecamera.h|82|warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)|
LINK||fatal error LNK1561: entry point must be defined|
||=== Build finished: 1 errors, 29 warnings ===|
And I can not get it to work!!