Tout d'abord bonjour à tous, joyeux Noel et bonne année d'avance.
Je viens d'acquérir de Dialogblocks, pour ceux qui ne connaissent, c'est un éditeur de ressources se basant sur le FW de wxWidget semblable à Glade en tout de même un peu (beaucoup?) plus complet.
Mon problème se situe au niveau de la configuration des 'PATH' (compilateur, bibliotheque soit wxWindow etc...)
Quelqu'un connait-il ce programme ou l'a dejà utilisé ? et puis l'aide fournie avec le programme n'est pas tres explicite je cite :
Citation :
In a nutshell, you can get started compiling and running your project from within DialogBlocks like this:
Install a suitable compiler, such as MinGW (http://www.mingw.org). See also How to find tools to use with DialogBlocks. Set the appropriate path in the Paths Settings dialog: for example set MINGWDIR to where you installed Mingw. Also set WXWIN. Create standard debug and release configurations, by going to the Configurations Settings dialog, clicking on Standard..., then choosing your compiler and pressing OK. If using wxWidgets 2.4.x, make sure the version is specified either in the C++ Settings dialog, or in the wxWidgets version setting of your configuration. The default is wxWidgets 2.5.3. Make sure you have an Application element in your project, plus any dialogs and frames, and set the Application element's Main Window property to the id of a suitable dialog or frame. Select a configuration in the combobox on the DialogBlocks toolbar. If you need to compile wxWidgets, click Build | Build wxWidgets. Now click Build | Build Project to generate the makefile and build the project. Finally, click Build | Run Project to run your application.
Valà, merci au gentil samaritain qui saura m'éclairer
Marsh Posté le 25-12-2004 à 19:25:56
Tout d'abord bonjour à tous, joyeux Noel et bonne année d'avance.
Je viens d'acquérir de Dialogblocks, pour ceux qui ne connaissent, c'est un éditeur de ressources se basant sur le FW de wxWidget semblable à Glade en tout de même un peu (beaucoup?) plus complet.
Mon problème se situe au niveau de la configuration des 'PATH' (compilateur, bibliotheque soit wxWindow etc...)
Quelqu'un connait-il ce programme ou l'a dejà utilisé ?
et puis l'aide fournie avec le programme n'est pas tres explicite je cite :
In a nutshell, you can get started compiling and running your project from within DialogBlocks like this:
Install a suitable compiler, such as MinGW (http://www.mingw.org). See also How to find tools to use with DialogBlocks.
Set the appropriate path in the Paths Settings dialog: for example set MINGWDIR to where you installed Mingw. Also set WXWIN.
Create standard debug and release configurations, by going to the Configurations Settings dialog, clicking on Standard..., then choosing your compiler and pressing OK.
If using wxWidgets 2.4.x, make sure the version is specified either in the C++ Settings dialog, or in the wxWidgets version setting of your configuration. The default is wxWidgets 2.5.3.
Make sure you have an Application element in your project, plus any dialogs and frames, and set the Application element's Main Window property to the id of a suitable dialog or frame.
Select a configuration in the combobox on the DialogBlocks toolbar.
If you need to compile wxWidgets, click Build | Build wxWidgets.
Now click Build | Build Project to generate the makefile and build the project.
Finally, click Build | Run Project to run your application.
Valà, merci au gentil samaritain qui saura m'éclairer