C++

Display JSON Base64 images created in C++Builder using Ext JS in browser

Author: h.mohri Output to JSON Base64 Image Data Reading Browser.I use Ext JS. And the JSON server is C++Builder bcc32.   Create a standalone new project for WebBroker.     Add action on TWebModule side. PathInfo is set to "/img".   It is a code to output JSON corresponding to CORS. Code that can be compiled with bcc32. For CORS please refer to the following…
Read more
C++

How to enqueue TQueue from TTask with bcc32

Author: h.mohri When considering migration from old C++Builder 10.2 Tokyo bcc32 project.You can use functions such as TThread::CreateAnonymousThread() and TTask to improve performance.In addition to TCriticalSection, you can also use System.TMonitor which supports…