Java通过JNI调用VS2005编写的动态链接库抛出异常
程序移植到别的电脑上就会出现(那台电脑没有VC2005)
Debug Error!
Program: D:\jdk1.5.0\bin\tomcat.exe
R6034
An application has made an attempt to load the C runtime 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.
(Press Retry to debug the application)
---------------------------
终止(A) 重试(R) 忽略(I)
---------------------------
我知道是缺少manifest文件,C++类库自动生成的时候也会自己生成manifest文件,希望高手能告诉我那台电脑到底缺少什么文件,那些文件放哪儿?