无法访问的代码 - 如何使用预处理器设置

发布于 2024-11-18 11:07:11 字数 209 浏览 4 评论 0原文

谁能帮我,如何从 4.5 操作系统开始在 Blackberry 中进行预处理器设置?

如果我使用 JDE_4_7 和 NOT_JDE_4_5 等预处理器(例如),我收到的错误是无法访问的代码,

是否存在我们不应在单个位置使用预处理器的条件? 我该如何纠正它? 预处理器黑莓

Can anyone help me,how to make the preprocessor settings starting from 4.5 OS in Blackberry?

if i use preprocessors such as JDE_4_7 and NOT_JDE_4_5(For eg)I am getting the error as unreachable code,

Is there any condition that we should not use preprocessors in a single location?
How can i rectify it?
Preprocessor Blackberry

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

玩物 2024-11-25 11:07:11

您是否在 Eclipse 中设置了预处理器指令?意思是,您是否希望通过您目前使用的预处理器指令集可以访问此代码? Java 编译器不知道预处理器指令,因此您需要编写代码,以便编译器能够满意您打算使用的所有组合。

Have you set the preprocessor directives in Eclipse? Meaning, do you expect this code to be reachable with the set of preprocessor directives you are using at the moment? The Java compiler is not aware of preprocessor directives, so you need to write your code so that the compiler is happy with all the combinations you intend to use.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文