[fpc-pascal]Calling intr from Windows

Rich Pasco pasco at acm.org
Fri Mar 15 04:18:33 CET 2002


Fernando Lozano wrote:

> >  Anyway - Intr and MsDos functions are only present in the Dos unit
> > for Win32 to keep interface parts of the Dos unit identical across
> > supported platforms. They do absolutely nothing, as you can see from
> > that unit's sources.
> 
> If they do nothing how could they generate crashes on some of my test?

Perhaps it's because your program expects them to do something,
like return a useful value, and proceeds on that assumption?

     - Rich




More information about the fpc-pascal mailing list