C++ Builder 10 Seattle linker error

delphi package - automated exception handling
Post Reply
pstack12
Posts: 1
Joined: Fri Jan 13, 2017 10:08 pm

C++ Builder 10 Seattle linker error

Post by pstack12 »

I'm getting a linker error in my C++ Builder 10 Seattle project after trying to add madExcept. The linker error is ,

[ilink32 Error] Fatal: Unable to open file 'MADEXCEPT.OBJ'

I've tried cleaning the project and rebuilding already. I was able to compile a simple one line test project with madExcept without this issue.

Any thoughts?

Thanks in advance...
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: C++ Builder 10 Seattle linker error

Post by madshi »

Is this when compling 32bit or 64bit projects? madExcept currently only supports BCB 32bit.
MTGhost
Posts: 1
Joined: Thu Mar 23, 2017 3:02 pm

Re: C++ Builder 10 Seattle linker error

Post by MTGhost »

First, thank you for the great product. Are there future plans for madExcept to support BCB for 64-bit applications?
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: C++ Builder 10 Seattle linker error

Post by madshi »

Maybe for madExcept 5, but not soon.
Post Reply