1. php can load vc++ dll and use it's functions?
2. chmode doen't work on windows, how can I change the file attributes on windows?
Printable View
1. php can load vc++ dll and use it's functions?
2. chmode doen't work on windows, how can I change the file attributes on windows?
1) If this is a simple DLL there is no way yet to run it from PHP. If the DLL contains a COM server you may be able to access it if it implements the IDispatch interface.
2) you can't