www.digitalmars.com         C & C++   DMDScript  

c++.wxwindows - Libraries

reply Jan <jan.moehrke googlemail.com> writes:
Hi everyone,
just a short question, I suppose: which libraries do I have to link in general
to get a wx application working (Windows XP, NT) ? More precise, which ones of
the libs shipped with dmc and which wxwidgets-libs ? I'm using Codeblocks on
both Linux and Windows but the Project Dialog has got a bug (it's currently only
supporting GCC/MingW). Any help would be appreciated.
Jan
Jan 20 2008
parent chris elliott <biol75 york.ac.uk> writes:
My link line reads:

link /NOLOGO /SILENT /NOI /DELEXECUTABLE /EXETYPE:NT  /DEBUG /CODEVIEW 
/su:windows:4.0 lstctrl.obj    lst_ctrl.obj,lst_ctrl.exe,lst_ctrl.map, 
C:\wx\wxWidgets-2.8.4\lib\dmc_lib\  wxmsw28d_html.lib  wxmsw28d_adv.lib 
  wxmsw28d_core.lib  wxbase28d.lib  wxbase28d_net.lib  wxbase28d_xml.lib 
   wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib  wxregexd.lib 
wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib 
winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib 
uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ,, lst_ctrl.res

chris

Jan wrote:
 Hi everyone,
 just a short question, I suppose: which libraries do I have to link in general
 to get a wx application working (Windows XP, NT) ? More precise, which ones of
 the libs shipped with dmc and which wxwidgets-libs ? I'm using Codeblocks on
 both Linux and Windows but the Project Dialog has got a bug (it's currently
only
 supporting GCC/MingW). Any help would be appreciated.
 Jan
Jan 21 2008