03-25-2024, 11:46 PM
Could you provide an example code for calling a C++ DLL component in the above code? thank you.
Quote:I have a DLL file compiled successfully in C++, named CaretPos.dll
There is a public function in the DLL: bool GetCaretPosExt(IntPtr rect).
It returns true if it successfully retrieves the value of rect, otherwise it returns false.