PDA

Click to See Complete Forum and Search --> : api call to detect a dll


mfoster
Mar 8th, 2001, 03:34 AM
Hi,

part of my app is only available to certain users who have the neccesary dll
installed and configured on their machine.

Is there an API call to detect if a dll is registered on a particular
machine

thanks

Mark

KENNNY
Mar 9th, 2001, 12:27 PM
uh..why don't you just distribute the DLL with your app so the features are available to anyone?

mfoster
Mar 9th, 2001, 12:46 PM
I was just wondering as there are different installations of our product some of which would not use the dll. I can just easily put a reg check in the system as to whether a company can use that part of the program, but I was just womdering whether it could be done

thanks

Mark