Webcore 1.5.3.1 Example

i installed Webcore 1.5.3.1 and wanted to test webcrypto example.
TMSWeb_CryptoChatClient.dproj compiles but not the server example ChatServer.dproj.

kind regards
Peter

It looks like your library path for compiling this code is mixed up.
It should use the Delphi System.Classes and not the pas2js System.Classes.
Please revise your Win32 library path and make sure it doesn't contain units of TMS WEB Core Core Source subfolder.