|
-
Dec 1st, 2004, 07:38 PM
#1
where does the app look for dll's *resolved
How does a VB app know which dll/ocx to use if there is a copy of it in app.path and c:windows\system32 ?
Someone told me once that there is a search order used by an application, but I don't remember.
thanks
kevin
Last edited by kebo; Dec 1st, 2004 at 09:51 PM.
Process control doesn't give you good quality, it gives you consistent quality.
Good quality comes from consistently doing the right things.
Vague general questions have vague general answers. A $100 donation is required for me to help you if you PM me asking for help. Instructions for donating to one of our local charities will be provided.
______________________________ Last edited by kebo : Now. Reason: superfluous typo's
-
Dec 1st, 2004, 09:34 PM
#2
Yes there is. Let me see if I can remember it correctly.
[list=1][*]Application Path[*]Windows (or Winnt)[*]Windows (Winnt)\System32[/list=1] I know there are a few more. So if anyone want to chime in with
the rest, go for it.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Dec 1st, 2004, 09:39 PM
#3
And on OS such as Windows ME, 98, and 95:
3. WINDOWS/System
-
Dec 1st, 2004, 09:44 PM
#4
Hyperactive Member
Application Path
Windows folder
System32 folder
System folder (not sure if it looks here on XP though, ME and below it does)
C:\i386 (I believe it checks this...anyone know for sure?)
Other paths specified in files such as boot.ini and autorun.ini
"I don't want to live alone until I'm married" - M.M.R.P
-
Dec 1st, 2004, 09:51 PM
#5
Process control doesn't give you good quality, it gives you consistent quality.
Good quality comes from consistently doing the right things.
Vague general questions have vague general answers. A $100 donation is required for me to help you if you PM me asking for help. Instructions for donating to one of our local charities will be provided.
______________________________ Last edited by kebo : Now. Reason: superfluous typo's
-
Dec 2nd, 2004, 06:33 AM
#6
kebo
I do believe that the primary search location is the Registry to see if it is registered then if it is it looks in the registered location.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|