-
1
- #1
When I run a VB app I wrote I receive a runtime error that it cannot find a particular DLL (this is a third party DLL that is used to interface with a piece of hardware). I've included the VB modules that reference the DLL and everything compiles fun but when I run the program I get the runtime error 53) that this DLL (ag875x_32.dll) cannot be found. I searched for the DLL and it is actually in the folder with the .bas modules I included. Why can't it find the DLL?
Greg
Greg