NathanExplosions wrote: > Please tell me how can I use parts of WINE / WineLib (mainly Kernel32 library implementation) in Mac OS XCode projects? Simple answer: you can't. Long answer: winelib requires entire Wine to run. You can not simply link to parts of Wine without major code modifications.