Ok, so if you've seen my mod thread you know I tried to move the files to the newest source and that didn't go well. So I reloaded everything but every time I try to build it reads: 1>------ Build started: Project: Neospector, Configuration: Debug Win32 ------ 1> powder.c 1>powder.c(3): fatal error C1083: Cannot open include file: 'defines.h': No such file or directory 1> http.c 1>http.c(45): fatal error C1083: Cannot open include file: 'defines.h': No such file or directory 1> graphics.c 1>graphics.c(15): fatal error C1083: Cannot open include file: 'defines.h': No such file or directory 1> Generating Code... ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== Defines.h is there, I don't know why it can't find it. Help?
No, if I move defines.h it reads that misc.h, md5.h, and powder.h are missing. So I moved those, then it reads that more ".h" files are missing. And if I move all ".h" files, it reads that the elements are unknown coding. Edit: Found the problem: old powder.h from the original source.
Sorry for double post: The new source has a weird error: 1>c:\users\john\downloads\powder-42.3-src\powder.h(374): error C2065: 'SC_LIFE' : undeclared identifier This also goes for: 1>c:\users\john\downloads\powder-42.3-src\powder.h(365): error C2065: 'SC_CRACKER2' : undeclared identifier And the final error: 1>c:\users\john\downloads\powder-42.3-src\powder.h(429): error C2099: initializer is not a constant I'm going to tinker with the menu sections, which might be the problem for errors 1 and 2. 3 I don't know what to do with. Edit: These errors are now popping up everywhere in powder.c: 1>powder.c(6060): error C2065: 'SLALT' : undeclared identifier What is "SLALT?"
@Made2Shred Then what is it supposed to be? I ended up fixing the SC_LIFE and SC_CRACKER errors, the source didn't define the other menu sections. I think I have a bunch of peoples sources mixed together. I don't like where this is headed... I'd start over but Githib files are organized differently and I don't know where the Source-Required folder (this includes the Includes and Libraries folders) should be placed, or where the files should be or even if it matters