sancts wrote: > > I have a c++ project Im working on under windows. > it uses a 3rd party library (ie, i have headers and dll). > > mostly for development I'd like to be able to work on it under linux. and i thought that should be easy with wine. > > but now i read through the Winelib User's Guide and Im somewhat lost. > Don't use Winelib... use mingw on linux to build your app, then run it with wine. Much easier.