freeride-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FR-devel] freeride and the thread fix


From: Rich Kilmer
Subject: [FR-devel] freeride and the thread fix
Date: Fri, 30 Aug 2002 00:47:05 -0400

Status:

I have FreeRIDE running under win32...yippie!!!

Now...if I try and open the debugger I get an exception that fork() is
not supported on Win32.  We will need an alternate method of starting a
process.  On win32 although you cannot do popen3 you can do IO.popen
(but can then only capture stdout :-(.

and then...

If I try and run the DatabusInspector Ruby segfaults...why...well
because on line 48 of DatabusInspectorRenderFox we have:

    class DatabusWindow < FXMainWindow

but we already have a FXMainWindow...you cannot create two!!!  Either it
needs to be an FXDialog or FXTopWindow.  I will try and change this and
check it in.

Great news though,

-rich






reply via email to

[Prev in Thread] Current Thread [Next in Thread]