Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dll in PHP

Status
Not open for further replies.

deepsheep

Programmer
Sep 13, 2002
154
CA
I'm trying to use functions from a dll in php. I am getting the following error:

Unable to load dynamic library 'c:\php\lsd.dll' - The specified module could not be found. in Unknown on line 0

I'm using IIS. I've included the dll in the extensions in the ini file. I've ensured the dll is in the correct folder. I'm also using the mssql extension which works perfectly.

My co-worker wrote this dll. From what I've read, I should be able to include it. If the dll is 'bad', I think I should get a different error. Here's some information on production dlls:

Any insight would be muchly appreciated!
 
I think the problem may be with the dll. After banging my head with php for many hours, I tried to use it with a visual basic application and recived "file not found" errors. It was in the system32 dirctory and in the directory with my project, it should have been able to find it. If anyone has any excellent sources on making dlls in C I would appricate it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top