将驱动程序从32位移植到64位? [英] porting driver from 32 bit to 64 bit?

查看:495
本文介绍了将驱动程序从32位移植到64位?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试将驱动程序从32位移植到64位时,我需要注意哪些事项?
我们有不同类型的数据类型,例如(UINT8,UINT16,UINT32)和(PUINT8,PUINT16,PUINT32)

在此先感谢

what all the things i need to take care when i am trying to port my driver from 32 bit to 64 bit?
we have the different types of datatypes like (UINT8,UINT16,UINT32) and (PUINT8,PUINT16,PUINT32)

Thanks in advance

推荐答案

,请注意内部数据.您需要注意您的外部接口.

充其量您可以在警告级别4上进行编译.这是很多愚蠢的工作....
yout internal data doenst matter. You need to watch out your external interfaces.

At best you compile on warning level 4. It is a lot of stupid work....


这篇关于将驱动程序从32位移植到64位?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆