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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -