I created an app to connect to Oracle and load data to tables. I build exe and it also runs fine on my machine. However when we tried to run on my friend's machine it gives error DPI-1047: Cannot locate a 64 bit Oracle Client library. We explicitly set the PATH variable and pointed to the correct Oracle client He can connect to database with TOAD with the same path. For some reason the app gives this error. We made sure that the path used by TOAD is setup as first entry in the PATH variable. We also tried to setup a new Environmental variable and read from there. We also tried to explicitly setup the path in the code. But no resolution.
Do I need to install Python on his machine? Or Am I missing something? I though Oracle client is all needed on machine for the app to work. Only difference is I am admin of my machine but he is NOT administrator of his machine. But we made sure that oci.dll file has 'Read and Execute' permission for his user.