wxMac xcode dynamic target link error (wxwidgets 2.7.0-1)
Stefan Csomor
csomor at advancedconcepts.ch
Sun Oct 22 23:02:03 PDT 2006
Hi
AGL.framework
> _aglChoosePixelFormat
> _aglCreateContext
> _aglDestroyContext
> _aglDestroyPixelFormat
> _aglEnable
> _aglSetCurrentContext
> _aglSetDrawable
> _aglSetInteger
> _aglSwapBuffers
> _aglUpdateContext
OpenGL.framework
> _glColor3f
AppKit.framework
> .objc_class_name_NSButton
> .objc_class_name_NSFontPanel
> .objc_class_name_NSView
> _NSApp
> _NSApplicationLoad
add the corresponding files from the src/xrc folder :
eg. xh_treebk.cpp etc, if you choose Add / Existing Files... over the
src folder in the project panel, and navigate to that src/xrc folder,
you can see all the files that are not yet included displayed in black,
while the ones already included are grayed out
> __ZN20wxTreebookXmlHandlerC1Ev
> __ZN25wxDirPickerCtrlXmlHandlerC1Ev
> __ZN25wxHyperlinkCtrlXmlHandlerC1Ev
> __ZN26wxFilePickerCtrlXmlHandlerC1Ev
> __ZN26wxFontPickerCtrlXmlHandlerC1Ev
> __ZN28wxColourPickerCtrlXmlHandlerC1Ev
> __ZN30wxOwnerDrawnComboBoxXmlHandlerC1Ev
src/generic/toolbkg.cpp and treebkg.cpp should help for these
> __ZN10wxToolbook4InitEv
> __ZN10wxToolbook6CreateEP8wxWindowiRK7wxPointRK6wxSizelRK8wxString
> __ZN10wxTreebook4InitEv
> __ZN10wxTreebook6CreateEP8wxWindowiRK7wxPointRK6wxSizelRK8wxString
> __ZTV10wxToolbook
> __ZTV10wxTreebook
HTH
Stefan
More information about the wx-users
mailing list