Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
by Unlicensed user

...

That tells me that the GPF has something to do with the JSONDataClass's ClearObject method, and the calling code is in TakeEvent, which is a big step toward finding the cause of my GPF.

bin\awssdk.dll
LibSrc\win\ClaAwsS3.clw
LibSrc\win\ClaAwsS3.inc

These files are for Amazon S3 support, and awssdk.dll is the Amazon Web Services SDK DLL. It's also a .NET DLL, which pretty strongly suggests that Clarion's new support for Amazon S3 comes via some interop. It also suggests that if you want to use the S3 support your customers will need .NET 3.5 installed. 

...

H5 is SoftVelocity's still-in-early-development tooling for a new way to create web applications with the AppGen. The first H5 source files showed up in Clarion 9.1, but this is the first release of a template that I'm aware of. H5.TPL contains an application extension and a procedure extension. No word yet on whether it's ready for experimentation or how to use it. In the C10 newsgroup Bob Zaunere stated "H5 is a WIP not ready for testing yet".

Changed files

 Besides all the binary file changes you'd expect there are a number of source and template files that have been modified:

...