JL> Hello all, Help needed here, when using QuickC, i have lotsa indexed
JL> chars like;
JL> char l_name[200][35];
JL> about 15 or so times, so when i compile i get some "Exceeded
64k Limit"
JL> error about memory, how to I fix this?, I have read about
"huge" being able
JL> to retard this limit but i have no idea of how to use it. Please help.
I think you have to use farmalloc() instead. But a far better thing to do,
since you're obviously writing a BIG data application, is to switch to a
decent system with virtual memory. Get a hold of EMX 0.9b. It is a free,
dos-extended C compiler.
JL> Just something else while i'm here, does anyone have any quick modem
JL> comport routines? As in i need them for a small door i want to make,
JL> simply to open the comport at the current speed, and display and recieve
JL> text. Thanks.
FREQ "PDCOMM" from 3:711/934. BFN. Paul.
@EOT:
---
* Origin: X (3:711/934.9)
|