Hi all,<br><br>what i want to achieve is use TAO IDL compilers parser and AST creation stages and from this AST i want to generate some extra code.<br>Is it possible to do this.<br>I will explain it with an example.<br><br>
consider one IDL file<br>module X<br>{<br>&nbsp;&nbsp;&nbsp; struct S<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; long l;<br>&nbsp;&nbsp;&nbsp; }<br>};<br clear="all"><br>Now a normal compilation of this IDL file with TAO idl compiler will generate the stubs and skels. I want that too, but in addition to that
<br>i also want to generate constructors for all the structs. I know if i modify the IDL compiler code then i can achieve this.<br><br>Is there any TAO IDL development document available? Any guidelines? Any suggestions?<br>
<br>Thank you,<br><br>-- <br>&quot;There is no substitute for intelligence, experience, common sense, and good taste.&quot; - Bjarne Stroustrup<br><br>- Vikram Karandikar