Site icon Embarcadero RAD Studio, Delphi, & C++Builder Blogs

Use the DLL created by Visual C++2017 with C++Builder(Win64).

Author: h.mohri

Made a DLL with Visual C++. And I tried to use it in C++Builder. Common is 64 bits.

First I will make a VC++ side DLL.

[crayon-67403eca90bef780705761/]

 

 

Built it and made a DLL(ConsoleApplication1.dll).

 


It allows you to use this DLL with C++Builder.

 

[crayon-67403eca90bf5525556178/]

Loading(LoadLibrary) with button event.

It increments with the first function and converts it to wchar_t* with the second one.

 


 

 

Exit mobile version