madIWSupport

delphi package - automated exception handling
Post Reply
zoltek
Posts: 2
Joined: Sun Jul 18, 2004 6:27 pm

madIWSupport

Post by zoltek »

I'm using IW 7.1 and am trying to compile my application and get the following error in unit madIWSupport.pas:

[Fatal Error] madIWSupport.pas(37): Unit ServerController was compiled with a different version of IWServerControllerBase.TIWServerControllerBase

Help... What do I do?

Thanks,

Drew
zoltek
Posts: 2
Joined: Sun Jul 18, 2004 6:27 pm

Post by zoltek »

Ok, after two hours, I figured out that the unit "ServerController" is the controller unit in my project. I had renamed the unit to a different name and madIWSupport.pas was looking for that specific name. I've renamed my controller back to the default name. Now, I have a different problem:

[Error] madIWSupport.pas(104): Incompatible types: 'Cardinal' and 'Pointer'
[Fatal Error] LMServer.dpr(13): Could not compile used unit 'madIWSupport.pas'

This compiler error is happening at this line:

HandleException(false, AException, nil, true, Esp, @bugReport);

Obviously, this line has some significance with maxExcept.

Please help!
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

I'm sorry, this is a bug in the current official version of madExcept. Please use the latest beta build instead:

http://madshi.net/madCollectionBeta.exe (2.7c beta 16 / 2.1.2.17)

I'll release this one as the next official version very soon, anyway.
Post Reply