Using DLL
Posted: Tue Nov 13, 2007 7:00 am
Hi
Is it possible to load a C++ DLL from PHP using dl().
I have been looking at the manual and am trying to use. dl()
In my code at the line
I am getting the error message
I would be greatfull for any help
Thanks
Nigel
Is it possible to load a C++ DLL from PHP using dl().
I have been looking at the manual and am trying to use. dl()
In my code at the line
Code: Select all
dl("dll_geodetics.dll");Is there something i have to do to make my DLL a PHP library or extension.Warning: dl() [function.dl]: Invalid library (maybe not a PHP library) 'dll_geodetics.dll' in... e.t.c
I would be greatfull for any help
Thanks
Nigel