Thread: c++ & php
View Single Post
  #2 (permalink)  
Old May 20th, 2005, 09:01 AM
minhu minhu is offline
Registered User
 
Join Date: May 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minhu
Default

i think maybe you should should make COM dll(in process) object.
In php or other script language you can call "createobject" to initialize the C++ code, then call the functions of the object. that will do what you needs.


Reply With Quote