 
            
            
            
            
                7 Jul
                
                    2005
                
            
            
                7 Jul
                
                '05
                
            
            
            
        
    
                5:30 a.m.
            
        After checking the web, I found a simple hack on the Gtkmm bug tracker that will treat the symptom of Gtk::TreeViewColumn not being imported properly (and also later causing the Memory dialog to crash.)
I am going to upload another copy of the libs with the tweak, but if anyone already has the new libs, it would be much simpler just to edit: gtk26/include/gtkmm-2.4/gtkmm/treeviewcolumn.h.
Line 88 should read: class __declspec(dllimport) TreeViewColumn : public Gtk::Object
That's 2 '_'
Delete src\ui\dialog\memory.o and build again. Should work fine now.
If this works for everyone, then I guess we can close the bug for now.
Bob (ishmal)