Difference between WIN32 and x86 in smart card project

◇◆丶佛笑我妖孽 提交于 2019-12-23 22:51:24

问题


I have smart card related project.In smart card field x86 and win32 has any difference.Because I have to create 32bit application in vc++.So what solution platform,Should I choose in MS visual studio 2008.


回答1:


x86 is for Intel/AMD specific code generation, while Win32 is a general 32bit target. My guess is that the smart card reader has an ARM chip-set, so Win32 should be right choice.



来源:https://stackoverflow.com/questions/7709942/difference-between-win32-and-x86-in-smart-card-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!