wxWidgets - Add items to sizer via DLL
        Posted  
        
            by 
                intl
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by intl
        
        
        
        Published on 2012-12-02T23:00:30Z
        Indexed on 
            2012/12/02
            23:03 UTC
        
        
        Read the original article
        Hit count: 299
        
I have a GUI set up with wxWidgets (C++, MSVC) and part of the functionality is to add elements to the GUI via DLL's. Essentially, I would be passing in a sizer to the DLL which will in turn add the elements based on what is in the DLL.
Could someone just point me in the right direction on how to get the DLL set up? I have looked, but don't see anything that's similar to what I'm looking for. The programming of the elements is fine with me, I just need to understand how to structure the DLL programming.
Help appreciated.
© Stack Overflow or respective owner