将tiff图像转换为pdf文件格式。但是pxclib40.dll产生错误 [英] Converting tiff image into pdf file format. but pxclib40.dll producing error

查看:118
本文介绍了将tiff图像转换为pdf文件格式。但是pxclib40.dll产生错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





请帮帮我。



我正在将tiff图像转换成PDF格式文件格式。而我的调试器到达下面的代码部分:



iResult = PDFXC_Funcs.PXC_NewDocument(输出iPDFFile,XCPro40_Defs.g_RegKey,XCPro40_Defs.g_DevCode);



我收到此错误:

未找到DLL未找到异常。

无法加载DLL&#39; pxclib40&#39 ;: 指定的模块无法找到。 (HRESULT的例外情况:0x8007007E)<



我有dll但是,我不知道在哪里放置因为错误我无法找到它的预期这个dll。



我尝试了什么:



i尝试过将DLL放在不同的文件夹中,如bin,debug

Hi ,

Please help me in this.

I am converting tiff image into PDF file format. while my debugger reaches the below code part :

iResult = PDFXC_Funcs.PXC_NewDocument(out iPDFFile, XCPro40_Defs.g_RegKey, XCPro40_Defs.g_DevCode);

I am catching this error:
DLL Not Found exception caught.
Unable to load DLL &#39;pxclib40&#39;: The specified module could not be found. (Exception from HRESULT: 0x8007007E)<

I have the dll but, i dono where to place because from the error i am not able to find from where its expecting this dll.

What I have tried:

i have tried with placing the DLL in different folder like bin,debug

推荐答案

参见Dynamic-Link Library Search Order(Windows) [ ^ ]。



应用程序特定DLL的常见位置是加载应用程序的目录。但是使用您的DLL,它更有可能安装到Windows系统目录中。您可以检查它是否存在并且已由制造商的安装程序正确安装。
See Dynamic-Link Library Search Order (Windows)[^].

The common place for application specific DLLs is the directory from which the application is loaded. But with your DLL it is more probable that it is installed to the Windows system directory. You might check if it is there and has been properly installed by the manufacturer's setup program.


这篇关于将tiff图像转换为pdf文件格式。但是pxclib40.dll产生错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆