Probably a good idea to look for rcerror as rcerror.exe on Windows.

--HG--
branch : hotfix
hg/compatibility
dfighter1985 10 years ago
parent a6ee23ebe4
commit 2fe77d719f

@ -76,7 +76,11 @@ TReportResult report (const std::string &title, const std::string &header, const
f << body;
f.close();
#ifdef NL_OS_WINDOWS
NLMISC::launchProgram( "rcerror.exe", fname );
#else
NLMISC::launchProgram( "rcerror", fname );
#endif
}
NLMISC::CFile::deleteFile( fname );

Loading…
Cancel
Save