News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

wx and C::B doc and articles ?

Started by AmR EiSa, October 08, 2006, 02:21:23 AM

Previous topic - Next topic

AmR EiSa

Hello..,

I new in C::B . and i want ask about some doc for use C::B with wxwidgets ?
and what the difference between wxSmith project and wxWidgets project ?

this for now but i will ask if i have any help , so plz help :)

Thanks for u all for C::B and help :)

AmR EiSa

stahta01

#1
Using Google I found this

wxSmith is a Code::Blocks plugin for RAD editing of wxWidgets applications. It's one of the most comfortable RADs thanks to being fully integrated with the IDE, both being Open Source, Cross Platform, and written in C++ using wxWidgets itself.

http://www.wxcommunity.com/modules.php?op=modload&name=Downloads&file=index&req=viewdownloaddetails&lid=270&ttitle=wxSmith

May wish to use wiki also.

http://wiki.codeblocks.org/index.php?title=WxSmith_Tutorial_%26_Pointers



C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

byo

Quote from: r0ot on October 08, 2006, 02:21:23 AM
Hello..,

I new in C::B . and i want ask about some doc for use C::B with wxwidgets ?
and what the difference between wxSmith project and wxWidgets project ?

this for now but i will ask if i have any help , so plz help :)

Thanks for u all for C::B and help :)

AmR EiSa

In fact you can use wxSmith in both project. The only one difference is that in wxSmith project application class is dynamically created / modified, and it has much worse (maybe even outdated) project wizard.
So I suggest using wxWidgets project :)


AmR EiSa

hi
thanks stahta01 and byo .
i will byo , but i have wxPack this Pack have wx 2.7.0 and i can't edit Global Variable for wx or project wizard for wx , i can't edit Buitin Fields ( base or include or lib or obj or cflags or lflags ) and User-defined fields , how i can do that or by wxWidgets project wizard ???
and i want say if wxSmith is old why don't use wxFormBuilder project for more power ?!
Thanks for helping me
AmR EiSa

AmR EiSa


byo

Maybe it should work with current settings, only need to set base directory for wx and configuration type. I'm not sure because wx 2.7.0 could use different directory structure. Just try to set-up wx like in 2.6

BYO

AmR EiSa

Hello...,
Thanks BYO for try help , ok can you say to me how i can set base directory for wx and configuration type in wx 2.6 ??
if you can this will help me very much :)

AmR EiSa

byo

ok, first of all - what C::B version do you use ? If RC2, remove it and download lastest nightly build. When you have nightly, just try to compile and dialog box with configuration for wxWidgets library will pop-up (in fact this will be configuration for #WX variable, but it's used to configure wx) - herre you choose directory of wx and it should work with project generated using wxWidgets wizard

AmR EiSa