-
help:My DLL cant't be loaded on other computer
I make a DLL file with VC6.0. I can use the DLL with VB6.0 on my computer
sucess.I make EXE file used
VB6.0 with this DLL.This EXE file can not load the DLL file on other two
computer.One display "error 48"(windows95) ,the other display "error 53".
(NT4.0).
-
Re: help:My DLL cant't be loaded on other computer
"phoneline" <phoneline@263.net> wrote:
>
Hi,
First of all..you need to have the VC++ dll in the windows default folder.ex
: winnt(windows NT) or win32 (for windows 95 and 98).Apart from this..you
need to register the Dll path into the windows registry.To do this..Simply
goto Start->Run and then type regedit yourDllpath/yourdll.dll .This will
register your dll into the registry and then you can call the dll thru your
VB application.
regards,
Manik
>I make a DLL file with VC6.0. I can use the DLL with VB6.0 on my computer
>sucess.I make EXE file used
>VB6.0 with this DLL.This EXE file can not load the DLL file on other two
>computer.One display "error 48"(windows95) ,the other display "error 53".
>(NT4.0).
-
Re: help:My DLL cant't be loaded on other computer
"Manik" <mail2manik@yahoo.com> wrote:
>
>"phoneline" <phoneline@263.net> wrote:
>>
>
>Hi,this..Simply
> First of all..you need to have the VC++ dll in the windows default folder.ex
>: winnt(windows NT) or win32 (for windows 95 and 98).Apart from this..you
>need to register the Dll path into the windows registry.To do
>goto Start->Run and then type regedit yourDllpath/yourdll.dll .This will
>register your dll into the registry and then you can call the dll thru your
>VB application.
>
>regards,
>
>Manik
>
>>I make a DLL file with VC6.0. I can use the DLL with VB6.0 on my computer
>>sucess.I make EXE file used
>>VB6.0 with this DLL.This EXE file can not load the DLL file on other two
>>computer.One display "error 48"(windows95) ,the other display "error 53".
>>(NT4.0).
>
I have the VC++ dll in the windows default folder(windows\system,windows...),but
I can't used it too.And I regedit the dll,but the dll is not a reg_file.Please
tell me in detail,thank u very much!
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
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|