mierlp Posted May 19, 2015 Posted May 19, 2015 hi My program creates .pdf files using wPDF.dll This works when i run the program as a standalone server .exe and the wPDF.dll files are in the diretory. When i create a .DLL file from the program it's not working. Could the use of the wPDF.dll causes this issue because i run the program as a .dll ? Is it possible the use a external .dll file running in isapi mode and do i need to set some code to use the external .dll Regards PEter Quote
Oliver Morsch Posted May 19, 2015 Posted May 19, 2015 Please check the working directory in isapi mode -> The search path for the dll could be the iis/apache directory instead your app directory. 1 Quote
mierlp Posted May 19, 2015 Author Posted May 19, 2015 Hi Oliver, Thanks for the tip...when i put the .dll into : C:\Windows\System32\Inetsrv it's working Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.