Alert me
|
Edit
|
Change type


0
Hi,
I have created DLL wrapper which inside calling the true DLL functions from the main DLL file. This DLL is created because webutil in oracle forms 10g has limitations with _stdcall convention and I don't have the source code from the main DLL file.
Wrapper is created in C/C++ and on my PC works everything well, but now I have problem with porting the DLL files on other PC's and testing the app integration from there.
I've build the wrapper in VS 2013 express edition and on Windows 10.
Oracle showing me error that cannot find the DLL file or does not exists that function which I invoke from oracle inside the DLL file. The DLL are locally on every PC, not on app server.
WUL-928: " Library XXX.dll not accessible, or does not contain function YYYY"
The app is client-server and on the app server the webutil configuration is done(already we have other dll file locally on different machines and works well).
Lastly, I've fix this error on different PC's and now the app can invoke the DLL wrapper, but stil is not fully compatible and from the testing machines I have one which is Win8 and still after doing everything same like on previous few machines where now works fine, on that machine still getting WUL-928 error, but running the DLL on other machine with Win8 i have no problem.
So DLL works on win7,win8,win10, but still have some issues on some OS version. I think maybe the problem is in the VS C++ redistributable...
Tnx, Igor