将非托管 vc 的平台 win32 更改为 x64++动态链接库
我在win32平台上有一个vc++(非托管)的dll。现在我想将其转换为X64平台。这是怎么可能的。在win32之前,该dll位于pocket PC 2003(ARMV4)平台上。我将其转换为win32。 我尝试从配置管理器更改它,但没有完成。
I have a dll in vc++ (unmanaged) at win32 platform.Now I want to convert it into X64 plateform.How it is possible.Before win32 the dll was at pocket PC 2003(ARMV4) platform.I converted it into win32.
I tried it to change from configuration manager but it not done.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
需要使用配置管理器将新的 (x64) 配置添加到解决方案平台。
此外,您还可以在链接器/高级设置中更改机器类型。
Yeed need to add a new (x64) configuration to the solution platform with the configuration manager.
Additionally you change the machine type in the Linker/Advanced settings.