Author Topic: adding component to code:block  (Read 3564 times)

Offline blockcoder1

  • Single posting newcomer
  • *
  • Posts: 2
adding component to code:block
« on: August 12, 2015, 04:31:22 pm »
How do you add wxWidget component to code::blocks?
I found website with interesting tools http://wxcode.sourceforge.net/index.php
I want to add one widget to wxSmith code::block.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: adding component to code:block
« Reply #1 on: August 18, 2015, 08:44:29 am »
How do you add wxWidget component to code::blocks?
I found website with interesting tools http://wxcode.sourceforge.net/index.php
I want to add one widget to wxSmith code::block.
Inspect how its done with the other wxCode components. There is no tutorial, unfortunately. But its quite straight-forward.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: adding component to code:block
« Reply #2 on: August 18, 2015, 09:14:36 am »
Not to forget: You can always add components unknown to wxSmith as "Custom" component.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ