C++

Visualize JSON using TTreeView

Author: h.mohri I tried a program that reads a JSON file in C++Builder VCL and displays it in TTreeView component. This project file is open to public from github. github.com/mojeld  https://www.microsoft.com/store/productid/9PLPHK05PJF7     Place two TSpeedButton…
Delphi

Try Delphi on Amazon Linux.

Author: h.mohri I tried Delphi on Amazon Linux. Amazon Linux is Linux that exists only in the instance of EC2(AWS). “Free tier eligible” can be used.   [Create an instance.] Select Amazon Linux from EC 2 and create a new instance. It is possible to connect with SSH in…
Delphi

How to connect to Oracle DB from Ubuntu Linux.

Author: h.mohri   At this point, Instant Client configuration is complete. Finally, “./PAServer-19.0/paserver” is started up and ready.     [Create a new project.] In Delphi IDE side, create a new project. Web Server Application, check Linux. I chose “stand-alone…
C++

How to make RESTful WebBroker using C++Builder

Author: Andrea L59044   I used FireDAC because I wanted to make a DB connection to MySQL DB. Resource and suffix can be obtained with Request->PathInfo. So decompose PathInfo into std::vector<UnicodeString> and put it in. //// std::vector<UnicodeString>…