Re: [PHP-WIN] problem usign COM object

2007-07-19 Thread Jason McKnight
For whatever reason when I use 'new COM' method and then try to load the typeinfo I get this: Warning: 23580072 is not a COM object handler in file.php on line 52 Thats probably a whole different problem all together; since I don't really care about loading the typeinfo once its working I'll s

Re: [PHP-WIN] problem usign COM object

2007-07-19 Thread Niel Archer
Hi why not use: new COM("ConceptCOM"); with PHP 4.3.11 as well? the documentation for com_load says as much! -- Niel Archer -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] problem usign COM object

2007-07-19 Thread Jason McKnight
I am using a COM object from one of our system venders and I am having problems using an in/out variable for one function on php 4.3.11. I can load the COM interface, return the typeinfo and even call the function successfully but I can't get a return value set for the variable. Here is the c