Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: vanangamudi on March 17, 2012, 09:23:18 am

Title: wxStyledTextCtrl library
Post by: 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.


here is a screenshot of my problem
(https://lh6.googleusercontent.com/-eJHE96ptfYY/T2IMMnm9jpI/AAAAAAAAAQs/BUu0avxZtSk/s640/STC.png)



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???
Title: Re: wxStyledTextCtrl library
Post by: MortenMacFly on March 17, 2012, 12:22:18 pm
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).