Mail Archives: djgpp/1997/10/11/19:54:02
At 09:16 10/11/1997 +0500, Guillermo Porras wrote:
>
>Hi I´m New in the list.
>
>I´ve been using djgpp an allegro.
>but I soon run out of memory.
>How can I use my 32 of RAM or part of them.
>Is there any library for using XMS for the DJGPP.
DJGPP automatically uses all memory installed, at least with CWSDPMI, and
XMS is included. It will also swap to disk when out of memory. Check to make
sure your code isn't `malloc'ing hugely unreasonable amounts of RAM. Look in
FAQ section 15 to see if anything there might apply, especially sections
15.5 and 6.
>
>And how can I use the asm command that I used in BC/C++
>for assembler instruccions.
>
>expl:
>
>asm {
>
> mov Ax,...
> ..
> ..
>}
See FAQ section 18.13.
Nate Eldredge
eldredge AT ap DOT net
- Raw text -