| Registering and accessing OCX (Win32 COM) file without Windows Hi.
I have a OCX file which has some functions to connect to specific server using a INI config file. I'm using PHP script to connect to this server through this OCX file in Apache on Windows.
But I would really like to be able to use my Linux servers for this purpose. So I were wondering what and if there is any good solution to be able to register this OCX file and be able to use it from my PHP script on my Linux box ?
Could I register this file with Wine (preferable without Windows?) and access the file's methods in my PHP script as I do on my Windows box but the PHP script is running on my Apache Linux box?
Thanks for your help.
Fannar. |