Author Topic: wxStyledTextCtrl library  (Read 3360 times)

Offline vanangamudi

  • Multiple posting newcomer
  • *
  • Posts: 16
wxStyledTextCtrl library
« 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




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???
« Last Edit: March 17, 2012, 09:58:53 am by vanangamudi »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: wxStyledTextCtrl library
« Reply #1 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).
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