News:

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

Main Menu

wxStyledTextCtrl library

Started by vanangamudi, March 17, 2012, 09:23:18 AM

Previous topic - Next topic

vanangamudi

How to include the wxStyledTextCtrl or wxScintilla library in my project...
I hav downloaded the source code of both.
I'm using Ubuntu10.10. How to build them as library and place them in concerned folder so that codeblocks will find it and include it properly.


here is a screenshot of my problem




and which component Code::Blocks currently uses???? wxScintilla or wxStyledTextCtrl???
which one is preferable??? I mean, which one is still alive and will be alive in near future???

MortenMacFly

Quote from: vanangamudi on March 17, 2012, 09:23:18 AM
How to include the wxStyledTextCtrl or wxScintilla library in my project...
I hav downloaded the source code of both.
I'm using Ubuntu10.10. How to build them as library and place them in concerned folder so that codeblocks will find it and include it properly.
Inspect the build instruction of these libraries and if in doubt, ask in an appropriate forum. Both can be build with several flavours, so you have to find out whats right for you.
You can inspect the sources (project files) of Code::Blocks to see how we did it. However, this might not be what you want.

Topic locked (unrelated to Code::Blocks).
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]