RxLib.XmlToRxc()
Converts XML to Configuration file (RXC)
C#
Bool XmlToRxc(string xmlFileName, string rxcFileName)
Parameters:
[in] xmlFileName full Path of the XML configuration settings.
[out] rxcFileName full Path of the ReXgen binary configuration settings.
C# Example: