04-17-2012 06:28 AM
Hello Kenny,
You can send the code through the e-mail communication that is going on in parallel.
Can you try this?
How big is the code?
04-17-2012 08:10 AM
07-03-2012 06:48 AM
Hello guys,
After a lot of troubleshooting the following issue was detected.
It looks as though the Active X control is the problem with this application. The "GDI Object leak" seems to be the fault of the ActiveX control in SymFacX.ocx.
- The control calls SetMetaFileBitsEx() within it's constructor, which creates a GDI object.
- The control does not call DeleteMetaFile() in it's destructor, so the GDI object is not deleted.
Since there are hundreds of these controls on each subpanel (that never get deleted) the count keeps rising until we hit the max (10k).