Ok, a little more info. After searching the archives I see that this could have to do with access paths etc . . .
I am not sure if I am using the right linker. I am running on Win2K, and for linker options in the target window see: none, Macintosh 68k, MacOS Merge, and, MakeROM. None of these look correct, although I have chosen the default: Macintosh68k. Seems that is the only one that tries to link anything. Here is a more comprehensive list of linker errors. The first 10 are from my source, the next 50 are from the system includes. I am including PalmOSGlue, PalmOS, and CharAttr . . . the glue libraries for my project are: debug-> PalmOSGlue(Debug).lib and Release->PalmOSGlue.lib. I am now using the 4 byte integer library (what is the difference? can you not use Int32/UInt32 with the 2 byte integer library?). I am not using any c++ stuff, but notice that there are some ".cp" and ".cpp" system files in the error list. Aside from making me think that this will lead to a larger executable than otherwise, is there an error indication in that? ERRORS: //my source Link Error : PocketTriFITMain.c: Illegal object data in 'PocketTriFITMain.c'. Link Error : MainDlg.c: Illegal object data in 'MainDlg.c'. Link Error : Utilities.c: Illegal object data in 'Utilities.c'. Link Error : teacher.c: Illegal object data in 'teacher.c'. Link Error : student.c: Illegal object data in 'student.c'. Link Error : period.c: Illegal object data in 'period.c'. Link Error : test.c: Illegal object data in 'test.c'. Link Error : data.c: Illegal object data in 'data.c'. Link Error : DataEntry.c: Illegal object data in 'DataEntry.c'. Link Error : ptftable.c: Illegal object data in 'ptftable.c'. //system source Link Error : DateGlue.cp: Illegal object data in 'DateGlue.cp'. Link Error : DateGlue.cp: Illegal object data in 'DateGlue.cp'. Link Error : FntGlue.cp: Illegal object data in 'FntGlue.cp'. Link Error : FntGlue.cp: Illegal object data in 'FntGlue.cp'. Link Error : FntGlue.cp: Illegal object data in 'FntGlue.cp'. Link Error : FrmGlue.cpp: Illegal object data in 'FrmGlue.cpp'. Link Error : AccessorGlue.cp: Illegal object data in 'AccessorGlue.cp'. Link Error : AccessorGlue.cp: Illegal object data in 'AccessorGlue.cp'. Link Error : AccessorGlue.cp: Illegal object data in 'AccessorGlue.cp'. Link Error : AccessorGlue.cp: Illegal object data in 'AccessorGlue.cp'. Link Error : AccessorGlue.cp: Illegal object data in 'AccessorGlue.cp'. Link Error : AccessorGlue.cp: Illegal object data in 'AccessorGlue.cp'. Link Error : AccessorGlue.cp: Illegal object data in 'AccessorGlue.cp'. Link Error : AccessorGlue.cp: Illegal object data in 'AccessorGlue.cp'. Link Error : AccessorGlue.cp: Illegal object data in 'AccessorGlue.cp'. Link Error : AccessorGlue.cp: Illegal object data in 'AccessorGlue.cp'. Link Error : AccessorGlue.cp: Illegal object data in 'AccessorGlue.cp'. Link Error : AccessorGlue.cp: Illegal object data in 'AccessorGlue.cp'. Link Error : IntlGlue.cp: Illegal object data in 'IntlGlue.cp'. Link Error : ResGlue.cp: Illegal object data in 'ResGlue.cp'. Link Error : TsmGlue.cp: Illegal object data in 'TsmGlue.cp'. Link Error : TsmGlue.cp: Illegal object data in 'TsmGlue.cp'. Link Error : TsmGlue.cp: Illegal object data in 'TsmGlue.cp'. Link Error : TsmGlue.cp: Illegal object data in 'TsmGlue.cp'. Link Error : TsmGlue.cp: Illegal object data in 'TsmGlue.cp'. Link Error : TxtGlue.cp: Illegal object data in 'TxtGlue.cp'. Link Error : WinGlue.cp: Illegal object data in 'WinGlue.cp'. Link Error : WinGlue.cp: Illegal object data in 'WinGlue.cp'. Link Error : SysGlue.cp: Illegal object data in 'SysGlue.cp'. Link Error : OmGlue.cp: Illegal object data in 'OmGlue.cp'. Link Error : OmGlue.cp: Illegal object data in 'OmGlue.cp'. Link Error : LmGlue.cp: Illegal object data in 'LmGlue.cp'. Link Error : LmGlue.cp: Illegal object data in 'LmGlue.cp'. Link Error : LmGlue.cp: Illegal object data in 'LmGlue.cp'. Link Error : LmGlue.cp: Illegal object data in 'LmGlue.cp'. Link Error : LmGlue.cp: Illegal object data in 'LmGlue.cp'. Link Error : LmGlue.cp: Illegal object data in 'LmGlue.cp'. Link Error : TextMgr.c: Illegal object data in 'TextMgr.c'. Link Error : CPlusLib68K.cp: Illegal object data in 'CPlusLib68K.cp'. Link Error : Exception68K.cp: Illegal object data in 'Exception68K.cp'. Link Error : LongLong68K.c: Illegal object data in 'LongLong68K.c'. Link Error : MWRTTI.cp: Illegal object data in 'MWRTTI.cp'. Link Error : NMWException.cp: Illegal object data in 'NMWException.cp'. Link Error : NewMore.cp: Illegal object data in 'NewMore.cp'. Link Error : New.cp: Illegal object data in 'New.cp'. Link Error : PalmOS_AbortExit.cpp: Illegal object data in 'PalmOS_AbortExit.cpp'. Link Error : PalmOS_GlobalDestructors.c: Illegal object data in 'PalmOS_GlobalDestructors.c'. Link Error : PalmOS_setjmp.c: Illegal object data in 'PalmOS_setjmp.c'. Link Error : PalmOS_Startup.cpp: Illegal object data in 'PalmOS_Startup.cpp'. Link Error : CWRuntime.c: Illegal object data in 'CWRuntime.c'. Paul Gibson Senior Software Engineer Health First USA -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
