I successfully compiled wkSkin in wx2.9.1 unicode.
The main change is in wxSkinEngine.cpp
wxBITMAP_TYPE_ANY -> wxBITMAP_TYPE_PNG
I cant understand why wxBITMAP_TYPE_ANY not work.
Or it is a BUG?
Besides I change all "::wxLogError()" to "wxLogError()"
Search found 14 matches
- Sun Oct 10, 2010 6:25 pm
- Forum: C++ Development
- Topic: Need a compiled wxSkin
- Replies: 18
- Views: 7196
- Sat Oct 09, 2010 1:00 pm
- Forum: C++ Development
- Topic: Need a compiled wxSkin
- Replies: 18
- Views: 7196
I finally can compile wxSkin sample in my enviorment. so I summarize my experience,maybe someone have the same problems. wx2.8.11_unicode + code::blocks 10.05 + mingw 4.4.1 1.add missing declaration in wxSkinEngine.h bool ReassignControlSkin(const wxWindow* ptr, const wxString& label); 2.modify wxSk...
- Sat Oct 09, 2010 3:53 am
- Forum: C++ Development
- Topic: Need a compiled wxSkin
- Replies: 18
- Views: 7196
try with 2.8.xx? Your sig shows that you use 2.9.1 and I'm not sure if it works with the version. UpCase is in position to pronounce that! 2.8 seems to work,I compiled sample only get 2 error C:\wxSkin\include\wxSkinStaticText.h|28|error: default argument for parameter of type 'const wxString&' has...
- Fri Oct 08, 2010 7:41 pm
- Forum: C++ Development
- Topic: Need a compiled wxSkin
- Replies: 18
- Views: 7196
- Fri Oct 08, 2010 2:04 pm
- Forum: C++ Development
- Topic: Need a compiled wxSkin
- Replies: 18
- Views: 7196
Re: Need a compiled wxSkin
::wxLogError error maybe caused by you didn't set wxUSE_STD_IOSTREAM when building wxWidgets. Some package like wxSkin needs wxLog to do the logging thinks maybe require this marco. wxUSE_STD_IOSTREAM locates at PathToWx/include/wx/msw/setup0.h&setup.h. You can take a try. so i need to recompile wx...
- Fri Oct 08, 2010 9:20 am
- Forum: C++ Development
- Topic: Need a compiled wxSkin
- Replies: 18
- Views: 7196
- Fri Oct 08, 2010 8:47 am
- Forum: C++ Development
- Topic: Need a compiled wxSkin
- Replies: 18
- Views: 7196
1: I compiled example/main.cpp and make a executable. Run it but get error as attachment 000 then i press cancel , get attachment 001 what's wrong? 2: I forgot a problem... below errors is happened near each "::wxLogError()" in guibuilder.cpp i make it become comment by add "//" in front of those li...
- Fri Oct 08, 2010 7:39 am
- Forum: C++ Development
- Topic: Need a compiled wxSkin
- Replies: 18
- Views: 7196
i add windows.h into #ifdef and get the same error then i search there is a gethwnd declation in wx/msw/private.h i change windows.h to wx/msw/private.h is this correct? now i compile my app without error and i will try to follow your tutorial hope wxSkin can work correctly thanks your help. wxSkin ...
- Fri Oct 08, 2010 7:03 am
- Forum: C++ Development
- Topic: Need a compiled wxSkin
- Replies: 18
- Views: 7196
I try do add declare in wxSkinEngine.h , but still get errors C:\CPP_WORK\wxSkinTest\wxSkinWindow.cpp||In member function 'bool wxSkinWindow::SetShape(const wxRegion&)':| C:\CPP_WORK\wxSkinTest\wxSkinWindow.cpp|81|error: 'GetHwnd' was not declared in this scope| C:\CPP_WORK\wxSkinTest\wxSkinWindow.c...
- Fri Oct 08, 2010 6:53 am
- Forum: C++ Development
- Topic: Need a compiled wxSkin
- Replies: 18
- Views: 7196
Sorry for my poor english... I try this method but not work. I add all wxskin source and add path to include and get some errors C:\CPP_WORK\wxSkinTest\wxSkinEngine.cpp|88|error: no 'bool wxSkinEngine::ReassignControlSkin(const wxWindow*, const wxString&)' member function declared in class 'wxSkinEn...
- Fri Oct 08, 2010 5:45 am
- Forum: C++ Development
- Topic: Need a compiled wxSkin
- Replies: 18
- Views: 7196
Need a compiled wxSkin
I try to compile wxSkin with CMake follow README file but have some error. Then I try to just include sources file, still not work. there are many error appear at each "::wxLogError" line and others. Serch this Forum by keyword wxSkin,I have read every post but cant solve it. so I think if Somebody ...
- Wed Jul 28, 2010 2:45 pm
- Forum: C++ Development
- Topic: multiple panel problem
- Replies: 4
- Views: 1315
- Tue Jul 27, 2010 2:45 pm
- Forum: C++ Development
- Topic: multiple panel problem
- Replies: 4
- Views: 1315
- Tue Jul 27, 2010 7:57 am
- Forum: C++ Development
- Topic: multiple panel problem
- Replies: 4
- Views: 1315
multiple panel problem
Its have multiple panels with a frame. when I press MenuRoot::Button1,it will show Menu1_1 in frame. My problem is that sizer in Menu1_1 would not fill with the frame.(I want the sizer to fit the windows size and content will expand) I had read official documents and search in this forum,but can't s...