I have a com addin that works inside of Outlook, and
this addin is linked to a package which holds all of the Delphi runtime
components I use and need for all my addins, keeps my addins small. Anyway, for some reason whenever I use the clipboard
in the addin (the ClipBrd unit is in the runtime package) Outlook crashes. If I compile the addin without using the package it
works fine. Is there a way I can explicitly compile the ClipBrd
unit into my com addin to eliminate this problem, without taking it out of the
runtime package, (I tired to take it out of the runtime package but there are
other units that depend on the clipbrd unit which means I may have to take out
a few other units as well) Not sure the best way to get around this problem, any
help would be appreciated. Jason |
- Re: [DUG]: Packages problem Jason Coley
- Re: [DUG]: Packages problem Dennis Chuah