Hello
Hello,
Is there anyone using UniGui http://www.UniGui.com with EurekaLog or Madshi?
Because I'm having some problems that occur on clien'ts server, but I can't trace them on my client machine, downloaded both EurekaLog and Madshi, but seems none of them was able to trace exceptions on UniGui Applications.
Is there anyone using UniGui http://www.UniGui.com with EurekaLog or Madshi?
Because I'm having some problems that occur on clien'ts server, but I can't trace them on my client machine, downloaded both EurekaLog and Madshi, but seems none of them was able to trace exceptions on UniGui Applications.
Does EL and MadExcept actually get linked in on the unigui server app?
ReplyDeleteYes Lars Fosdal , but they can't catch any exceptions caused on runtime, even this simple code can't be caught by them:
ReplyDeletesl : TStringList;
begin
sl.Add('Hello') ;
ShowMessage(sl.Text);
end;
ME and EurekaLog will trap unhandled AVs. Perhaps you are not linking correctly.
ReplyDeleteDavid Heffernan, I checked that, did clean and build before run, I think both EL And Madshi don't recognize the unigui application type
ReplyDeleteIt's quite plausible that uniGUI has its own exception handler that confounds these other tools. I suspect you'll need to talk to the uniGUI people.
ReplyDeleteDavid Heffernan You are right, seems UniGui handle the exceptions it self which will not transferred to EL or other exceptions managers, I have contact both EL and UniGui developers regarding this.
ReplyDelete