This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
when does .obj file created?
i created a new project as usual.
-new rtsc project, add files (a previously created c++ file, which is my main), include my required files, new rtsc configuration file.
but when i build my project it always give " cannot find file "main.obj" " error
looking at my previous project, the main.obj file is always in the Debug folder, which is not the case this time. so i'm stumped.
same flow as before but no obj file
thanks!
Were there any build errors generated that may have prevented the main.obj from being created? Usually the .objs are created after successful compilation of C/C++ source files. Please take a look at the complete output of the CCS build console view and look for any error messages. That should give some clues as to why the main.obj was not created.
yeah there was an error. on white background, so i missed that.
anyway problem solved now . thanks a lot