Bumping up, I need to know what this error means: 1>------ Build started: Project: Neospector, Configuration: Debug Win32 ------ 1> powder (2).c 1>c:\users\john\downloads\powder-42.3-src\powder.h(257): warning C4244: 'initializing' : conversion from 'float' to 'unsigned char', possible loss of data 1>c:\users\john\downloads\powder-42.3-src\powder.h(257): warning C4047: 'initializing' : 'const char *' differs in levels of indirection from 'int' 1>c:\users\john\downloads\powder-42.3-src\powder.h(257): warning C4047: 'initializing' : 'const unsigned short' differs in levels of indirection from 'char [56]' 1>c:\users\john\downloads\powder-42.3-src\powder.h(258): error C2065: 'CDFS' : undeclared identifier 1>c:\users\john\downloads\powder-42.3-src\powder.h(258): error C2099: initializer is not a constant 1>c:\users\john\downloads\powder-42.3-src\powder.h(260): error C2059: syntax error : ';' 1>c:\users\john\downloads\powder-42.3-src\powder.h(335): fatal error C1903: unable to recover from previous error(s); stopping compilation ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
pilojo Yes. #define PT_HOTS 68 #define PT_STEL 69 I found a few of the problems which was for some reason I had HOTS diffusing and exploding not to mention melting.
K- to bide my time while I fix my errors, the following elements will be (attempted) to be coded in: COLD- Solid cooler TXGS- Toxic gas. Kills stickman, very flammable. GOLD- Gold! Strong, conductive. (copy STEL) These are semi-basic elements which can be added in with little difficulty. GOLD will be difficult since I might get the same problem which in getting with STEL. But TXGS I just copy the code from O2 and NEUT. *prepares for long-winded rant*
I need to bump this up badly. wikku's "advice" didn't work. Still has an error on that line. The errors now consist of 1>------ Build started: Project: Neospector, Configuration: Debug Win32 ------ 1> powder (2).c 1>c:\users\john\downloads\powder-42.3-src\powder.h(258): error C2065: 'CDFS' : undeclared identifier 1>c:\users\john\downloads\powder-42.3-src\powder.h(258): error C2099: initializer is not a constant 1>c:\users\john\downloads\powder-42.3-src\powder.h(258): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data 1>c:\users\john\downloads\powder-42.3-src\powder.h(260): warning C4047: 'initializing' : 'unsigned char' differs in levels of indirection from 'char [50]' 1>c:\users\john\downloads\powder-42.3-src\powder.h(260): error C2059: syntax error : ';' 1>c:\users\john\downloads\powder-42.3-src\powder.h(335): fatal error C1903: unable to recover from previous error(s); stopping compilation ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== So I've eliminated one, which happened to be a couple human errors. Otherwise it doesn't make any sense. Elements in above post will be in Version two. Here's why some make sense: Some are just making no sense because I've copied above elements and those aren't having errors. Line 60 has no character 50. it's just };;