how to run external application in a visual C++ Program

greenspun.com : LUSENET : Steve Heller's books : One Thread

We want to run an external application in VC++. We tried this command virtual int Run( ); But got the following error message exampleDlg.cpp C:\example\exampleDlg.cpp(182) : error C2065: 'Run' : undeclared identifier C:\example\exampleDlg.cpp(182) : warning C4129: 'W' : unrecognized character escape sequence C:\example\exampleDlg.cpp(182) : warning C4129: 'D' : unrecognized character escape sequence C:\example\exampleDlg.cpp(182) : warning C4129: 'w' : unrecognized character escape sequence C:\example\exampleDlg.cpp(182) : warning C4129: 'W' : unrecognized character escape sequence Error executing cl.exe.

example.exe - 1 error(s), 4 warning(s)

Can anyone guide us regarding this matter?? We are just starting with the VC++.

-- student (madhur_pande@yahoo.com), October 27, 2002


Moderation questions? read the FAQ