Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Modified & Improved wxWidgets Project Wizard

<< < (14/41) > >>

manutd:
One thing I'd like is the wx icon in the select template list, as everything else has an icon. I saw how: copy from the regular wxWidgets template the files logo.png (for the logo) and wizard.png (for the bar on the side) and paste them into the new wizard's folder.

Biplab:
The Icons will be available if you overwrite the wxwidgets folder's files with the files available in the new wizard's archive. The archive contains only those files which are different from the old wizard.

The reason why I didn't include the png files is the archive size. Excluding them keeps the archive size to minimum. :wink:

manutd:
Oh, OK. I just changed the name of the original and extracted the new one.

biniou:
Just wanted to say thanks for the wizard. I used Rev3 to start my new Project with wxWidgets 2.6.3 and I was able to make 2 different targets for MinGW (this target is used to be sure that my code is GCC friendly, for Linux use) and for VC++ (used to compile faster and produce more compact exe in Windows).

Everything was compiled using static libraries, monolithic for MinGW and modular for VC++. Went well for dll use also.

Thanks a lot as I had really no idea on how to begin with wxWidgets !!

Biplab:

--- Quote from: biniou on January 25, 2007, 10:27:57 am ---Just wanted to say thanks for the wizard. I used Rev3 to start my new Project with wxWidgets 2.6.3 and I was able to make 2 different targets for MinGW (this target is used to be sure that my code is GCC friendly, for Linux use) and for VC++ (used to compile faster and produce more compact exe in Windows).

Everything was compiled using static libraries, monolithic for MinGW and modular for VC++. Went well for dll use also.

Thanks a lot as I had really no idea on how to begin with wxWidgets !!

--- End quote ---

Thanks a lot for your feedback. I hope the wizard will now be helpful for you to use in Linux, too. :D

Despite the release of 6 revisions, I've received very few feedbacks. Thus I've decided to add a Poll in this thread. Please rate it if you have tested it. That would help us improving it further. Thanks in advance for your time.  :)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version