Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem with running DLL on another PC with oracle forms 10 g

2712919Nov 2 2017 — edited Nov 4 2017

Alert me

|

Edit

|

Change type

Question

You cannot vote on your own post0

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

This post has been answered by 2712919 on Nov 4 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 2 2017
Added on Nov 2 2017
5 comments
1,015 views