⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme-precompiled headers.txt

📁 可编程器件厂商Xilinx的手持式逻辑分析仪的逻辑设计
💻 TXT
字号:
###############################################################################
#
# Copyright (c) 1999 Palm Computing, Inc. or its subsidiaries.
# All rights reserved.
#
# File: ReadMe-Precompiled Headers
#
###############################################################################

This file contains notes regarding how to use Precompiled Headers with the SDK.

To use precompiled headers, add PalmOS.pch to your application project,
and add the output filename ("PalmOS_Headers" for device builds, or
"PalmOS_Sim_Headers" for simulator builds) to the "Prefix File" field
of the "C/C++ Language" project settings panel.

To use a custom prefix file in your project, #include "StarterPrefix.h" and
in "StarterPrefix.h" add: #include "PalmOS_Headers" (or PalmOS_Sim_Headers)
as the FIRST #include line.

To override values (such as the ERROR_CHECK_LEVEL define), see comments in
<PalmOS.pch> regarding modifying PalmOS.pch or creating your own version.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -