Stefan, I suspect PHP is 32bit yes... but someone else will have to chime in definitely. It's also possible that PHP uses a marshaling layer like the .NET integration service (which runs on a TCP listening port) that makes it a non-issue. But CF's implementation of COM has always been JNI - which is a native Java thingy.
FYI - you should move away from COM if at all possible. It has been deprecated for a long long time by now. -Mark -----Original Message----- From: Stefan Richter [mailto:[email protected]] Sent: Monday, April 18, 2011 11:19 AM To: cf-talk Subject: Re: Creating COM object - troubleshooting Thank you. Is this a restriction via CF then or why is it so easy to do it in PHP? Is it because CF will run in 64bit mode and PHP is not? Regards, Stefan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343813 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

