CDLL() not working properly

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
FEmmerich
Posts: 7
Joined: Tue Oct 10, 2017 12:44 pm

CDLL() not working properly

Post by FEmmerich » Wed Apr 17, 2002 5:05 pm

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?______

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: CDLL() not working properly

Post by kfleming » Wed Apr 17, 2002 8:25 pm

If you want to send me your DLL file, I will try it here.____Kathleen__R&R Support__kfleming@livewarepub.com

FRED_EMMERICH_(Guest)
Posts: 170
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: CDLL() not working properly

Post by FRED_EMMERICH_(Guest) » Mon Apr 22, 2002 11:54 am

Hi Kathleen, I sent you my .dll code last week, did you get it okay?____Fred

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

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

Post by kfleming » Mon Apr 22, 2002 2:40 pm

I have it but have not a chance to look at it yet.__Kathleen__R&R Support

FRED_EMMERICH_(Guest)
Posts: 170
Joined: Tue Oct 10, 2017 12:44 pm

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

Post by FRED_EMMERICH_(Guest) » Wed Jun 12, 2002 1:28 pm

Any update on this?____Thanks

Post Reply