News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

adding component to code:block

Started by blockcoder1, August 12, 2015, 04:31:22 PM

Previous topic - Next topic

blockcoder1

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.

MortenMacFly

Quote from: blockcoder1 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.
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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

MortenMacFly

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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]