Delphi 10.4 compiles, can't run

delphi package - automated exception handling
Post Reply
sonofscruffy1
Posts: 1
Joined: Mon Feb 06, 2023 5:27 pm

Delphi 10.4 compiles, can't run

Post by sonofscruffy1 »

I have installed MadCollection 3.0n. I have using Delphi 10.4. My project compiles fine. In this command: MadExcept.MESettings.MailFrom := TmpStr;, when I hover cursor over MadExcept and MESettings, I get an error. When I hover over MailFrom it show ''. (empty String). When I run and click 'Break', the IDE takes mi to this line. What might be wrong?

Also I was unable to log into my userid 'sonofscruffy'. I created sonofscruffy1 with new email because I couldn't set a new password.
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: Delphi 10.4 compiles, can't run

Post by madshi »

I'm not completely sure what your question is. It compiles fine, so isn't everything ok? "MESettings" is actually a function which returns an interface, which may be too difficult for the IDE hint system to evaluate at runtime.
Post Reply