Home Unable to load DLL (oci.dll) / 无法加载DLL(OCI.DLL)
« Home »
六 14th, 2006 Comments: 5

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]

相关文章:

Comments

( 5 )
  1. 逛逛 十二 10th, 2006 19:03

    哈哈,谢谢,正需要这个

  2. Apple 一 17th, 2007 23:34

    Loadlibrary?

  3. ynlsz 一 18th, 2007 0:22

    yes.

  4. william 一 19th, 2007 7:52

    谢了

  5. 111 九 7th, 2008 19:53

    shuaistupidzanuplook

发表评论