for a plugin I need to create a DLL which exports C++ classes. (for Siemens HMI Operate) My problem is, that I want to write this plugin in Delphi. I need to use a lot of my own libs which are all Delphi.
So the question is: Can such a DLL be created with Delphi?
When I open such a plugin DLL (written in Visual C++) in PE Explorer it exports look like this:
?createDialogBar@SlGfwPluginByMakroBase@@UAEPAVSlGfwDialogBar@@ABVQString@@PAVQWidget@@0@Z
public: virtual class SlGfwDialogBar * __thiscall SlGfwPluginByMakroBase::createDialogBar(class QString const &,class QWidget *,class QString const &)