Hello all,
I have a problem. I received a dll and some small vb code to exemplify the accessing of the dll, from a client. I put the app on a shared drive and the really weird thing is the application is working for me but only me. All other users get an runtime error 53: File not found.
I have this declaration:
And I get the error here:Code:Public Declare Function SapLogin _ Lib "TlsSapPdm.dll" _ (ByVal SapSystem As String, ByVal LogFileName As String) _ As Long
What could be the reason of the error? The dll file is in the same folder of the application. I don't have the dll on any system folder!Code:SapHandle = SapLogin(SapHost, LogFile1)





Reply With Quote