[Bug 17297] New: widl must accept arguments to functions (midl doesn't have to)

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Feb 7 09:55:26 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=17297

           Summary: widl must accept arguments to functions (midl doesn't
                    have to)
           Product: Wine
           Version: unspecified
          Platform: Other
        OS/Version: other
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: rpc
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: lkcl at lkcl.net


example:

 void get_data([out] char*);

is valid syntax.  widl barfs with the obtuse "syntax error" (gotta love
flex/bison...) and must have this:

 void get_data([out] char* foo);

i found the examples "com in plain c" and the IDL file in example 2 didn't have
the variable names.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list