Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Which dll do I need?
Message
 
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00493153
Message ID:
00493226
Views:
18
>Hi,
>
>Is there a way to find the DLL required for an ActiveX control without having to run the Setup Wizard?
>
>My app is already installed on over 70 PCs and I'd like to add an animation to one of the pages. I've manually registered other DLL files with no problems, but I don't know which DLL file to install for the internet explorer control.
>
>Browser.dll seems the obvious choice, but I want to be certain.
>
>TIA

Larry,
You could use the Depends.Exe utility that ships with Visual Studio. You couild examine the new DLL and see what other files it needs. Another way is to find the dependency (.DEP) file associated with the DLL. This will list all the files that the DLL requires. It is this file that the Setup Wizard examines to determine what other files it needs to package up.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform