Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: Jewe on December 20, 2005, 09:44:04 am
-
Hi,
i was wondering if Code::blocks will be able to create xrc file in the future?
my reason for asking is that I use c++ and python for programs.
At this moment rc2 only creates the cpp files and I would like to use one program for creating the xrc files.
(at this moment xrced does not support the things I want like a date picker)
kind regards,
Jewe
-
You can produce xrc files with wxSmith a plugin that comes with the Code::Blocks installation (also in RC2)
-
This "Hello world" tutorial (http://wiki.codeblocks.org/index.php?title=WxSmith_Tutorial_%26_Pointers) for wxSmith might come in handy :)
-
Gentlemen,
thank you for the reply.
I found out after the post that a file was saved.
(bummer that it is not included in the project, and that you can not edit it later on. but you can not have it all :))
so at this moment the plug in is not very usefull for me.
well i'll be..... :shock:
found it just right now, under the resource item...
Going to play with it... :D
-
(at this moment xrced does not support the things I want like a date picker)
Try unofficial build of SVN HEAD (instead of RC2) Code::Blocks: http://paginas.terra.com.br/informatica/mauricio/codeblocks/
Date Picker is already implemented and wxSmith got MUCH improved since RC2...
-
Ok, I got it running...
And I like it... :D
some minor items... put I'll put a thread up for it.