将驱动程序从32位移植到64位?

将驱动程序从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....