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 URL.https://developer.mozilla.org/en-US/docs/Web/HTTP/C...
C++Builder 10.2 Tokyo does not have BDE installed.So, Install BDE separately in C++Builder 10.2 Tokyo.It is after the end of the all of the installation.
Download BDE Installer for RAD Studio, Delphi, C++Builder 10.2 Tokyo
Download the installer from the URL below.ID: 30752, BDE Installer for RAD Studio, Delphi, C++Builder 10.2 Tokyo
Check the Paradox data.
Use the sample file named biolife.db.This is sample data of Paradox.I brought it from C++Build...
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 multiple devices.I will show you how to program bcc32 project using the above method.
TQueue<String> is created in Delphi.
TQueue<T> is in System::Gener...