I've not tried compile WinForm applications as my projects are mainly web
application, but I guess that you may have to register the DLL first. You
may as the technical support to see if the DLL should be registered before
use.
Alternatively you may try putting the DLL in the same directory as your exe
file, but in this way depending on the design of DLL, some function may fail
to work. Testing all functions throughly if you decided to workaround this
way.
"raj chahal" <anonymous (AT) discussions (DOT) microsoft.com> ???
news:32c601c48775$4c476fd0$a301280a (AT) phx (DOT) gbl ???...
Quote:
Hi there
I'm running vb6 and a 3rd party dll. The documentation
says put the dll in the system directory (i'm running xp)
I've done this but when I run th vb application an error
is thrown.
run time error 48 - file not found vbasm.dll
Could someone help please. thanks |