Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: NT4 + OCI + C + PLS/CPL, problem initializing DLL OCIW32.DLL
The problem is that OCIW32.DLL will not initialize if you are using any another dll's. It is bug in OCIW32.DLL , because of if you use directly ora73.dll or ora72.dll all will work perfect.
Regards, Victor Poteryahin.
Alysa Habraken <alysa_at_riv.nl> wrote in article
<MPG.d5ad8ffe6d02a92989681_at_news.xs4all.nl>...
> Hello,
>
> I'm trying to write a program which interfaces between an Oracle
> database and a PLS database (full text search and retrieval database).
> The program has to be written in C using the OCI API and the CPL API.
> Problem is, they both come with a DLL, when I write a small test program
> using OCI calls it works fine. The same is true when I write a program
> using CPL. But when I try to write a program using calls from both
> libraries I can't get the program to run. When I try to run it, Win NT
> displays the error: "Initialization of the dynamic link library
> OCIW32.DLL failed. The process is terminating abnormally"
>
> I hope someone can help me!
>
> Thanks in advance,
Received on Fri Jan 31 1997 - 00:00:00 CST
![]() |
![]() |