IFPSTools.NET
IFPSTools.NET copied to clipboard
Tools for creating, modifying, assembling and disassembling RemObjects PascalScript files.
Results
1
IFPSTools.NET issues
Sort by
recently updated
recently updated
newest added
Doesn't correctly (becomes ??) decode strings in cp1251 encoding. Here my version: ```cpp internal static string ReadAsciiString(this BinaryReader br, uint length, int position = -1) { if (length == 0)...