Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: bluekid on May 06, 2006, 09:31:45 am

Title: New Templates
Post by: bluekid on May 06, 2006, 09:31:45 am
Windows Fluid template for Codeblocks  -Fluid (http://embedded.centurysoftware.com/docs/nx/fltk-fluid-tutorial.html) RAD tool for FLTK library -
   http://bluekid.mylivepage.com/file/?fileid=405

Linux - Fltk Template for CodeBlocks
   http://bluekid.mylivepage.com/file/?fileid=406

Linux - Fluid Template for CodeBlocks
   http://bluekid.mylivepage.com/file/?fileid=407

Linux - Glut Template for CodeBlocks
  http://bluekid.mylivepage.com/file/?fileid=408

i used linux templates under Ubuntu 5.1 English - why not turkish ? (http://forums.codeblocks.org/index.php?topic=2934.0)   :(-
and for templates must be install fftk, fltk-dev, fluid, glut packages

when using Fluid template  simply  in your projects open main_ui.fl file with fluid make changes save and write codes then recompile project under C::B thats all :wink:
fluid for windows
  http://bluekid.mylivepage.com/file/?fileid=403
Title: Re: New Templates
Post by: Michael on May 06, 2006, 08:38:57 pm
i used linux templates under Ubuntu 5.1 English - why not turkish ? (http://forums.codeblocks.org/index.php?topic=2934.0)   :(-

I thought that it was solved your problem with Turkish :?. Did Thomas's solution not work?

Best wishes,
Michael
Title: Re: New Templates
Post by: bluekid on May 08, 2006, 08:11:55 am
read last message of thomas about this problem
Quote
ı18N
What's that, lowercase 'i' without dot? So it seems that it also transforms 'I' to 'ı' in tolower()... sigh.

I'll hardcode that function too, then it should work (hopefully).
Title: Re: New Templates
Post by: thomas on May 08, 2006, 08:55:55 am
And so I did on April 26. Both the lowercase and uppercase conversion are now done using a custom, non locale aware function.
It ought to work now, and since I did not hear anything from you any more, I was assuming it really does, too.
Title: Re: New Templates
Post by: bluekid on May 08, 2006, 10:29:55 am
ok i re-install ubuntu turkish  and try again