2 Attachment(s)
BETA1 - COM+ Object - Please test this version
Hi, guys.
How's it going? Since many users were having a problem while loading the extension I'm now releasing it as beta until we get rid of that nasty error. :cry:
Could you guys please test this installer? I've done some code refining and other stuff so it's safe to use and test though it's beta.
Note: it'll only work with Multimedia Fusion Developer 2 and build 248.
Thank you.
Re: BETA1 - COM+ Object - Please test this version
Thanks for deprecating COM to Beta.
We are all hoping for insight and a forthcoming fix to the problem so it can go back to release ASAP.
Keep us posted on your sleuthing, byo.
Re: BETA1 - COM+ Object - Please test this version
I just installed it and it has not crashed ... yet. Last time it decided to take a break from crashing for a while, but then started back up again.
Re: BETA1 - COM+ Object - Please test this version
This version worked fine for me.
I opened all the examples, and it didn't crash. Good Work!
Re: BETA1 - COM+ Object - Please test this version
I have a question
Could I make this work like Internet Explorer, except that it would return the positions of images and stuff? Because that way I could make a browser without having to add all the parsering stuff.
Re: BETA1 - COM+ Object - Please test this version
This version is working for me! No crashes! :)
Re: BETA1 - COM+ Object - Please test this version
Good to know, guys.
Keep me updated, please. ;)
MechaBowser: if the object contains properties to retrieve those values you mention, I see no reason why it wouldn't be able to do so.
Thanks a lot for letting me know, guys.
Re: BETA1 - COM+ Object - Please test this version
Does the database example need installed on my computer to work?
Its referencing sqlexpress and I don't think I have that so it locked up, but all the other examples worked great.
Re: BETA1 - COM+ Object - Please test this version
Hi, Jeff.
Nice to know it's working ok. About the SQL Server example, yes, you need to have the SQL Server driver installed and for that you need to either install MSDE (which is compatible with Windows XP and below) or SQL Server Express (which is Vista compatible).
EDIT: If you're using MSDE instead of SQL Express replace the "(local)\SQLExpress" with "(local)".
I'll try adding some more examples when I have some available time. :)
I've been working 14 hours a day these last months.
One little remark: this extension will not retrieve a property that returns a windows handle or a pointer object for obvious reasons. It'll only work with any properties that can be converted to integer, string and floats directly.
I loved working on this extension and I'll love to see some examples from the users.
Thank you all and party on. :)
Re: BETA1 - COM+ Object - Please test this version
If no more loading crashes are reported I'll soon release it as final. Some new examples will be added as well.
Right now, for those who want to learn more about the objects, I recommend downloading COM and OLE viewers. There are some good ones which are free. This way you can see which objects you have already installed with Windows and get to know their properties and methods. Just google "COM viewer" or "OLE viewer". I use the one which comes with Visual C++ so I didn't test any other.
:)