Page 1 of 1

CDLL() not working properly

Posted: Wed Apr 17, 2002 5:05 pm
by FEmmerich
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

Posted: Wed Apr 17, 2002 8:25 pm
by kfleming
If you want to send me your DLL file, I will try it here.____Kathleen__R&R Support__kfleming@livewarepub.com

==> RE: CDLL() not working properly

Posted: Mon Apr 22, 2002 11:54 am
by FRED_EMMERICH_(Guest)
Hi Kathleen, I sent you my .dll code last week, did you get it okay?____Fred

===> RE: CDLL() not working properly

Posted: Mon Apr 22, 2002 2:40 pm
by kfleming
I have it but have not a chance to look at it yet.__Kathleen__R&R Support

====> RE: CDLL() not working properly

Posted: Wed Jun 12, 2002 1:28 pm
by FRED_EMMERICH_(Guest)
Any update on this?____Thanks