Thread overview
Error when exiting program
Feb 19, 2011
Joel Christensen
Feb 19, 2011
Jesse Phillips
Feb 20, 2011
Joel Christensen
February 19, 2011
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. :-)
February 19, 2011
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?
February 20, 2011
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.