Slashdot Mirror


Programming With WineLib

paulydavis writes "The c/c++ users journal has an article about porting windows applications to Linux using Winelib. The article is a good tutorial on how to obtain winelib and how to use such things as the winebuild and the winemaker tool."

2 of 17 comments (clear)

  1. wxWindows by cpeterso · · Score: 5, Interesting


    Why not just avoid the Win32 APIs and use a cross-plpatform framework like wxWindows? You can built native Windows, Linux/Unix, and Mac GUI applications from the same source code. It's also been around for about 11 years.

  2. sure by sydlexic · · Score: 5, Informative

    that's a fine approach for 'new' applications, but this is a much faster approach for porting existing apps or using existing API skillsets.