954,535 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

vb6- dll file not found?

I am currently developing audio player project in vb6.
i have downloaded a dll file named "WinampPluginWrapper.dll"
i make this dll file methods inherit from vb class. But i try
to execute the file i got error that " WinampPluginWrapper.dll" not
found.
Then i Placed this dll file available to the application in all ways
like in system32, app path, system registry path. But i got same error
dll file not found.

Can any one tell me? how to make the dll file available to my
application. Please reply soon anyone.

itekchandru
Newbie Poster
1 post since Sep 2007
Reputation Points: 10
Solved Threads: 0
 

u can try this method.

within vb6 ide goto project->references
click browse and move to the location where u have saved the dll file.select the file and click ok.

u will see the file is added in the ref. list with a check marks on. now click ok.

now ur project should have no problem to access to this file.

hope this work

choudhuryshouvi
Posting Pro
553 posts since May 2007
Reputation Points: 30
Solved Threads: 49
 

Place the file in system32 and register the DLL with windows using the REGSVR32 key.

debasisdas
Posting Genius
6,872 posts since Feb 2007
Reputation Points: 666
Solved Threads: 434
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You