public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Fox Gui + OpenGL
@ 2002-04-29  6:08 Piyush Kumar
  0 siblings, 0 replies; only message in thread
From: Piyush Kumar @ 2002-04-29  6:08 UTC (permalink / raw)
  To: Cygwin@Cygwin. Com



Has Anyone used Fox Gui (http://www.fox-toolkit.org/) + OpenGL here.
The compilation doesnt give any problems but when I run OpenGL test
programs , it exits without saying anything. I asked in the FOX-users
group and havent got any results yet, Anyone here who has ever installed
Fox on his cygwin box? Can you use OpenGL from fox? If yes, could you please
let me know how to accomplish this?

Thanks in advance for your help,
--Piyush


============================================================================
==


The idea of porting from Windows to Linux/UNIX using cygwin sounds like an
interesting idea for sure.  I doubt you really want WINE since it is an
emulator and I would definitely stay away from those.  Stick with natively
compiled source on all platforms.

Our applications work on 7 platforms not including separate ports for
different compilers and different OS revisions (say like HP 10.20 and 11.0
and 11.11), and we compile natively on all platforms and use an X-emulation
layer on windows which we are migrating away from.

In general, Linux issues we have seen have been with the compiler, gcc, it
doesn't handle templates very well.  I have not tried cygwin-gcc and
templates but would guess it should have the same problem since it is based
from the GNU source.  Work has been done to fix the problems but I think we
are still working around some.

Other than templates, if you change all win32 calls to POSIX calls you
should be good to go.  Including thread calls.  Does cygwin support pthreads
on windows?  That would be very cool, for porting purposes.

One last issue, GUI's, if you have one that is.  We are currently migrating
our Windows port from an X-emulation toolkit to an open-source GUI toolkit
that we have working on all our platforms.  It is Win32 on Windows and X
(not motif) on Linux.  Checkout the FOX gui toolkit at:
http://www.fox-toolkit.org/
It has its roots at sourforge as well:
http://sourceforge.net/projects/foxgui/

Good Luck,
Steve


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-04-29 12:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-29  6:08 Fox Gui + OpenGL Piyush Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).