问题描述
在我的项目中,我引用了很多dll.
In my project I am refrencing lot of dlls.
只有一个dll是一个非常老的dll,因此我的应用程序在64位(Windows 7)环境中无法加载该dll.
Only one of the dlls is a very old dll so my application in 64 bit (Windows 7) environment not able to load that dll.
我在Google上搜索了一下,并且知道我可以使用wow64运行该32位应用程序,但找不到我应该怎么做(我的意思是为该dll配置wow64的步骤).
I googled about it and got to know that I can run that 32 bit application using wow64 but not able to find how should I do it (I mean steps to configure wow64 for that dll).
wow64实际如何工作?我需要使用wow64构建该dll吗?或其他的东西.
How wow64 actually works ? Do I need to build that dll using wow64 ? or something else.
我需要使用wow64仅加载一个dll,其余的dll仍可以像以前一样工作.
I need to load only one dll using wow64 and rest of the dlls will work as it is before.
推荐答案
这篇关于如何使用wow64在64位环境中运行32位Dll的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!