Hi All
I have an application sondaj.exe in 32 bit system(win7) and I develop vs 2010. I wrote post built two method but it is not work. I took out of memory at 1.02... gb.
Should I makethis setting forall the dll filesused? because some of ourdll files.
rem call "$(VS100COMNTOOLS)..\tools\vsvars32.bat"
rem editbin /LARGEADDRESSAWARE $(TargetPath)
call "$(DevEnvDir)..\..\vc\vcvarsall.bat" x86
"$(DevEnvDir)..\..\vc\bin\EditBin.exe" /LARGEADDRESSAWARE "$(TargetPath)"