Cesar D. Rodas - 2007-06-28 21:07:12
Hello to everybody!
I am facing a problem, I'd like to create a PHP extensions of many C code that I have already done in C.
The Zend API is really easy to implement, I could implement it, I mean include to the source the Zend API, isn't the problem.
The problem that I am facing is that I couldn't compile in Windows. I use Dev-Cpp with MinGW. I am not using MVC++ and I don't to pay for that, because I could have something better and free.
So, I have no Idea how to compile it and link with PHP for make an standalone DLL.
It will be great if someone could help.
I want to translate some projects like LibTextCat to PHP, and of course I will share the code.
Thanks to all