A
A
Akim Sharapov2021-04-02 10:25:28
C++ / C#
Akim Sharapov, 2021-04-02 10:25:28

How to write Rest API in C++Builder6.0?

I am working in PHP and I need to send information to another server, and the company I need to send this information to has a problem writing Rest API in C ++ Builder

Please suggest if there are ready libraries or other possibility to write rest api in C++ Builder C++Builder6.0, or is there any other way for me to send information from my php server to their C++Builder server. I myself have never encountered Builder and do not know anything about it.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Armenian Radio, 2021-04-02
@gbg

The easiest way is to write an external DLL on anything and link to their application, because this ancient Borland compiler will not even gobble up any modern code (it does not have adequate STL support, for example).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question