community.borland.com

Article #16341: Fix for BP7 GRAFFITI example.

 Technical Notes Database

TN1341D.txt   Fix for BP7 GRAFFITI example.
Category   :OWL
Platform    :All
Product    :Pascal  All

Description:
The problem is that BWCC seems to stick around in memory.
Add this line to the very end of the GRAFFITI.PAS file (right before "end.")
to decrement the usage count of BWCC:

FreeLibrary(GetModuleHandle('BWCC'));

Reference:


7/16/98 4:35:45 PM
 

Last Modified: 01-SEP-99