

\VC\bin>editbin /LARGEADDRESSAWARE "C:\Program Files (x86)\CAST\7.3.9\Enlighten.exe" \VC\bin>editbin /LARGEADDRESSAWARE "C:\Program Files (x86)\CAST\7.3.9\AnaRun.exe" If the EXE that one wants to modify to put flag /3GB is AnaRun.exe or Enlighten.exe located in C:\Program Files\CAST\\AnaRun.exe and C:\Program Files\CAST\\Enlighten.exe : Use the edit bin exe with /LARGEADDRESSAWARE option

VC\bin\dumpbin /headers "C:\Program Files (x86)\CAST\7.3.9\AnaRun.exe"Ģ- To make the exe in 3G mode compatible: "dumpbin" is a program for displaying various information about object files. Use the dumpbin exe with /header option : if the dumpbin tool can list information about your executable, it means it is not corrupt. The following expression must be added to the end of your PATH environment variable : \Common7\IDE \VC\binġ- Check that the file where the 3GB will be applied is not corrupt :.Microsoft Visual Studio 8 (or more) installed on the machine.How to patch the EXE file to be run in 3 GB mode
