Delphi dll to improve C ++ project

I have inherited an old C ++ project (MFC) and have to add new features. The new functionality basically does not contradict the existing C ++ code, for example, additional dialogs, etc.
With limited experience with C ++ MFC, I would prefer to make additional functions in Delphi, create a DLL and use the DLL in a C ++ project.

I assume this is generally possible, similar to using the C ++ DLL in Delphi?
Are there restrictions on what can be done this way?

+3
source share
3 answers
+1

, . .., , MFC VCL, .

+2

Windows COM. COM/ActiveX, , GUI.

0

Source: https://habr.com/ru/post/1774035/


All Articles