kiran_hvr wrote: > I am using wine-1.3.0. When I try to compile my code using winegcc compiler, I get errors like "comdef.h not found". Are these files available with latest version of wine? No. You'll need PSDK to compile such code. Why do you need winelib (windows code compiled with winegcc)? It's only required if you directly calling system functions.