Unable to load DLL (oci.dll) / 无法加载DLL(OCI.DLL)

今天调试一个接口,动态调入一个DLL, 使用
HINSTANCE LoadLibrary(
LPCTSTR lpLibFileName // address of filename of executable module
);
The LoadLibrary function maps the specified executable module into the address space of the calling process.

出现无法加载,仔细分析后发现,这个dll需要OCI.dll,这个OCI.dll是什么呢?是 Oracle Call Interface,把文件拷贝到程序目录下,Loadlibrary 就成功了。

放一个在这里:
File description: Oracle Call Interface, v. 9.2.0.1.0
Filesize to download: 31.5 kb
Download:[file]attachment/oci.zip[/file]

5 thoughts on “Unable to load DLL (oci.dll) / 无法加载DLL(OCI.DLL)

  1. 逛逛 2006-12-10 19:03:10 at 7:03 下午

    哈哈,谢谢,正需要这个

  2. Apple 2007-01-17 23:34:36 at 11:34 下午

    Loadlibrary?

  3. ynlsz 2007-01-18 00:22:13 at 12:22 上午

    yes.

  4. william 2007-01-19 07:52:22 at 7:52 上午

    谢了

  5. 111 2008-09-07 19:53:09 at 7:53 下午

    shuaistupidzanuplook

Comments are closed.