I'm not sure about Turbo C++, its been pretty long time i stopped
using it but Borland C++ does, though require couple of tweaks (i.e
importing lib out of dll) which you can see it sdl docs/wiki. VC++
works perfectly fine. GCC works fine too. List goes on and on.  Check
http://www.libsdl.org/faq.php

If you prefer M$ and still love GCC, use MingW, a native port of GCC
to windows. It works fine. Ask youer honcho to avoid Turbo and start
messing with gcc.

there are couple of books on SDL. Download and enjoy gamming.


On Jun 8, 5:10 pm, [EMAIL PROTECTED] wrote:
> hi sarose,
> i have downloaded the header file and library file of sdl . Does it
> work in Turbo C , if yes how to include it in the program. Although i
> have copied the header file in header folder and library file in
> library folder it shows error like cannot include sdl.h sdl_error.h
> and so on. How to fix that problem?
>
> On Jun 5, 5:10 pm, sarose <[EMAIL PROTECTED]> wrote:
>
> > Its off topic here. You can subscribe SDL mailing list 
> > [http://www.libsdl.org/mailing-list.php]
>
> > FYI, SDL_ttf is a simple library wrapped around an opensource font
> > rasterization library called FreeType.
>
> > SDL_ttf  supports loading fonts from TrueType font files (ttf) . I am
> > sure you can get lots of Nepali ttf font. Load it from SDL_ttf
> > function and display it as
> > you do it in DirectX.
>
> > Please refer user friendly manual at libsdl.org, learn how to work
> > with libsdl first.
>
> > Good luck.
>
> > --
> > Sarose
>
> > On Jun 5, 4:23 pm, [EMAIL PROTECTED] wrote:
>
> > > HI Sarose,
> > > thank u for your suggestion.
>
> > > if the SDL_ttf font that  u have talked about works fine. DO you have
> > > a nepali font in that format, please provide me. Also tell me how to
> > > use it in C. Do I need any other header file or not.
>
> > > are there any software to convert the ttf file to SDL_ttf
>
> > > On May 27, 11:59 am, sarose <[EMAIL PROTECTED]> wrote:
>
> > > > Hi Karun,
>
> > > > Are You are referring CHR, a font format of Borland's graphics library
> > > > (BGI)?
> > > > I recommend trying some new platform agnostic graphics library like
> > > > SDL, Allegro or OpenGL.
> > > > I have used SDL_ttf and it works fine. There are third party library
> > > > like libttf, freetype support TTF.
>
> > > > --
> > > > Sarose
>
> > > > On May 26, 5:00 pm, "Karun Poudel" <[EMAIL PROTECTED]> wrote:
>
> > > > > hi.  i am karun,
>
> > > > > i am thinking of developing a C program which can convert TTF font
> > > > > format to CHR font format but i don't have enough information about
> > > > > them. like what are their difference, why C don't support TTF format.
> > > > > if you have some information about them please help.
>
> > > > > Also i you have some nepali fonts in CHR format, please provide me.
>
> > > > > Thank You.- Hide quoted text -
>
> > > > - Show quoted text -- Hide quoted text -
>
> > - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
FOSS Nepal mailing list: [email protected]
http://groups.google.com/group/foss-nepal
To unsubscribe, e-mail: [EMAIL PROTECTED]

Community website: http://www.fossnepal.org/
-~----------~----~----~----~------~----~------~--~---

Reply via email to