> Is there a way to force the malloc in VC++ 2003 to use addresses
> above 0x12000000 for virtual memory ?
You have no influence on the malloc behavior.
But why not use VirtualAlloc?
See: VirtualAlloc
http://msdn.microsoft.com/library/en-us/memory/base/virtualalloc.asp

Signature
Greetings
Jochen
My blog about Win32 and .NET
http://blog.kalmbachnet.de/