Mail Archives: djgpp/1997/08/06/21:06:04
>
> I find that my code which run well in workstation(I don't know its
> capacity yet.)
> don't run in PC with 16M ram, Pentium133, Win95...
>
> I wrote my code in standard-C.
>
If you mean it worked with Turbo-C and doesn't work with DJGPP, there is a
possibility that you are using some kind of 16-bit code, such as pointers
that compile fine but don't like 32-bit land, or even protected mode.
You'll have to be more specific about "But don't run". What does it do?
Hang? Incorrect values? Exit to DOS inexplicably?
Brett
- Raw text -