21/05/01
Claudio Rocchini
3
Come si fa per …
•
Nel file application.cpp sostituire:
•
if (!ProcessShellCommand(cmdInfo))
•
return FALSE;
•
con
•
if(cmdInfo.m_nShellCommand!=
•
CCommandLineInfo::FileNew)
•
{
•
if (!ProcessShellCommand(cmdInfo))
•
return FALSE;
•
}