Insider1984
Technical User
Hi there. We are in Visual Studio 6.0 with C++ code.
We have a need for a single application to use more than 4GB of system memory.
I know the long term best method is to separate interests and isolate the portions of the code into separate processes but the short term need is to have a single process using up to 16GB of memory (32-bit available).
I'm familiar with the 3GB and PAE switch. I also have the LARGEADDRESSING flag set in the application and it is currently using > 2GB in a 4GB system.
What can I do to "seemlessly" enable > 4GB for a single application?
=====================
Insider
4 year 'on the fly' programmer
C, C++, C#, MFC, Basic, Java ASP.NET
We have a need for a single application to use more than 4GB of system memory.
I know the long term best method is to separate interests and isolate the portions of the code into separate processes but the short term need is to have a single process using up to 16GB of memory (32-bit available).
I'm familiar with the 3GB and PAE switch. I also have the LARGEADDRESSING flag set in the application and it is currently using > 2GB in a 4GB system.
What can I do to "seemlessly" enable > 4GB for a single application?
=====================
Insider
4 year 'on the fly' programmer
C, C++, C#, MFC, Basic, Java ASP.NET