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