Winelib isn't a simple library against which you can link. All our libraries are a sort of hybrid win32/linux libraries. You need to use winegcc/wineg++ to compile your program. The program will depend on wine (e.g. the wine binary, wineserver ..) because Wine needs to do a lot of magic behind your back to work (it needs a windows kernel, registry, file system ....) Roderick