当前位置:编程学习 > VB >>

調dll出現嚴重問題

我在調用一個dll時發生了一個錯誤,請各位大蝦幫忙看下,不甚感激.
Debug Error!
program :C\Program Files\Microsoft Visual Studio\VB98\vb6.exe

R6034
An application has made an attempt to load the Cruntime library without using a manifest.
This is an unsupported way to load Visual C++ DLLs.You need to modify your application to build with a manifest.
For more information,see the "Visual C++ Libraries as Shared Side-by-Side Assemblies" topic in the product 
documentation.



難道是dll有問題?????? --------------------编程问答-------------------- 1:可能你调用的方法不对。比如传递未定义大小数组等等等。
2:DLL本身有问题。 --------------------编程问答-------------------- 可能是 DLL 不支持 XP 样式,所以你的程序也不能使用 XP 样式。 --------------------编程问答--------------------
   帮顶..... --------------------编程问答--------------------
引用 2 楼 tiger_zhao 的回复:
可能是 DLL 不支持 XP 样式,所以你的程序也不能使用 XP 样式。

个人理解是DLL用了XP,而VB程序却没有用XP,所以不行
补充:VB ,  基础类
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,