This topic has been archived. It cannot be replied.
-
工作学习 / 专业技术讨论 / 请教VC/DDK 编译环境问题, 如何在编译时,忽略/跳过 signed/unsigned mismatch 的错误
-bobo123(bobo);
2007-3-8
{536}
(#3540304@0)
-
What's your compile flag?
-bugkiller(Driver Coding);
2007-3-8
(#3540900@0)
-
不知道到哪里去找编译选项, 只是在DDK 环境下运行BUILD 命令
-bobo123(bobo);
2007-3-8
(#3540970@0)
-
1. It's better to fix it by casting, not ignore. 2. Under DDK build environment, you need to put the compile options into file "Sources".
-laoliang(老亮);
2007-3-8
(#3542097@0)