something goes wrong for me with CodeLite 6.0 and wxCrafter 1.5 (binaries downloaded from CodeLite site). I tried to build little program with wxCrafter composed interface. After composing preview shows normal design:
http://imgur.com/guc8EkR
But after compiling project with CodeLite Mingw compiler (wxWidgets binaries - from CodeLite site) view of design is scrambled:
http://imgur.com/UnDQOvx
What may be reason? The only warning from windres :
- C:\Windows\system32\cmd.exe /c "C:/MinGW-4.8.1/bin/mingw32-make.exe -j2 -e -f Makefile"
"----------Building project:[ trets - Debug ]----------"
mingw32-make.exe[1]: Entering directory 'C:/trets'
C:\MinGW-4.8.1\bin\windres.exe -i "C:/trets/win_resources.rc" --use-temp-file --define __WXMSW__ --define _UNICODE --include-dir C:/wxWidgets-3.0.0/lib/gcc_dll/mswu --include-dir C:/wxWidgets-3.0.0/include --define WXUSINGDLL -o ./Debug/win_resources.rc.o
C:\MinGW-4.8.1\bin\g++.exe -c "C:/trets/main.cpp" -g -O0 -Wall -mthreads -DHAVE_W32API_H -D__WXMSW__ -D__WXDEBUG__ -D_UNICODE -IC:/wxWidgets-3.0.0/lib/gcc_dll/mswud -IC:/wxWidgets-3.0.0/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -o ./Debug/main.cpp.o -I. -I.
C:\MinGW-4.8.1\bin\windres.exe: warning: 24: 1: 1033: duplicate value
C:\MinGW-4.8.1\bin\g++.exe -c "C:/trets/MainFrame.cpp" -g -O0 -Wall -mthreads -DHAVE_W32API_H -D__WXMSW__ -D__WXDEBUG__ -D_UNICODE -IC:/wxWidgets-3.0.0/lib/gcc_dll/mswud -IC:/wxWidgets-3.0.0/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -o ./Debug/MainFrame.cpp.o -I. -I.
C:\MinGW-4.8.1\bin\g++.exe -c "C:/trets/wxcrafter.cpp" -g -O0 -Wall -mthreads -DHAVE_W32API_H -D__WXMSW__ -D__WXDEBUG__ -D_UNICODE -IC:/wxWidgets-3.0.0/lib/gcc_dll/mswud -IC:/wxWidgets-3.0.0/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -o ./Debug/wxcrafter.cpp.o -I. -I.
C:\MinGW-4.8.1\bin\g++.exe -c "C:/trets/wxcrafter_bitmaps.cpp" -g -O0 -Wall -mthreads -DHAVE_W32API_H -D__WXMSW__ -D__WXDEBUG__ -D_UNICODE -IC:/wxWidgets-3.0.0/lib/gcc_dll/mswud -IC:/wxWidgets-3.0.0/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -o ./Debug/wxcrafter_bitmaps.cpp.o -I. -I.
C:\MinGW-4.8.1\bin\g++.exe -o ./Debug/trets @"trets.txt" -L. -lwxmsw30ud_gl -mthreads -LC:/wxWidgets-3.0.0/lib/gcc_dll -lwxmsw30ud_xrc -lwxmsw30ud_aui -lwxmsw30ud_html -lwxmsw30ud_adv -lwxmsw30ud_core -lwxbase30ud_xml -lwxbase30ud_net -lwxmsw30ud_richtext -lwxbase30ud -lwxtiffd -lwxjpegd -lwxpngd -lwxzlibd -lwxregexud -lwxexpatd -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwxregexud -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -mwindows
mingw32-make.exe[1]: Leaving directory 'C:/trets'
0 errors, 0 warnings