[vlc-devel] Re: wx compatiblity
Daniel Stränger
vlc at schmaller.de
Fri Oct 14 13:02:50 CEST 2005
Dear list, espacially zcot,
> The wx2.4.2 documentation shows this same inhereritance design as the
> code so I couldn't imagine where that one line would be a problem in the
> wx library.
the inheritance in 2.4.2 is the same, but the wxWindow class can't provide the SetMinSize() method,
since it doesn't have it yet.
> ...
> ps. what is the compilation problem?
>
it's an unresolved symbol error, because SetMinSize()
isn't known in the related interfaces: Interface, wxFrame, wxWindow
Bye, Daniel
PS: GUI programming isn't my favourite profession.
There are more eligible people to solve the min size problem ;-)
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list