Mail Archives: djgpp/1997/08/14/21:44:52
Lee, Sung-Tae wrote:
> 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...
what does your code look like? what type of error do you get? you need
to give information to get help. (for other methods, you can try
news:alt.mindreading.programmers ;-)
> I wrote my code in standard-C.
your subject line is confusing. you create the impression that the
question is about C/DJGPP vs Fortran issues. not the end of the world,
but you are going to miss people who might be interested in what you
have to say if you do not use informative subjects.
> Making .exe file is successful by 'djgpp'. But don't run. I want to
> make my code run well in PC.
well, give us some more information on what your problem is and some
relevant code (please do not attach your whole project as a zip file as
some people do.) in fact, before posting, try coming up with the
shortest program that still exhibits the error. that would also help you
figure out what is going on.
> Well, as you know, lahey fortran compiler use as large RAM as
> possible.
never heard of it.
> Then, how is 'djgpp'?
djgpp provides you with a flat 32-bit address space and virtual memory.
the total virtual memory depends on the dpmi host you are running under.
for more info, go to http://www.delorie.com/djgpp/
--
Sinan
*******************************************************************
A. Sinan Unur WWWWWW
|--O+O
mailto:sinan DOT unur AT cornell DOT edu C ^
http://www.people.cornell.edu/pages/asu1/ \ ~/
Unsolicited e-mail is _not_ welcome, and will be billed for.
*******************************************************************
- Raw text -