I'm running under Windows XP, and have done the following
Downloaded "codelite-2.10.0.4778-mingw4.4.1-wx2.8.12.exe"
Installed it and accepted all default settings
Activated CodeLite
Created a workspace
Created a new project as follows
- Category=GUI
Executable (wxwidgets + wxFBdialog)
Compiler type = gnu g++
** No problems so far
When I right click on the generated file gui.fbp and select "Open with WxFormBuilder...", nothing happens. No errors appear to be displayed
I can double click the gui.fbp file and it opens as a normal text file with CodeLite
The WxFormBuilder settings (Plugins->WxFormBuilder->Settings) are as follows
- WxFormBuilderPath = C:\Program Files\CodeLite\plugins\wxFormBuilder.dll
Command = $(wxfb) $(wxfb_project)
- CodeLiteDir=C:\Program Files\CodeLite
UNIT_TEST_PP_SRC_DIR=C:\UnitTest++-1.3
WXWIN=C:\wxWidgets-2.8.12
PATH=$(WXWIN)\lib\gcc_dll;$(PATH)
WXCFG=gcc_dll\mswu
Thanks in advance
Colin