I just changed the access paths to System and the application compiled successfully. So that part of the probelm is solved. Now I inserted WinGetBitmap function into my code and I get this error:
"WinGetBitmap referenced from GetSignatureBitmap is undefined" I have included the file Window.h, so I dont know what the problem is ? "Developer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Okay so I did put the "Palm OS Support" folder from Palm OS 5 SDK (68K) R3 > into the CW folder. Then I changed the access paths to point here. After > that I blanked the file called Us.Prefix.h and then compiled my application. > So I get these errors: > > Error: identifier 'Err' redeclared > was declared as short now declared as unsigned short > PalmTypes.h line 74 typedef UInt16 Err; > > Error: macro 'SYS_TRAP' redefined > PalmTypes.h line 289 #define SYS_TRAP(trapNum) _SYSTEM_API(_CALL) > (_SYSTEM_TABLE, trapNum) > > > and 10 more error like these ? What is happening? > > "Ben Combee" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > At 12:30 PM 1/27/2005, you wrote: > > >Thank you for your answer. How do I plug the OS5 SDK into CW6? I can't > seem > > >to figure out how to do that? > > > > You put the "Palm OS Support" folder into your CW folder, point your > access > > paths to that, and fix your precompiled headers (just blank out the prefix > > file). > > > > > > -- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc. > > "Combee on Palm OS" weblog: http://palmos.combee.net/ > > Developer Forum Archives: http://news.palmos.com/read/all_forums/ > > > > > > > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
