Author: h.mohri
Output toJSON Base64 ImageData Reading Browser.I useExt JS. And theJSON serverisC++Builder bcc32.
Create a standalone new project for WebBroker.
Add action on TWebModule side.
PathInfo is set to"/img".
It is a code to outputJSONcorresponding toCORS.
Code that can be compiled withbcc32.
How to enqueue TQueue from TTask with bcc32
October 3, 2017
Author: h.mohri
When considering migration from oldC++Builder 10.2 Tokyobcc32project.You can use functions such asTThread::CreateAnonymousThread()andTTasktoimprove performance.In addition toTCriticalSection, you can also…