Seeking an experienced C++ Builder developer. I have my own product i develop, and have often parts I would like to outsource, typically as a DLL project.
This project to implement; using a DLL ( mydll.RES) as a resource in the main application. instead of as an external DLL on the disk. For the user not to have access to the DLL:
Implemented in functions.
1) Read/load the resource .RES (into memory)
2) Main application call to a function (with some parameters) in the DLL, which returns a value.
3) The DLL call a function in main application (with some parameters) which return a value.
4) Close DLL:
Delivery is source project of the main application and the DLL, with the compiled .exe demonstrating it works. I will then copy paste the functions into my own application.