Forum > macOS / Mac OS X
Error compiling project on Mac OS
(1/1)
wagenheimer:
Hi!
I'n getting this error when I try to compile my project on MacOS.
Anybody have any idea of what is wrong?
Thanks!
Cezar Wagenheimer
--- Code: ---Undefined symbols:
"WSRegisterGraphicControl", referenced from:
_WSCONTROLS_REGISTERGRAPHICCONTROL in wscontrols.o
"WSRegisterGraphicControl", referenced from: _WSCONTROLS_REGISTERGRAPHICCONTROL in wscontrols.o
_WSFORMS_REGISTERSCROLLINGWINCONTROL in wsforms.o
"WSRegisterScrollingWinControl", referenced from: _WSFORMS_REGISTERSCROLLINGWINCONTROL in wsforms.o
_WSCONTROLS_REGISTERDRAGIMAGELIST in wscontrols.o
"WSRegisterDragImageList", referenced from: _WSCONTROLS_REGISTERDRAGIMAGELIST in wscontrols.o
_WSFORMS_REGISTERCUSTOMFRAME in wsforms.o
"WSRegisterCustomFrame", referenced from: _WSFORMS_REGISTERCUSTOMFRAME in wsforms.o
_WSFORMS_REGISTERHINTWINDOW in wsforms.o
"WSRegisterHintWindow", referenced from: _WSFORMS_REGISTERHINTWINDOW in wsforms.o
_WSCONTROLS_REGISTERWINCONTROL in wscontrols.o
"WSRegisterWinControl", referenced from: _WSCONTROLS_REGISTERWINCONTROL in wscontrols.o
_WSFORMS_REGISTERSCROLLBOX in wsforms.o
"WSRegisterScrollBox", referenced from: _WSFORMS_REGISTERSCROLLBOX in wsforms.o
_WSFORMS_REGISTERCUSTOMFORM in wsforms.o
"WSRegisterCustomForm", referenced from: _WSFORMS_REGISTERCUSTOMFORM in wsforms.o
_WSMENUS_REGISTERMENUITEM in wsmenus.o
"WSRegisterMenuItem", referenced from: _WSMENUS_REGISTERMENUITEM in wsmenus.o
_WSCONTROLS_REGISTERCONTROL in wscontrols.o
"WSRegisterControl", referenced from: _WSCONTROLS_REGISTERCONTROL in wscontrols.o
_WSMENUS_REGISTERMAINMENU in wsmenus.o
"WSRegisterMainMenu", referenced from: _WSMENUS_REGISTERMAINMENU in wsmenus.o
_WSMENUS_REGISTERMENU in wsmenus.o
"WSRegisterMenu", referenced from: _WSMENUS_REGISTERMENU in wsmenus.o
_WSCONTROLS_REGISTERCUSTOMCONTROL in wscontrols.o
"WSRegisterCustomControl", referenced from: _WSCONTROLS_REGISTERCUSTOMCONTROL in wscontrols.o
_WSMENUS_REGISTERPOPUPMENU in wsmenus.o
"WSRegisterPopupMenu", referenced from: _WSMENUS_REGISTERPOPUPMENU in wsmenus.o
_WSIMGLIST_REGISTERCUSTOMIMAGELIST in wsimglist.o
ld: symbol(s) not found
An error occurred while linking
Error: Error while linking
--- End code ---
Jonas Maebe:
See e.g. the last line of http://lists.lazarus.freepascal.org/pipermail/lazarus/2010-June/053677.html
Googling for WSRegisterGraphicControl returns many pages with that question and the answer.
Navigation
[0] Message Index