I need to use a 32bit DLL created with Microsoft C++ from Delphi 2.0. The problem is that the DLL consists of 3 C++ classes. I have no idea how to create, free & access the C++ classes that are in the DLL from Delphi. Note that these are NOT COM objects, they are straight C++ classes.
If anyone has ANY ideas on how to deal with this please let me know.