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.(posted 8054 days ago)example.exe - 1 error(s), 4 warning(s)
Can anyone guide us regarding this matter?? We are just starting with the VC++.