Hello All, 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". I searched in wine installation location for COM related headers and found that they are not available. Are these files available with latest version of wine? Kindly help me out of this problem. Regards, Kiran
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.
Hi, Thanks for the reply. My requirement is to compile the windows code and generate wine native binaries. I tried compiling with Platform SDK headers. But i get errors like mentioned below. "comutil.h:80: error: expected type-specifier before ... token" "comip.h:519: error: too many template-parameter-lists" Kindly let me know on how to tackle such errors. Regards, Kiran