#include <PalmOS.h>
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | MiscFunc |
Defines | |
#define | FREE_COINS_CREATOR 'DyCo' |
application creator. More... | |
#define | palmos_3_5 0x03503000 |
version string for os 3.5. More... | |
#define | palmos_3_1 0x03103000 |
version string for os 3.1. More... | |
#define | FORM_SECTION1 __attribute__ (( section ("forms1"))) |
section definition for form code. More... | |
#define | FORM_SECTION2 __attribute__ (( section ("forms2"))) |
section definition for form code. More... | |
#define | DB_SECTION1 __attribute__ (( section ("dbs1"))) |
section definition for database code. More... | |
#define | DB_SECTION2 __attribute__ (( section ("dbs2"))) |
section definition for database code. More... |
|
section definition for database code.
Definition at line 40 of file MiscFunc.h. |
|
section definition for database code.
Definition at line 43 of file MiscFunc.h. |
|
section definition for form code.
Definition at line 34 of file MiscFunc.h. |
|
section definition for form code.
Definition at line 37 of file MiscFunc.h. |
|
application creator. Copyright (C) 2000-2002 Vlad Mereuta <dizzy@users.sourceforge.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Definition at line 26 of file MiscFunc.h. |
|
version string for os 3.1.
Definition at line 31 of file MiscFunc.h. |
|
version string for os 3.5.
Definition at line 29 of file MiscFunc.h. |