in reply to Re: WinLoft - Can we port it to Linux?
in thread WinLoft - Can we port it to Linux?

U can find WinLoft at http://www.bahnhof.se/~johanl/perl/Loft/
  • Comment on Re^2: WinLoft - Can we port it to Linux?

Replies are listed 'Best First'.
Re^3: WinLoft - Can we port it to Linux?
by simonm (Vicar) on Jun 28, 2004 at 09:40 UTC
    As that site says, the applications built with WinLoft use the Win32::GUI interface, which is only available on Windows.

    You might be able to leverage some of its capabilities for a porting effort, but it's likely to be incomplete and labor-intensive; there is no easy way to port Win32::GUI code to platforms which don't support the Win32 API.