Hi all,<div><br></div><div>i have a little bug with sip's generate file, and template</div><div><br></div><div>if</div><div><br></div><div>i declare a class Vec2  in Vec2.h file</div><div>sip generate  sipKitCGV2f.cpp  //OK</div>
<div><br></div><div>but in this file the include is </div><div><div>#line 12 "Vec2.sip"</div><div>#include "V2f.h" //                 <---- Bad filename</div><div>#line 12 "./sipKitCGV2f.cpp"</div>
</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><div>if</div><div><br></div><div>i declare a class Vec2  in Vec.h file</div></div><div><br></div><div>the include is </div><div><br></div>
<div>#include "Vec.h" //                 <---- Good filename</div><div><br></div><div><br></div><div>i can rename all my h file, but i think there is a little mistake here</div><div><br></div><div><br></div><div>
i add two zip with simple class with and without probe</div><div><br></div><div><br></div><div>Kermit</div><div><br></div><div><br></div><div><br></div><div><br></div>