Can anyone say me how to use DLL with FMX form into old C++ Builder 2007?
I have created fmx DLL with Fmx form. (Rad Studio 10.3.3)
Build with release configuration.
Project->Options->C++ Linker ->Link with Dynamic RTL = false
Project->Options->Runtime Packages ->Link with runtime packages = false
I have also created VCL Project (C++ Builder 2007), added a form. OnButton click I am calling my DLL function, who show the FMX form. On another button I am calling freeLibrary.
All ok, my FMX form has shown, but on FormClose my appliction is crashing and I can not close my app. I am only able to close my app from the task manager.