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.