M
Maxim
Hi!
I have a very strange problem for one computer (XP - SP1):
I run VB6 program that include usage of dll (BankC.dll - the name)
public declare function XXX lib "BankC.dll" ...
I put this dll in windows\system32 directory and get run-time error 53 -
File not found - BankC.dll but I see this file !!!
I put him in current directory too.
Other computer in office run it properly
Why I get it?
Thanks
Max
I have a very strange problem for one computer (XP - SP1):
I run VB6 program that include usage of dll (BankC.dll - the name)
public declare function XXX lib "BankC.dll" ...
I put this dll in windows\system32 directory and get run-time error 53 -
File not found - BankC.dll but I see this file !!!
I put him in current directory too.
Other computer in office run it properly
Why I get it?
Thanks
Max