Code::Blocks Forums

User forums => Help => Topic started by: Aronimo on April 18, 2022, 07:35:53 pm

Title: wxAuiManager on WxSmith
Post by: Aronimo on April 18, 2022, 07:35:53 pm
I'm trying to make an app with some Aui, the problem is that any Aui component that I add with WxSmith gives some error like this one:
Code
C:/wxWidgets-3.1.6/include/wx/aui/auibook.h:259: undefined reference to `__imp__ZTV13wxAuiNotebook'
C:/wxWidgets-3.1.6/include/wx/aui/auibook.h:259: undefined reference to `__imp__ZTV13wxAuiNotebook'
C:/wxWidgets-3.1.6/include/wx/aui/auibook.h:259: undefined reference to `__imp__ZN12wxAuiManagerC1EP8wxWindowj'
C:/wxWidgets-3.1.6/include/wx/aui/auibook.h:259: undefined reference to `__imp__ZN17wxAuiTabContainerC1Ev'
C:/wxWidgets-3.1.6/include/wx/aui/auibook.h:260: undefined reference to `__imp__ZN13wxAuiNotebook4InitEv'
C:/wxWidgets-3.1.6/include/wx/aui/auibook.h:261: undefined reference to `__imp__ZN13wxAuiNotebook6CreateEP8wxWindowiRK7wxPointRK6wxSizel'
C:/wxWidgets-3.1.6/include/wx/aui/auibook.h:259: undefined reference to `__imp__ZN17wxAuiTabContainerD1Ev'
C:/wxWidgets-3.1.6/include/wx/aui/auibook.h:259: undefined reference to `__imp__ZN12wxAuiManagerD1Ev'
Title: Re: wxAuiManager on WxSmith
Post by: stahta01 on April 18, 2022, 08:13:26 pm
Post a build log; link gives how to do so.

https://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F (https://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F)

Where did you get the wxWidgets library you are trying to link to?

Tim S.
Title: Re: wxAuiManager on WxSmith
Post by: Aronimo on April 20, 2022, 02:55:46 am
I didn't solve the problem, I just take notice of a MDI thing. I was trying to replicate this I just didn't know its name, but now I'm fine.