Author Topic: Configuring Codeblock And Wxwidget Using Xml File  (Read 2841 times)

Offline Chikwado

  • Single posting newcomer
  • *
  • Posts: 8
Configuring Codeblock And Wxwidget Using Xml File
« on: June 11, 2018, 05:37:35 pm »
Is It Possible To Configure Codeblock And Wxwidget Using Xml File? Especially .cbp file. If So How Do You Do It?
Window8.1 x86, CodeBlock 20.03, GCC-10.3.0-32, C++ 20, Wxwidget 3.2.1

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Configuring Codeblock And Wxwidget Using Xml File
« Reply #1 on: June 11, 2018, 06:25:01 pm »
What is the end goal?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: Configuring Codeblock And Wxwidget Using Xml File
« Reply #2 on: June 11, 2018, 10:28:47 pm »
If you know your Operating System (OS)  name and version post it.
If you know your Compiler name and version post it.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Configuring Codeblock And Wxwidget Using Xml File
« Reply #3 on: June 11, 2018, 11:58:58 pm »
Are you talking about XRC files? http://docs.wxwidgets.org/trunk/overview_xrcformat.html
If yes: do you want to work with wxSmith? Then the answer is yes...

If you are talking about general XML files then the answer is also yes...

If you want a more detailed answer ask a better question. Or describe your problem better:
What is the end goal?