Crash when opening browse/procedure with start

Rohan, please — am I setting LARGE_ADDRESS correctly? It looks like it didn’t apply.


Hi Lisandro_Decker
You can use this utility to check whether the app has large_address set on.

I’ve highlighted in green where to look. If Large_Address is on in the executable you will have a number greater than 2gb

Guys, luckily I managed to apply LARGE_ADDRESS.

After a lot of testing, since I use MULTIPRJ, I realized I was configuring the Target Name with the same name as the EXE. I just followed the manual and set it to something different, and voilà.

I want to thank everyone for the patience and the attention.

I’ll keep trying to figure out why memory usage grows so much with each START.

Thank you very much, everyone.

1 Like

VMMap can help track memory use, read the help.

If you are being shutdown with no message you need to look at Event Viewer to see why.

To know if you have Large Address correct it’s best to look at the generated EXP file and paste that file here. Note: you only need that in the EXE not DLL’s

This example on GitHub has Large Address and memory stuff.

NAME 'MemStatus_LargeAA' GUI
LARGE_ADDRESS
; comment line
1 Like