本文介绍了适用于托管C ++的AnyCPU配置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



在我们的应用程序中,我们具有Managed C ++ dll文件.我们已经使用Windows 7 32位作为开发环境.但是我们无法在64位计算机上使用dll.我发现了很多,但没有看到任何选项,例如AnyCPU.甚至我尝试手动添加,正如我在论坛之一中建议的那样,但是不起作用.如何为我的dll实现AnyCPU配置.

在Advance中致谢

Hi,

In our application we have Managed C++ dll file. We have used Windows 7 32 bit as development environment. But we are not able to use dll with 64 bit machine. I found a lot but doesn''t see any option like AnyCPU. Even I tried to add manually, as I it suggested in one of the forum but doesn''t work. How can I achieve AnyCPU configuration for my dll.

Thanks in Advance

推荐答案


这篇关于适用于托管C ++的AnyCPU配置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-18 20:17