RTF
-
- Posts: 0
- Joined: Wed Mar 07, 2018 7:17 pm
RTF
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
There is not a way to get there I am afraid.____Kathleen__R&R Support
-
- Posts: 0
- Joined: Wed Mar 07, 2018 7:17 pm
==> RE: RTF
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.____
-
- Posts: 0
- Joined: Wed Mar 07, 2018 7:17 pm