Error : undefined identifier 'winScreenModeSetToDefaults'

2008-05-29 Thread Bulent Gecer
When I use the API-call WinScreenMode(winScreenModeSetToDefaults, NULL, NULL, NULL, NULL), I get the following compilation error: Error : undefined identifier 'winScreenModeSetToDefaults' What have I missed to include? Regards, /Bulent Gecer -- For information on using

Re: undefined identifier 'btLibRef' in BtLibGetGeneralPreference

2005-06-23 Thread Jennifer Fell
Thank you Rob. It worked in the way you suggested. :) - Original Message - From: "Robert Moynihan" <[EMAIL PROTECTED]> To: "Palm Developer Forum" Sent: Thursday, June 23, 2005 1:37 PM Subject: Re: undefined identifier 'btLibRef' in BtLibGetG

Re: undefined identifier 'btLibRef' in BtLibGetGeneralPreference

2005-06-23 Thread Robert Moynihan
he linker. What is btLibRef? Is this a variable you declared in your own code or is it a variable from the PalmOS API? I'm not familiar enogh with the API yet to know all the variables it declares. Layne On 6/23/05, Jennifer Fell <[EMAIL PROTECTED]> wrote: Hi

Re: undefined identifier 'btLibRef' in BtLibGetGeneralPreference

2005-06-23 Thread Jennifer Fell
declared in your own code or is it a variable from the PalmOS API? I'm not familiar enogh with the API yet to know all the variables it declares. Layne On 6/23/05, Jennifer Fell <[EMAIL PROTECTED]> wrote: Hi, I am having this error: "undefined identifier 

Re: undefined identifier 'btLibRef' in BtLibGetGeneralPreference

2005-06-23 Thread Layne Lund
with the API yet to know all the variables it declares. Layne On 6/23/05, Jennifer Fell <[EMAIL PROTECTED]> wrote: > Hi, > > I am having this error: "undefined identifier 'btLibRef'". Here is the > original call: > err = BtLibGetGeneralPreference (btLibR

undefined identifier 'btLibRef' in BtLibGetGeneralPreference

2005-06-23 Thread Jennifer Fell
Hi, I am having this error: "undefined identifier 'btLibRef'". Here is the original call: err = BtLibGetGeneralPreference (btLibRef, btLibPref_LocalDeviceAddress, &address, sizeof (address)); and I included the BtLib.h library. Any idea why it's happening? Tha

Re: undefined identifier 'nativeFormat', for WinCreateOffscreenWindow

2005-04-05 Thread Ben Combee
At 08:55 PM 4/5/2005, you wrote: I'm migrating a CW project from one computer to another, and resuming work on this project after several months lull. When I build it on the new machine, I get the error in the subject when trying to use the WinCreateOffscreenWindow function. The compiler will recog

Re: undefined identifier 'nativeFormat', for WinCreateOffscreenWindow

2005-04-05 Thread Robert Moynihan
Brian Preston wrote: I commented it out, just to see if I could get my app running on the emulator (which it was doing fine on the old machine). It ran fine until I tried to call WinGetBounds(), where it said that routine doesn't exist in this version of the PalmOS. That function doesn't exist

undefined identifier 'nativeFormat', for WinCreateOffscreenWindow

2005-04-05 Thread Brian Preston
I'm migrating a CW project from one computer to another, and resuming work on this project after several months lull. When I build it on the new machine, I get the error in the subject when trying to use the WinCreateOffscreenWindow function. The compiler will recognize screenFormat and genericForm

RE: undefined identifier SysGlueTrapExists

2005-03-04 Thread Marianella Diaz
It's right !!! Thanks a lot my dear Caspar, Bye. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: undefined identifier SysGlueTrapExists

2005-03-04 Thread Caspar Heiden, vd
Sent: 03 March 2005 19:02 To: Palm Developer Forum Subject: undefined identifier SysGlueTrapExists Hi, I'm using Codewarrior 9.3, I update it to SDK R3 and R4 Then, I want to use SysGlueTrapExists: if (SysGlueTrapExists(pinSysGetOrientation)) { // ... } And this error appears:

undefined identifier SysGlueTrapExists

2005-03-03 Thread Marianella Diaz
Hi, I'm using Codewarrior 9.3, I update it to SDK R3 and R4 Then, I want to use SysGlueTrapExists: if (SysGlueTrapExists(pinSysGetOrientation)) { // ... } And this error appears: Error : undefined identifier 'SysGlueTrapExists' Collapse.cpp line 682 if (Sy

Re: undefined identifier in Release target

2004-03-11 Thread Vu Pham
- Original Message - From: "Ben Combee" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, March 11, 2004 2:22 PM Subject: Re: undefined identifier in Release target > At 10:32 AM 3/11/2004, you wrote: > >The inte

Re: undefined identifier in Release target

2004-03-11 Thread Ben Combee
At 10:32 AM 3/11/2004, you wrote: The interesting thing is after that I renamed the old precompiled header back to its original name, the project is still built correctly. Does it mean CW writes that new info ( of the new precompiled header ) to somewhere in the project file ? CW caches the locati

Re: undefined identifier in Release target

2004-03-11 Thread Vu Pham
- Original Message - From: "Ben Combee" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, March 11, 2004 12:10 PM Subject: Re: undefined identifier in Release target > At 10:07 AM 3/11/2004, you wrote: > >Tha

Re: undefined identifier in Release target

2004-03-11 Thread Ben Combee
At 10:07 AM 3/11/2004, you wrote: Thanks, Ben. I will do it ( need to look for your doc about manually installing R3 again ) . Could you please explain a little more why. I checked the Chars.h and it does have those definitions : #define vchrRockerUp 0x0132 // 5-way rocker up #define vchrRockerDown

Re: undefined identifier in Release target

2004-03-11 Thread Vu Pham
- Original Message - From: "Ben Combee" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, March 11, 2004 11:57 AM Subject: Re: undefined identifier in Release target > At 08:49 AM 3/11/2004, you wrote: > >CW 9.3.

Re: undefined identifier in Release target

2004-03-11 Thread Ben Combee
At 08:49 AM 3/11/2004, you wrote: CW 9.3. Compiling the project under Debug mode givers no error but I get "undefined identifier" errors for vchrRocketRight, vchrRocketLeft, vchrRocketUp, vchrRocketDown , and vchrRocketCenter. Even when I explicitely include "Chars.h" that h

Re: undefined identifier in Release target

2004-03-11 Thread Vu Pham
My email misses an important part : I get those errors only in Release target. - Original Message - From: "Vu Pham" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, March 11, 2004 10:49 AM Subject: undefined identif

undefined identifier in Release target

2004-03-11 Thread Vu Pham
CW 9.3. Compiling the project under Debug mode givers no error but I get "undefined identifier" errors for vchrRocketRight, vchrRocketLeft, vchrRocketUp, vchrRocketDown , and vchrRocketCenter. Even when I explicitely include "Chars.h" that has those definitions. There must b

Re: undefined identifier - Release only

2004-01-28 Thread Fruber Malcome
Note: I had to copy over the R3 after the patch. Once I copied over the files, then, remove the object code for the BuildAll.mcp. (also if you want to be extra sure, delete all of the Palm_Headers files (3 I think). Then if you like, just rebuild the Palm_Headers project (which is located in the

Re: undefined identifier - Release only

2004-01-28 Thread yakir
Yes to both questions. Although, like Fruber Malcome, when I installed R3 it couldn't find Codewarrior so I had to install manually. I will go through this process again. (sigh) Any ideas on what might have been overlooked ?? Thanks for the great response. (What time is it where you are ??) BT

Re: undefined identifier - Release only

2004-01-27 Thread Ben Combee
At 12:04 AM 1/28/2004, yakir wrote: Thanks very much, but ... I followed the steps you outlined but did not get the same results. Have you installed the 5.0R3 SDK? Did you remove object code from the BuildAll project and all subprojects before doing your build? -- Ben Combee <[EMAIL PROTECTED]>

Re: undefined identifier - Release only

2004-01-27 Thread yakir
ir" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > I receive an "undefined identifier 'pinCreator'" error > > when compiling Release target. > > > > In Debug target all is OK > > > > pinCreator is declared in PenI

Re: undefined identifier - Release only

2004-01-27 Thread Fruber Malcome
lm_Headers cannot be found (by any of the projects) - just add the precompiled header to that project and it'll fix it. "yakir" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I receive an "undefined identifier 'pinCreator'" erro

undefined identifier - Release only

2004-01-27 Thread yakir
I receive an "undefined identifier 'pinCreator'" error when compiling Release target. In Debug target all is OK pinCreator is declared in PenInputMgr.h. Running CW 9.2. OS 5 SDK R3. Any ideas -- Yakir. -- For information on using the Palm Developer Forums, or to

Re: undefined identifier

2002-12-18 Thread Ben Combee
At 13:37 2002-12-18 -0800, you wrote: re: function call. I do have all the functions inside the same file (main.c)... right next to each other. static void MainFormInit(FormPtr /*frmP*/){ ... } static void DrawColumn2 (void *table, Int16 row, Int16 column, RectangleType *bounds) { ... } Are th

Re: undefined identifier

2002-12-18 Thread christy
You are right - I meant to set my rows unusable instead of invalid. If I call TblSetRowUsable (table, i, false), would the system still draw these rows and then hide them? I don't need them to be drawn because I don't have data for all the cells all the time. re: function call. I do have all the

Re: undefined identifier

2002-12-18 Thread David Eyler
27;m talking about. regards, Dave Eyler "christy" <[EMAIL PROTECTED]> wrote in message news:105791@palm-dev-forum... > > It got to be something easy but I couldn't see it: > I am drawing a table. I couldn't compile because of > the "undefined identifier '

undefined identifier

2002-12-18 Thread christy
It got to be something easy but I couldn't see it: I am drawing a table. I couldn't compile because of the "undefined identifier 'DrawColmn2'" (DrawColmn3, etc) error... but they are there. In the FormInit: ... // only draw the 1st 4 rows for (i = 0; i

RE: New user problem using emulator (WAS: "undefined identifier error")

2002-07-31 Thread Joe Malone
--- "Dent, Cyndi" <[EMAIL PROTECTED]> wrote: > I am a new user and am having trouble getting started. Is > there someone who can help me take all the files that I've > downloaded to my desktop and make something work? I am > currently working on a project where we are going to > download our

Re: undefined identifier error

2002-07-31 Thread Mark Wilden
- Original Message - From: "Ben Combee" <[EMAIL PROTECTED]> > > > > The rules are a little complicated, but leading double underscores are > > forbidden for our use. However, I do prefix member variables with a single > > underscore. That's legal. > > It is legal as long as the first chara

RE: undefined identifier error

2002-07-31 Thread Dent, Cyndi
rking.help! -Original Message- From: Mark Wilden [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 7:09 AM To: Palm Developer Forum Subject: Re: undefined identifier error - Original Message - From: "Martin Elzen" <[EMAIL PROTECTED]> > void __push

Re: undefined identifier error

2002-07-31 Thread Ben Combee
In article <92589@palm-dev-forum>, [EMAIL PROTECTED] says... > > - Original Message - > From: "Martin Elzen" <[EMAIL PROTECTED]> > > > void __pushTail(void* data); > > > > Of course, in your own class definitions, you are free to use whichever > > legal way you want when choosing ide

Re: undefined identifier error

2002-07-31 Thread Mark Wilden
- Original Message - From: "Martin Elzen" <[EMAIL PROTECTED]> > void __pushTail(void* data); > > Of course, in your own class definitions, you are free to use whichever > legal way you want when choosing identifier names. However, IIRC the > standards for C++ include the info that id

Re: undefined identifier error

2002-07-31 Thread Martin Elzen
Hi all. After looking at the following code, something else immediately came up in my mind. class ccList { public: // constructors ccList(); ~ccList() {} public: // methods to cast by subclass void __pushTail(void* data); void __pushHead(void* data); Of course, in your own cla

Re: undefined identifier error

2002-07-30 Thread Ben Combee
In article <92478@palm-dev-forum>, [EMAIL PROTECTED] says... > At first I assumed I was using the same #define at the top of my header > file, causing "List.h" (which contains 'ccList') not to be included, but the > #define's are okay. I got this error earlier and put 'ccList' in its own > header

RE: undefined identifier error

2002-07-30 Thread Bill MacAdam
Sent: Tuesday, July 30, 2002 7:38 AM To: Palm Developer Forum Subject: undefined identifier error I'm getting a compiler error that has me a bit dumbfounded. I have a header file for a subclass and CodeWarrior is balking at the class definition. My base class is "ccList"

Re: undefined identifier error

2002-07-30 Thread Mark Wilden
From: "Richard Coutts" <[EMAIL PROTECTED]> > #include "List.h" Could you be including the list.h which MW has (rather naughtily, I think), put in (MSL for Palm OS)\MSL_C++\MSL_Common\Include ? Try Preprocess on the including file. > #ifndef _NODELIST_H_ > #define _NODELIST_H_ This should be av

undefined identifier error

2002-07-30 Thread Richard Coutts
the line "class ccNodeList : public ccList {" with the error "undefined identifier 'ccList'" (the code's listed below). At first I assumed I was using the same #define at the top of my header file, causing "List.h" (which contains 'ccList') not to

Re: Undefined identifier

2001-05-26 Thread manikumark
here where > when debugging i am getting this error: > undefined identifier 'MemoPadInfoForm' > > on this line > frm = FrmInitForm(MemoPadInfoForm); > > Where is this supposed to be defined? I know this is very basic but i am a > newbie...so bear with me please...And

Undefined identifier

2001-05-26 Thread Madina
Hi y'all, I am still on my tutorials from CodeWarrior lite and i am stuck here where when debugging i am getting this error: undefined identifier 'MemoPadInfoForm' on this line frm = FrmInitForm(MemoPadInfoForm); Where is this supposed to be defined? I know this is very basic bu

RE: MemHandle - why "undefined identifier"?

2001-04-29 Thread Brian Smith
Heather, Thanks so much - that solved my problem. Brian Smith > -Original Message- > From: Heather KML Tufts [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 27, 2001 12:05 PM > To: Palm Developer Forum > Subject: RE: MemHandle - why "undefined identifier"?

RE: MemHandle - why "undefined identifier"?

2001-04-27 Thread Heather KML Tufts
> I don't have a PalmTypes.h anywhere on my system, so it must > not install by > default when I installed Code Warrior. I have version 6.0, > with all the Palm > stuff (Constructor, etc.). Why might I not have a PalmTypes.h > file, and can > I just get it from someone else? If it's just a bunc

RE: MemHandle - why "undefined identifier"?

2001-04-27 Thread Brian Smith
veloper Forum > Subject: Re: MemHandle - why "undefined identifier"? > > > PalmTypes.h > > Brian Smith wrote: > > > I can't find any reference to MemHandle anywhere in any > header file, or any > > of the Palm documentation, anywhere! When I t

Re: MemHandle - why "undefined identifier"?

2001-04-26 Thread Sean
PalmTypes.h Brian Smith wrote: > I can't find any reference to MemHandle anywhere in any header file, or any > of the Palm documentation, anywhere! When I try to declare a variable of > type MemHandle, I get "undefined identifier." > > The book (excellent, by the w

MemHandle - why "undefined identifier"?

2001-04-26 Thread Brian Smith
I can't find any reference to MemHandle anywhere in any header file, or any of the Palm documentation, anywhere! When I try to declare a variable of type MemHandle, I get "undefined identifier." The book (excellent, by the way) "Palm OS Programming Bible" uses that type,

Re: undefined identifier

2000-08-17 Thread Andrew Lathrop
om, it can be instructive > to search your header files to find out where it comes from. > > > Error : undefined identifier '_CN' > > Alternatively, you might go to http://www.escribe.com/computing/pcpqa/ > and type `_CN' into the search box. > > J

Re: undefined identifier

2000-08-17 Thread John Marshall
Andrew Lathrop <[EMAIL PROTECTED]> wrote: > I have no idea where the _CN|_SP|_XS even comes from. Any help? When you have no idea where something comes from, it can be instructive to search your header files to find out where it comes from. > Error : undefined identifier '_C

undefined identifier

2000-08-17 Thread Andrew Lathrop
I'm trying to use the snippet of code below to change a isspace c call, to the palm TxtCharIsSpace call. When I do, I get the undefined identifier message. I have no idea where the _CN|_SP|_XS even comes from. Any help? Thanks Andrew { static char last = ' ';

Error : undefined identifier 'winScreenModeSetToDefaults'

2000-08-03 Thread Bulent Gecer
When I use the API-call WinScreenMode(winScreenModeSetToDefaults, NULL, NULL, NULL, NULL), I get the following compilation error: Error : undefined identifier 'winScreenModeSetToDefaults' What have I missed to include? Regards, /Bulent Gecer -- For information on usin