Board index » delphi » Q:Allocating memory in protected mode.
Dr John Stockton
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Q:Allocating memory in protected mode.
In article <DJ09z5....@uns.bris.ac.uk>
ew4...@kestrel.fen.bris.ac.uk "Eddy" writes: Quote>I've just trying to make a protected mode program. I then got this Quote>Basically, the program I write need to GetMem/allocating variables up to I'd be surprised (a) if you have it, (b) if BP7 can access that much. Quote>Any help or pointer is so appreciated... Thanks. The manual indicates how the number of GetMem is limited, depending on HeapLimit. Quote> gotoxy(1,2); will do, should save using Crt, and will need a Writeln outside the loop. -- |