Mail Archives: djgpp/1998/12/05/01:10:11
Jason wrote:
>
> Please anyone out there pls pls help because I've completed my
> application and only found out now that it wouldn't run properly.
The dpmi server in Windows will silently accept some error conditions,
while cwsdpmi will correctly report these errors. A typical problem
might be attempting to access memory using a NULL pointer, or passing
null strings to some of the library functions.
I'd suggest you debug your code to find out what the problem is. Include
the debug information by using the '-g' compile switch, then, when the
program crashes, 'symify' will display the funtions leading up to the
error. Solving the problem now will pay off in the long run.
- Raw text -