dir /s /b gpp.exe whould show you were gpp.exe is. gpp.exe is being run to compile the c++ program, but can't find as.exe, which I assume is the assembler. I have no idea why it can't find as.exe. In the meantime, I would expect any Win32 C++ compiler and the appropriate libraries to be able to compile the program. I'm curious about this problem... Regards, Michael |