03-19-2012, 01:52 PM
Thanks so much, Gintaras, for your rapid reply.
So if I understand this correctly, all I need to do is add the following line to my install script:
and then have admin rights at time of install.
I don't think I will have to declare a type library (as described below), if I use the SendMail function in the exe. Is that correct?
Thanks so much,
S
So if I understand this correctly, all I need to do is add the following line to my install script:
str MailBeeDll_LocalPath = "[WHEREVER MY EXE FILE IS LOCATED]"
RegisterComComponent MailBeeDll_LocalPath 4and then have admin rights at time of install.
I don't think I will have to declare a type library (as described below), if I use the SendMail function in the exe. Is that correct?
Quote:To use a component, its type library must be declared. The declaration statement can be in the same macro, or in other macro, e.g., in init2 function or some other function that runs at startup (has "QM file loaded" trigger). Several type libraries are already declared by QM, and you can see them at the bottom of the list when you type a period.
Thanks so much,
S
