views:

252

answers:

1

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...

A: 

My mistake. It is ACE/TAO specific. there is a tao_idl.exe idl compiler/processor. I will tag this question with ACE TAO

Tim