Alphamonkey Posted May 23, 2007 Share Posted May 23, 2007 I have successfully Imported a COM Refrence of the Type Library for Minitab (A Statistics Program) for ASP.NET and been able to use it successfully. But, how would I do this for PHP? I like the VS GUI so i Downloaded this program called VS.Php 2.1 which is PHP in Visual Studio. The file that contains the Type Library is the main programs EXE and Visual Web Developer (ASP.NET) finds this COM Reference automatically. How would this even work for PHP? Quote Link to comment https://forums.phpfreaks.com/topic/52601-minitab-in-php/ Share on other sites More sharing options...
Alphamonkey Posted May 23, 2007 Author Share Posted May 23, 2007 Bump Quote Link to comment https://forums.phpfreaks.com/topic/52601-minitab-in-php/#findComment-259743 Share on other sites More sharing options...
trq Posted May 23, 2007 Share Posted May 23, 2007 Take a look at the COM extension. Quote Link to comment https://forums.phpfreaks.com/topic/52601-minitab-in-php/#findComment-259746 Share on other sites More sharing options...
Alphamonkey Posted May 24, 2007 Author Share Posted May 24, 2007 thanx Quote Link to comment https://forums.phpfreaks.com/topic/52601-minitab-in-php/#findComment-260463 Share on other sites More sharing options...
Alphamonkey Posted May 28, 2007 Author Share Posted May 28, 2007 yes that worked, but now i have run into a new problem. When i write the code in the developer (VS.PHP) and debug it....it works but when i have put it on a computer with apache and php set up it doesnt....it just hangs and doesn't load. Does anyone might know what the problem could be? Quote Link to comment https://forums.phpfreaks.com/topic/52601-minitab-in-php/#findComment-263383 Share on other sites More sharing options...
trq Posted May 28, 2007 Share Posted May 28, 2007 Does anyone might know what the problem could be? Does the server support com? Most hosts are Linux based, and thus... no com. Put this in a script on the server and browse to it.... <?php phpinfo(); ?> Do you see any references to com? Quote Link to comment https://forums.phpfreaks.com/topic/52601-minitab-in-php/#findComment-263386 Share on other sites More sharing options...
Alphamonkey Posted May 28, 2007 Author Share Posted May 28, 2007 this sever is hosted in my house windows server 2003 and yes, com support is enabled but....dcom isnt, could that be the problem? i looked in my php.ini file and com.allow_dcom = true but in the phpinfo() it says that its disabled Quote Link to comment https://forums.phpfreaks.com/topic/52601-minitab-in-php/#findComment-263419 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.