This is to inform you all that the code is working fine in the VB6 Project. But I need it in Access VBA. What could I be missing? All Dll are in the same folder with the Project. Your assistance will be appreciated
It's a Hoteldoor lock encoder.
The API for it has 4 files , 3 DLLs and 1 lib file, 32bits
The main DLL that is mentioned in the documentation produce the error 'File not found' while trying to register it or even attempt to call it's function in VBA.
I believe it is calling some functions from...
I have the ProusbLock DLL with the Function I call using the Path because it can not be registered, But the DLL has other DLL and Lib that it depends on. I get Error File Not Found even though I have placed all the Files in one Folder.