03-19-2012, 02:56 PM
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.
When I try this, I get the error:
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
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.
#compile "____UseComUnregistered"
__UseComUnregistered x.Activate("mailbee.X.manifest")
typelib Lib "$qm$\mailbee.dll";;
Lib.Class c._createWhen 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
