http://bugs.winehq.org/show_bug.cgi?id=17689
Summary: problem with widl 1.0.1 Product: Wine Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: Thomas.Haag@compart.net
Hi there,
when using widl on an idl file like: widl ./File.idl -I /usr/include/wine/windows/
I get the following error-message:
/usr/include/wine/windows/oaidl.idl:121: Error: parameter 'pvData' of struct 'tagSAFEARRAY' cannot derive from void *
Maybe I'm just not using the program correctly. I'm trying to port a windows app to linux. Naively I'm just running widl on the ms-idl-files. (because the output of midl does not compile)
I'm looking very much forward to any help
Greetings
Thomas