Page 1 of 1
RTF
Posted: Fri Aug 27, 2004 8:55 am
by Michaelreomo
Hi All,__I have RTF text in my memo but the R&R can not display RTF without the control characters.__Have anyone a resolution ? __I tested cdll() but c++ dll didn^t work. ____Regards,__Jürg__ __
=> RE: RTF
Posted: Sun Aug 29, 2004 9:33 am
by kfleming
There is not a way to get there I am afraid.____Kathleen__R&R Support
==> RE: RTF
Posted: Mon Aug 30, 2004 2:17 am
by Michaelreomo
What is with the cdll() function.__I need only the unformatted text.____Short Example, written in c++:__extern "C" DllExport char test(char Var)__{__ return(Var);__}____I call this function with cdll(_c:\_ est.dll_,_test_,_Only a test_)__but the R&R shows only _***************_..*****_____I think the way with cdll() is possible but I not find my mistake in the cdll call.____
===> RE: RTF
Posted: Fri Sep 03, 2004 8:09 am
by Michaelreomo
Has nobody any example for the CDLL() ?