Dear all
Do u know how to allocate a memory range
and the range is below 640k ??
Do u know how to allocate a memory range
and the range is below 640k ??
The "standard" function would be "GlobalDOSAlloc". But since this is a 16-bit function, you cannot call it directly. You need a flat thunk, which is much trouble and only works in Win9x.
The DPMI function to allocate such memory cannot be used in windows.
The DPMI function to allocate such memory cannot be used in windows.
Hello,
just try GlobalAlloc(...)
Greetings, Nordwind 64
just try GlobalAlloc(...)
Greetings, Nordwind 64