Mail Archives: djgpp/1998/01/26/21:55:27
At 05:58 1/26/1998 GMT, Oscar Iommi Campbell wrote:
>I've been away from djgpp programming a few months, using VC++ 5.
>However today a I sat down to finish of an old GUI I was making in
>djgpp. The problem is when I debug some variables are said to be 'not
>available' though they exist right in front of my eyes. Sometimes they
>evaluate but to another value then the real one ('monitored' with
>fprint). Another bug also raises when I compile with -m486, in a place
>which isn't exactly a critical dangerous code place..
Check your compiler flags. Use `-g' and DO NOT use `-O*',
`-fomit-frame-pointer', or any other optimization options. They are known to
make debugging screwy.
If this fails to help, please post as small a piece of the source as
reproduces the problem, along with the exact flags you use to compile, RHIDE
version, etc.
>BTW, I've always runned rhide in a dosbox, it compiles 10-20 times
>slower in real dos!??.
Consider the possibilities described in FAQ sections 7.1 and 3.9.
Nate Eldredge
eldredge AT ap DOT net
- Raw text -