The idl files I have compile fine with linux tools, but when I try to compile using midl I get an error
error MIDL2025 : syntax error : expecting a declarator or * near "<"
the line is:
typedef string<40> somestring;
Is this non-standard idl, or am I missing something? Is there a switch for midl to allow this?
I wish I could set the bounty on this sooner...