CAD开发者社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

AutoCAD 2021 开发者帮助

使用 /wp64 捕获 64 位可移植性问题

2024-5-18 18:38| 发布者: admin| 查看: 85| 评论: 0|原作者: admin|来自: AutoCAD

使用 /wp64 捕获 64 位可移植性问题

可以使用编译器开关检测源代码中的 64 位可移植性问题。此开关提供 32 位编译。在项目的“属性页”中,此开关在“配置属性C/C++Detect 64 位可移植性问题”下设置。在。vcproj 文件,它显示为条目。此开关会生成如下警告:/Wp64Detect64BitPortabilityProblems

C4267: conversion from ‘size_t’ to ‘int’, possible loss of data
C4311: pointer truncation from ‘char *’ to ‘long’
C4312: conversion from ‘int’ to ‘HMENU’ of greater size
注意:其中一些警告(如 C4267)仅在警告级别设置为 3 时才会显示。

父主题:

  1. 编译器提示

路过

雷人

握手

鲜花

鸡蛋

最新评论

QQ|Archiver|CAD开发者社区 ( 苏ICP备2022047690号-1   苏公网安备32011402011833)

GMT+8, 2024-12-15 13:03

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

返回顶部