Seems slice2sl does not generate correct code for AMD.
Tested with this interface declaration:
KarlCode:interface FSListener { ["ami", "amd"] void Changed(string path, string name, byte chgTypes); ["ami", "amd"] void Renamed(string path, string name, string oldPath, string oldName, byte chgTypes); ["ami", "amd"] void Error(bool isBufferOverflow, string message); };

Reply With Quote
