www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Error when exiting program

reply Joel Christensen <joelcnz gmail.com> writes:
I'm using some one else's bindings to a C library.

The problem seems to be limited to D2 programs.

Error as follows:
An exception was thrown while finalizing an instance of class jec2.bmp.Bmp

I also get other errors at program exit.

Thanks for any help. :-)
Feb 18 2011
parent reply Jesse Phillips <jessekphillips+D gmail.com> writes:
Joel Christensen Wrote:

 I'm using some one else's bindings to a C library.
 
 The problem seems to be limited to D2 programs.
 
 Error as follows:
 An exception was thrown while finalizing an instance of class jec2.bmp.Bmp
 
 I also get other errors at program exit.
 
 Thanks for any help. :-)
I think you are going to have to give us more detail. What library, what error?
Feb 18 2011
parent Joel Christensen <joelcnz gmail.com> writes:
On 19-Feb-11 6:53 PM, Jesse Phillips wrote:
 Joel Christensen Wrote:

 I'm using some one else's bindings to a C library.

 The problem seems to be limited to D2 programs.

 Error as follows:
 An exception was thrown while finalizing an instance of class jec2.bmp.Bmp

 I also get other errors at program exit.

 Thanks for any help. :-)
I think you are going to have to give us more detail. What library, what error?
I don't think any one wants to see my code (a mess). I've started a new library thingy, and so far no problem.
Feb 20 2011