Re: Externals and COM objects

2012-08-10 Thread Mark Schonewille
Thanks Dar. We'll try that. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Economy-x-Talk is looking for an amateur painter/cartoonist/poet etc. Contact me http:/

Re: Externals and COM objects

2012-08-10 Thread Dar Scott
It has been years. This might be due to the wrong mode for the thread you are on. Look at how you use SetApartmentState() and CoInitializeEx(). Yikes! I misspelled the first function and the spellchecker found it! Thread problems can be fickle, so just because something seems to work onc

Re: Externals and COM objects

2012-08-10 Thread Mark Schonewille
Thanks, Mike. Safely ignoring the error might be a solution. We are looking into that now. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Economy-x-Talk is lookin

Re: Externals and COM objects

2012-08-10 Thread Mike Bonner
Don't know much about this stuff but found some things that might apply. http://stackoverflow.com/questions/2979113/qcroreapplication-qapplication-with-wmi-- says that the error is due to the com already being initialized and provides more info. http://social.msdn.microsoft.com/Forums/en-US/

Externals and COM objects

2012-08-10 Thread Mark Schonewille
Hi, We have made an external that uses COM objects. Now we get the following error when running the external: Failed to initialize COM library. Error code = 0x80010106 Does this look familiar to anyone? Is anyone aware of problems with COM components and LiveCode? Any solutions? -- Best regar