C++ Builder 10.3 and x64 compiler

delphi package - automated exception handling
Post Reply
AlCaver
Posts: 7
Joined: Wed Jul 08, 2015 10:17 am

C++ Builder 10.3 and x64 compiler

Post by AlCaver »

Hello!
I've just install C++ Builder 10.3.
I tried to compile my application for the x64 platform and got error [ilink64 Error] Fatal: Unable to open file 'MADEXCEPTVCL.O'
I tried to create new empty x64 project and also got the same erorr. If I switch it to the 32bit mode the project compile successfully.
I tried to use MadExcept 5.0 release and beta.
The pathes to the MadExcept libraries configured propertly.
Why x64 compiler doesn't find MadExcept libraries?
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: C++ Builder 10.3 and x64 compiler

Post by madshi »

Currently madExcept only supports BCB 32bit, but not 64bit, I'm sorry.
AlCaver
Posts: 7
Joined: Wed Jul 08, 2015 10:17 am

Re: C++ Builder 10.3 and x64 compiler

Post by AlCaver »

Do you plan to add support of BCB 64?
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: C++ Builder 10.3 and x64 compiler

Post by madshi »

Maybe in the future, but probably not in the next 3 months.
Post Reply