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.

Comments

  1. Does EL and MadExcept actually get linked in on the unigui server app?

    ReplyDelete
  2. Yes Lars Fosdal , but they can't catch any exceptions caused on runtime, even this simple code can't be caught by them:
     sl : TStringList;
     begin
      sl.Add('Hello') ;
      ShowMessage(sl.Text);
    end;

    ReplyDelete
  3. ME and EurekaLog will trap unhandled AVs. Perhaps you are not linking correctly.

    ReplyDelete
  4. David Heffernan​, I checked that, did clean and build before run, I think both EL And Madshi don't recognize the unigui application type

    ReplyDelete
  5. It'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.

    ReplyDelete
  6. David 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

Post a Comment