Page 1 of 1

madIWSupport

Posted: Sun Jul 18, 2004 6:30 pm
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

Posted: Sun Jul 18, 2004 8:36 pm
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!

Posted: Mon Jul 19, 2004 7:25 am
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.