Re: Report : VB6 IDE and compiler on Win 10 TP
Quote:
Originally Posted by
Jonney
Does the switch work for compiled ActiveX (ocx)?
A quick test revealed that it does. However, setting that flag on DLLs/OCXs is pointless:
Quote:
Originally Posted by Raymond Chen
What is the effect of the /LARGEADDRESSAWARE switch on a DLL?
Nothing. Large-address-awareness is a process property, which comes from the EXE.
Re: Report : VB6 IDE and compiler on Win 10 TP
Quote:
Originally Posted by
Bonnie West
OK. Noted.
I put the switch in both ActiveX project and demo project,then I created a very large 2D array, w/o or with this switch, there's no effect. Still crash.
I may follow up when I make more test.