[Sdlconsole-developers] Re: SDL Console
Brought to you by:
reflex-2000
From: reflex-2000 <ref...@gm...> - 2004-08-01 13:16:24
|
Thanks for using the console, its abcolutely no problem to use the console without a library. Just add the header and c files to you project and adjust your makefile and the console becomes part of your program. I have also done this more than one time in my own programs. It worked fine. Tell me if you have problems doing that. Regards Clemens Am Sonntag, 1. August 2004 01:23 schrieb Carl Dixon: > Hi, > > First of all I would like to say that SDL Console is a very nice > piece of work, so well done there. Just one question (I would > have asked on the sourceforge page but it didn't seem to be > frequently used), and forgive me if it is a stupid question, but > is it possible to use SDL console as part of my program instead > of as a library? I'm a seasoned coder, but fairly new to C++ so > I'm not sure how stupid that question was. I've taken up C++ > because I'm working on a game, but I don't want people to have to > install a load of dependencies first, and also I'm developing a > on a Mac in Project Builder so that I can make native OS X apps. > Thanks for any help in advance. Hopefully this time next year > I'll have a fine example of SDL_Console in use. If you would like > I can keep you informed on how the project goes. Everything will > be GPL-ified so you would be more than welcome to a copy of the > end result. > Cheers, > Carl. |