11-24-2014, 10:19 PM
Yes, this is a hack and is probably not the best way to do things. A better way would be to use the new .rvx file in v1.5 beta7, in which the rvi processes can be individually specified. In this case if you don't specify any rvi, jEPlus will not run ReadVarsEso.
An empty .rvx looks like this:
Save it as my.rvx and assign it to the project; it should also solve your problem.
Yi
An empty .rvx looks like this:
Code:
{ "notes" : "This is an empty RVX",
"rvis" : [ ],
"sqls" : [ ],
"scripts" : [ ]
}
Save it as my.rvx and assign it to the project; it should also solve your problem.
Yi