The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
SDL2 rtf XCODE and *.sln project files ?
jeroen.clarysse


Joined: 22 Feb 2010
Posts: 69
hi all,

is there a download somewhere of SDL_RTF which is compatible with SDL2 and contains XCode and Visual Studio solution files ?

i fhave found the github rep : https://github.com/Qard/SDL_rtf

but that only contains a makefile... on mac I could do this with terminal, but on windows I wouldn't know how to start
_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
SDL2 rtf XCODE and *.sln project files ?
MrOzBarry


Joined: 26 Jun 2010
Posts: 620
It looks like this doesn't use SDL1 or 2 specific code, it just handles fonts/positions and pipes that data into SDL_ttf (which is SDL2 compatible).  Just include SDL_rtf.h and SDL_rtf.c into your project files, and I think this should work just fine.

Also, this is the official home of SDL_rtf, the github link is just a mirror someone has set up, and I don't know if it is kept up to date.


On Mon, Mar 30, 2015 at 4:15 AM, jeroen clarysse wrote:
Quote:
hi all,

is there a download somewhere of SDL_RTF which is compatible with SDL2 and contains XCode and Visual Studio solution files ?

i fhave found the github rep : https://github.com/Qard/SDL_rtf

but that only contains a makefile... on mac I could do this with terminal, but on windows I wouldn't know how to start
_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
SDL2 rtf XCODE and *.sln project files ?
jeroen.clarysse


Joined: 22 Feb 2010
Posts: 69
i'll try and give it a go :-)


Quote:
On 30 Mar 2015, at 14:19, Alex Barry wrote:

It looks like this doesn't use SDL1 or 2 specific code, it just handles fonts/positions and pipes that data into SDL_ttf (which is SDL2 compatible). Just include SDL_rtf.h and SDL_rtf.c into your project files, and I think this should work just fine.

Also, this is the official home of SDL_rtf, the github link is just a mirror someone has set up, and I don't know if it is kept up to date.

On Mon, Mar 30, 2015 at 4:15 AM, jeroen clarysse wrote:
hi all,

is there a download somewhere of SDL_RTF which is compatible with SDL2 and contains XCode and Visual Studio solution files ?

i fhave found the github rep : https://github.com/Qard/SDL_rtf

but that only contains a makefile... on mac I could do this with terminal, but on windows I wouldn't know how to start
_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
SDL2 rtf XCODE and *.sln project files ?
Jared Maddox
Guest

Quote:
Date: Mon, 30 Mar 2015 10:15:05 +0200
From: jeroen clarysse
To: SDL Development List
Subject: [SDL] SDL2 rtf XCODE and *.sln project files ?
Message-ID:
Content-Type: text/plain; charset=us-ascii

hi all,

is there a download somewhere of SDL_RTF which is compatible with SDL2 and contains XCode and Visual Studio solution files ?

i fhave found the github rep : https://github.com/Qard/SDL_rtf

but that only contains a makefile... on mac I could do this with terminal, but on windows I wouldn't know how to start


Just in case this actually winds up mattering to you at some point,
MSVC does have a make variant. The last time that I heard, it was
actually used to build Windows itself. It's conditionals aren't
compatible with GNU's, but neither are BSD's.
_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org