[ Post New Message | Post Reply to this One | Send Private Email to student | Help ]

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

from student (madhur_pande@yahoo.com)
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++.

(posted 7824 days ago)

[ Previous | Next ]