News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

wxAuiManager on WxSmith

Started by Aronimo, April 18, 2022, 07:35:53 PM

Previous topic - Next topic

Aronimo

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:
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'

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Aronimo

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.