long addr = controller->AddressFromStringGet("Motor[0].IO.DedicatedOut.Ptr", "c:\\rsi\\synqnet\\stdmei.map");
printf("Host address is 0x%x Firmware Address is 0x%x\n", addr, controller->FirmwareAddressGet(addr));
addr = controller->AddressFromStringGet("&0xa66fc", "c:\\rsi\\synqnet\\stdmei.map");
printf("Host address is 0x%x Firmware Address is 0x%x\n", addr, controller->FirmwareAddressGet(addr));
int addr = controller.AddressFromStringGet("Motor[0].IO.DedicatedOut.Ptr", "c:\\rsi\\synqnet\\stdmei.map");
Console.WriteLine("Host address is 0x{0} Firmware Address is 0x{1}", addr, controller.FirmwareAddressGet(addr));
addr = controller.AddressFromStringGet("&0xa66fc", "c:\\rsi\\synqnet\\stdmei.map");
Console.WriteLine("Host address is 0x{0} Firmware Address is 0x{1}", addr, controller.FirmwareAddressGet(addr));