Qbasicnews.com
X11 framework (X Windows System for FreeBASIC) - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: QbasicNews.Com (http://qbasicnews.com/newforum/forum-3.html)
+--- Forum: QB/FB News (http://qbasicnews.com/newforum/forum-8.html)
+--- Thread: X11 framework (X Windows System for FreeBASIC) (/thread-8266.html)

Pages: 1 2


X11 framework (X Windows System for FreeBASIC) - d.j.peters - 10-30-2005

Quote:i will assume that this is not meant for the Windows operating system (since all talk regards to this are linux oriented)

if it's only for linux, can we look forward to a windows port?

oz~

?

For Windows FreeBASIC has all includefiles in "c:\FreeBASIC\inc\win"
Many function from X11 Linux lib is in gdi32.dll in Windows.
Points,Lines,Args ... Pixmap,Image ...

Joshy


X11 framework (X Windows System for FreeBASIC) - mjs - 10-30-2005

When you want to use X11 on Windows, you should consider installing Cygwin (http://www.cygwin.com. This provides a complete *nixish environment for Win32 and - when you install this part - includes development libraries for Cygwin's GCC to create X11 applications.

Regards,
Mark