Forum Moderators: phranque
You'll need to look into adding directives like
AddHandler my_dll_file .dll
Action my_dll_file /db/db.dll
Before embarking on a long, arduous exercise in trial-and-error, I'd suggest digging around in the documentation for this package you're trying to use, and seeing if anything like the directives above are mentioned. You may even have to "wrap" that dll file in "rundll32.exe" to get this to work -- I don't know, as I don't speak much "Windoze".
Jim