Hi all,
I want to make sure if it possible to call functions in a DLL which has been created in MS VC++ 6.0 (NOT .NET). If yes, would you please put a sample code to show how ?
Regards,
Danesh Daroui
You can't execute them directly with PHP. You can create your DLL's to be web services for web servers like apache.
The only other way I see them being executed is with a wrapper application via exec().