Kay wrote: Open SuRun.sln and then build * SuRun32 Unicode Release|Win32 * x64 Unicode Release|x64 * Unicode Release|Win32 in that order, to get InstallSuRun.exe.
Kay, thank you very much for your response. I am excited about your software. We aren't using x64 here but I would like to folow your directions, however I attempted to run the x64 Unicode Debug | x64 from within Visual Studio 2005 and I cannot find that option. I commented the two lines
//SURUN.EXE EXE64_FILE DISCARDABLE "..\\ReleaseUx64\\SuRun.exe"
//SURUNEXT.DLL EXE64_FILE DISCARDABLE "..\\ReleaseUx64\\SuRunExt.dll"
out of InstallSuRun.rc and it seems to be working fine for my platform. If you have any ideas as to how I can get rid of the errors for x64 below without commenting these lines please let me know. Thank you.
3>.\InstallSuRun.rc(109) : error RC2135 : file not found: ..\ReleaseUx64\SuRun.exe
3>.\InstallSuRun.rc(110) : error RC2135 : file not found: ..\ReleaseUx64\SuRunExt.dll