Delphi 10.1 Berlin

delphi package - automated exception handling
egscholten
Posts: 2
Joined: Thu Sep 10, 2015 1:34 pm

Delphi 10.1 Berlin

Post by egscholten »

Is it possible to install MadExcept for Delphi 10.1 Berlin?
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: Delphi 10.1 Berlin

Post by madshi »

Good question - haven't installed 10.1 yet. Why don't you try and let me know?
egscholten
Posts: 2
Joined: Thu Sep 10, 2015 1:34 pm

Re: Delphi 10.1 Berlin

Post by egscholten »

:wink: I did try that. The installer ends sucesfully, but MadExcept doesn't show in the IDE. It builds with our project, but the Exception catching fails.
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: Delphi 10.1 Berlin

Post by madshi »

Alright, will have to work on that, then. The Embarcardero wiki doesn't list a separate version number (BDS number or "verXXX" define) for 10.1 yet, so I thought (hoped) that it would be just an upgrade to 10, and not a full new version. Seemingly not.
mew69
Posts: 4
Joined: Thu Apr 21, 2016 9:38 am

Re: Delphi 10.1 Berlin

Post by mew69 »

The Delphi-Jedi project seems to compile and install, after cloning the git. It mentions:

https://github.com/project-jedi/jedi/bl ... f/jedi.inc

Code: Select all

Line 993:    {$IFDEF VER310} // RAD Studio 10.1
Hope it helps, so we may receive an update of madExcept soon.
kostya416
Posts: 2
Joined: Sun Feb 24, 2013 8:10 pm

Re: Delphi 10.1 Berlin

Post by kostya416 »

check for VER310 works for me
raiser
Posts: 4
Joined: Tue Oct 08, 2013 6:11 am

Re: Delphi 10.1 Berlin

Post by raiser »

Compiling madBasic on Delphi 10.1 Berlin fails with error:

[dcc32 Error] madBasic.pas(489): E2251 Ambiguous overloaded call to 'SetData'
madBasic.pas(318): Related method: procedure TIBasic.SetData(Pointer; TDataDestroyProcOO);
madBasic.pas(317): Related method: procedure TIBasic.SetData(Pointer; TDataDestroyProc);
fmcoder
Posts: 8
Joined: Thu Oct 25, 2012 6:55 pm

Re: Delphi 10.1 Berlin

Post by fmcoder »

Any updates to support 10.1?
FredS
Posts: 98
Joined: Mon May 11, 2015 9:42 pm

Re: Delphi 10.1 Berlin

Post by FredS »

Is it much farther..
https://youtu.be/Vi0tje6xfWs
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: Delphi 10.1 Berlin

Post by madshi »

Definitely some time this week.
fmcoder
Posts: 8
Joined: Thu Oct 25, 2012 6:55 pm

Re: Delphi 10.1 Berlin

Post by fmcoder »

Good. madExcept is the only thing that holds releasing an update for our app :)
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: Delphi 10.1 Berlin

Post by madshi »

Beta build with 10.1 Berlin support, soon to be official:

http://madshi.net/madCollectionBeta.exe
Whookie
Posts: 7
Joined: Fri May 29, 2015 8:20 am

Re: Delphi 10.1 Berlin

Post by Whookie »

madshi wrote:Beta build with 10.1 Berlin support, soon to be official
8) works for me!
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: Delphi 10.1 Berlin

Post by madshi »

Good to hear, thanks for letting me know!
softtouch
Posts: 105
Joined: Sat Jun 20, 2009 10:08 am
Contact:

Re: Delphi 10.1 Berlin

Post by softtouch »

When will there be an official release? The beta did not create any library path for me for 10.1, only for 10.
Post Reply