Re: Error spawning c1.exe?
Are you sure its not cl.exe instead of c1.exe? Sounds like it is a path issue to the exe builder. My best guess would be to make sure all you path information is correct.
Re: Error spawning cl.exe?
yes it is cl.exe not c1.exe.
So how should I check the paths.
Re: Error spawning c1.exe?
How did you install Qt? What was the exact name of the package you installed and what steps did you take?
Re: Error spawning c1.exe?
Your environment is not set up correctly. Make sure to call vsvars32.bat to set it up. Or use Visual Studio Command prompt (don't know if this is already available in this ancient compiler)
Re: Error spawning c1.exe?
Thanks for reply.
But now there is a strange situation if I simply click the .dsw file and then open and run the application then I am getting the same error but if I launch the Visual Studio from the bat file from the program menu then there is no error.
The application just run correctly.