Fabrice Harari International WinDev Consultant

Home         About Fabrice         WinDev Files        Products        Fabrice's blog         Consulting        Contact Fabrice        Links

My status

Random errors: what can cause them

Missing iEndPrinting:
When you use some direct printing instructions in your code, like iCreateFont or iFont, and then forget the iEndPrinting, you have a beautiful case of problem depending of the operating system and perhaps also of the printer driver (I saw that one only in WinDev 5.5, by the way)... Under some OS/printer combination, you will have a crash the next time you do a iCreateFont/iFont in another process.

{AmazonLinks}


It looks like this is another case of internal pointers being messed up (in that case not reset by the iEndPrinting)...

The problem is simple enough, finding it can be more tricky :-(

Google
 
Web www.fabriceharari.com
Links:


Last modified Friday, March 17, 2006 12:10 PM central time