[orbitcpp-list] Re: Userdefines types in struct parameters fails
Status: Beta
Brought to you by:
philipd
From: Phil D. <ph...@li...> - 2000-01-17 08:47:03
|
Petter Reinholdtsen wrote: > > The following IDL file gives illegal C++ code in testsim-cpp-skels.cc. > If I replace 'meter x,y' with 'float x,y', it compiles. > > module testsim > { > typedef float meter; > struct PositionType{ > meter x; > meter y; > }; > interface robot { > long VWGetPosition(in short handle, out PositionType pos); > }; > }; > Many thanks for this. I'll see if I can fix it tonight. > BTW: You should add a reference to the mailinglist in the README, if > this is where you want people to send bug reports. I'm currently > sitting offline, and have no way to find the email address of the > list. :-( It's okay - I've CC'd this reply to the orbitcpp list. Actually, there's a bug tracking page on the web (as part of the rather fantastic services that sourceforge provides). I'll dig up the URL to it and post it to the list. Cheers, Phil. |