Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing Mailbee.dll COM component for executable
#3
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:

Code:
Copy      Help
str MailBeeDll_LocalPath = "[WHEREVER MY EXE FILE IS LOCATED]"
RegisterComComponent MailBeeDll_LocalPath 4

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?

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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)