Problem compiling Delphi HOWTO #7

Add-in Express™ Support Service
That's what is more important than anything else

Problem compiling Delphi HOWTO #7
 
Lars Black




Posts: 5
Joined: 2005-04-03
I've downloaded the HOWTO on "How to handle Outlook's SelectionChange event in Delphi" but am unable to compile it with D6.

Problem is with the DoNewExplorer method, it must read like DoNewExplorer(Sender: TObject; var Explorer: OleVariant) instead of Explorer being _Explorer.

Now this line fails and I can't figure out what to write instead of ActiveExplorer.
DoNewExplorer(nil, OutlookApp.ActiveExplorer);


Cheers,
Lars
Posted 31 Mar, 2006 17:09:20 Top
Lars Black




Posts: 5
Joined: 2005-04-03
Bummer - just found another posting with the same problem, wonder why I didn't find it on my first search :(

Problem solved :)

Cheers,
Lars
Posted 31 Mar, 2006 17:12:55 Top