CDLL() not working properly
CDLL() not working properly
I wrote a test .dll to see how it worked with R&R XBASE 8.1. I created a simple report with 1 calculated field on it:__CDDD("rsdll.dll","Swap_Strings","test string"__Here is my .dll function:____extern "C" bool __declspec(dllexport) Swap_Strings(char *szName)__{__String ABC="this is a test";__strcpy(szName,ABC.c_str());__return true;__}____When I run the report all I get are **************__What am I doing wrong?______
=> RE: CDLL() not working properly
If you want to send me your DLL file, I will try it here.____Kathleen__R&R Support__kfleming@livewarepub.com
-
- Posts: 170
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: CDLL() not working properly
Hi Kathleen, I sent you my .dll code last week, did you get it okay?____Fred
===> RE: CDLL() not working properly
I have it but have not a chance to look at it yet.__Kathleen__R&R Support
-
- Posts: 170
- Joined: Tue Oct 10, 2017 12:44 pm
====> RE: CDLL() not working properly
Any update on this?____Thanks