php - connect a class library to application code with a .dll file -
i want connect class library application code .dll file id placed in system on different location , code application code mapping defined in .dll file.
php_library -> sessing.dll -> application_code.
is possible.
there w32api extension allows import functions dlls. worked ok me in past pecl page states: "this package not maintained"
there's com/.net extension - in case have com objects.
and there's simplified wrapper , interface generator (swig) helps compile existing libraries extensions other languages including php.
Comments
Post a Comment