Search found 3 matches

by DanielLuo
Sat Mar 24, 2018 9:22 am
Forum: wxWidgets Development (Chinese)
Topic: =自我介绍=(新人可来这里对自己作自我介绍)
Replies: 150
Views: 355854

Re: =自我介绍=(新人可来这里对自己作自我介绍)

我是一名学生。热爱编程。请大家多多指教!!
by DanielLuo
Sat Mar 24, 2018 9:13 am
Forum: Compiler / Linking / IDE Related
Topic: codeblock + wxwidgets "undefined reference" error
Replies: 2
Views: 2110

Re: codeblock + wxwidgets "undefined reference" error

You probably need to add the wxWidgets JPEG library (the exact name may vary depending on your setup, should be something with `wxjpeg` in the file name) after all other wxWidgets libraries in the list of additional dependencies in your project's linker settings. As what you say,There is a file nam...
by DanielLuo
Thu Mar 22, 2018 10:49 am
Forum: Compiler / Linking / IDE Related
Topic: codeblock + wxwidgets "undefined reference" error
Replies: 2
Views: 2110

codeblock + wxwidgets "undefined reference" error

OS:Windows 7 compiler:gcc 5.1 (tdm-1) My English is poor.I hope you can understand what i mean. I want to develop cross platform software with wxwidgets.So I download wxwodgets3.0.4 from offical website. And I build it with gcc 5.1(TDM-1) which be included in codeblocks 17.12. Command: mingw32-make ...