Hello all,
I am working on autocode migration ( from Sun to Linux ) on MatriXx / Xmath tool.
I want to know what is rve option ( RunTime Variable Editor ) in xmath or matrixx tool and how do we enable it.
My autocode is crashing, when my TPL file processing happens. Because in TPL file code it checks if rve option is enabled or not. Below sample code for reference..
vars.tpl
@SEGMENT declare_variable_structs()@@
@ASSERT rve_option_b@@
@declare_pvar_struct(0)@@
@declare_varblk_struct(0)@@
@ENDSEGMENT@@
In above code, 2nd line it checks for rve option.
I don't know where to set that.
Please help.....
Regards,
Sandeep