THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 13/06/2008 at 01:35, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10.5
Platform:
Language(s) : C++ ;
---------
Heyho,
I am in search of a possibility to print something to a seperate console.
In my case a tag writes a String to a C4DGadget (MultiTextEdit).
But its toooooo slow.
output += newOutput;
[...]
SetString(C4DGadget, output);
Is it possible to print more than one line to the StaticText?
String + GeGetLineEnd + String didn't work.
Bye..