Hi Kurt,

> concerning the page fault error and the tip from the djgpp faq, it
> was right on the money! I was using a function which had unused
> arguments,nevertheless specified; so I had declared three dummy pointers,
> *and forgot to initialize them*;
> Dummy me. Initialized all three to the same dummy int(&name), and end of
> 'page fault'

Please explain - which function did you use and why did it
access the data pointed to by your uninitialized pointers
even though you say those arguments are unused? If it is a
library function, other apps might run into similar issues
and it would be good to improve things in the library, too.

Eric


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to