1>------ Build started: Project: CPP_System, Configuration: Debug Win32 ------
1>Compiling...
1>Form4.cpp
1>.\Form4.cpp(1 ) : fatal error C1093: API call 'ImportFile' failed '0x80070003' : ErrorMessage: The system cannot find the path specified
1>Description: The system cannot find the path specified
1>HelpFile: complib.hlp
1>Build log was saved at "file://d:\Project\Debu g\BuildLog.htm"
1>CPP_System - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
The project contains 3 Forms already. Now I add one more with some label and buttons put on the new form. once I build the solution, the above error is resulted.
1>Compiling...
1>Form4.cpp
1>.\Form4.cpp(1 ) : fatal error C1093: API call 'ImportFile' failed '0x80070003' : ErrorMessage: The system cannot find the path specified
1>Description: The system cannot find the path specified
1>HelpFile: complib.hlp
1>Build log was saved at "file://d:\Project\Debu g\BuildLog.htm"
1>CPP_System - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
The project contains 3 Forms already. Now I add one more with some label and buttons put on the new form. once I build the solution, the above error is resulted.
Comment