Using Zend library in vc++
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hi All, Can anyone provide me example for using zend library in vc++. I have to pass c++ object to php script is my requirement. looking ahead for reply.
Thanks A Ton Ash_VCPP walking over water is just knowing where the stones are.....
Hi, there is a tool to generate wrappers to call C/C++ from PHP and other script languages called SWIG ( see: http://www.swig.org[^] ). I've used it a few times to generate wrappers for perl. Hope this helps. Frank
-
Hi, there is a tool to generate wrappers to call C/C++ from PHP and other script languages called SWIG ( see: http://www.swig.org[^] ). I've used it a few times to generate wrappers for perl. Hope this helps. Frank