MAC420965
MAC420965
program StringifyJsonArray; {$APPTYPE CONSOLE} {$R *.res} uses System.SysUtils, Neslib.Json {latest version}; var doc: IJsonDocument; u: utf8string; begin try doc := TJsonDocument.Parse('{"i":[-1,0,1]}'); u := doc.ToJson(false); // works if parameter is changed...
The following code fails in a Delphi 11.1/Windows 64 Bit application with the conditional JSON_UTF8 defined in the Neslib.Json.* units: program jsonwriter_err; {$APPTYPE CONSOLE} {$R *.res} uses System.SysUtils, Neslib.Json; var...
Working on Windows 10 Enterprise with Rhino 8 SR4 and Vray 6.20.02. When I'm running the unmodified SampleWinFormsApp demo Rhino starts but shows an error saying that "Plug-in VRayForRhino.rhp can...