How to compile a C DLL for 64 bit with Visual Studio 2010?

对着背影说爱祢 提交于 2019-12-05 08:01:30

It could be as easy as creating a new platform:

  • open property pages of project (ALT+ENTER)
  • choose platform x64 in dropdown menu in top-right corner
    • if the platform does not already exist, create a new one
  • rebuild
    • make sure you are checking the right artefacts when built, as you now probably have a different output directory.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!