Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing Mailbee.dll COM component for executable
#6
This is great...I found the info at:
Using COM components without registering
http://www.quickmacros.com/forum/showthr...p?tid=3693

First I am trying it in the QM folder before trying it in my exe locations. I made the manifest and put in the QM folder and now am running this in the function where the email is.


Code:
Copy      Help
#compile "____UseComUnregistered"
__UseComUnregistered x.Activate("mailbee.X.manifest")

typelib Lib "$qm$\mailbee.dll";;
Lib.Class c._create


When I try this, I get the error:

Quote:Error in Macro9: unknown identifier.
which points to Class in Lib.Class line
of note, Lib has already turned grey suggesting that it has been recognized as a typelib by the previous line.
Maybe I am getting the error because, Mailbee is already recognized as a type in QM and so this typelib step is unnecessary and will also be unneccesasry in exe.

Any thoughts? Thanks again,
S


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)