newbie questions
newbie questions
- Subject: newbie questions
- From: Ken Brooks <email@hidden>
- Date: Wed, 26 May 2004 09:34:12 -0400
Life has lately forced me to leave my comfortable CodeWarrior world
and explore XCode. Questions arise:
1. I've found the "quick intro". Is there any big, exhaustive
"reference manual" in pdf or book form? I would gladly buy the book.
2. CodeWarrior manuals have spoiled me with an exhaustive list of
error and warning messages and their explanations. Does XCode / GCC
have such a list? I'm wishing for:
- a paragraph of explanation
- when relevant, how this class of message may be silenced
- when it may be safely ignored
Does said list exist?
3. Big surprise, my first build gets link errors, such as:
Cat & Mouse+AI scrolling:0: Undefined symbols: _AEProcessAppleEvent
_BeginUpdate _Button _CharWidth _ClipRect _ClosePoly _DisposeHandle
_DrawChar _DrawPicture _DrawString _DrawText _EndUpdate _EqualString
_FillRect _FindWindow _FrameArc _FrameOval _FramePoly _FrameRect
_FrameRoundRect _GetCPixel _GetDblTime _GetFNum _GetFontInfo
_GetFontName _GetMouse _GetNamedResource _GetNextEvent _GetPen
_GetPortVisibleRegion _GetRegionBounds _GetResource _GetWindowPort
_GetWindowPortBounds _GlobalToLocal _LineTo _MenuKey _MenuSelect
_MoveTo _NewCWindow _NewRgn _OffsetRect _OpenPoly _PaintArc
_PaintOval _PaintPoly _PaintRect _PaintRoundRect _PenMode _PenSize
_PmBackColor _PmForeColor _QDFlushPortBuffer _RGBBackColor
_RGBForeColor _Random _SetCPixel _SetPort _SndDoImmediate
_SndNewChannel _SndPlay _SysBeep _TextFace _TextFont _TextSize
_TextWidth _TickCount _WaitNextEvent _ActivatePalette _BackPat
_EraseRect _ExitToShell _FlushEvents _GetHandleSize _GetPalette
_GetPixDepth _GetPortPixMap _GetQDGlobalsBlack _GetQDGlobalsWhite
_PenNormal _PenPat _SetHandleSize _SetPalette _ValidWindowRect
_CheckMenuItem _DialogSelect _DisposeDialog _DisposeWindow
_DrawDialog _DrawMenuBar _GetDialogWindow _GetKeys _GetMenu
_GetNewDialog _GetNewMBar _GetNewPalette _HideDialogItem _HiliteMenu
_IsDialogEvent _NewWindow _SetMenuBar _SetRect _ShowDialogItem
_ShowWindow _Delay _GetResAttrs _LoadResource _SetResAttrs _CopyBits
_Debugger _TETextBox _AddResource _GetControlHilite _GetDateTime
_GetDialogItem _GetQDGlobalsRandomSeed _HiliteControl _MemError
_NewHandle _ResError _SelectWindow _SetQDGlobalsRandomSeed
_SizeResource _Alert _CtoPstr _CurResFile _GetControlValue
_GetDialogItemText _GetDialogPort _GetDialogTextEditHandle
_GetIndString _InsetRect _InvalRect _NumToString _ParamText
_ReleaseResource _SelectDialogItemText _SetControlTitle
_SetControlValue _SetDialogItem _SetDialogItemText _StringWidth
_TEAutoView _TEInsert _TESelView _UseResFile _c2pstrcpy _p2cstrcpy
_pstrcat _pstrncpy
Is there a way to get more detailed link errors, such as, from what
module the undefined reference came?
It seems clear here that I've got a basic Apple library missing.
Well, this project came into existence via the "Import Project"
command, importing from CodeWarrior...I trusted it... what have it or
I missed?
Thanks to all,
Ken Brooks
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.