Frank Wunderlich:

another Question: how can i write a SString to output-pane (error message)?

  If you are running in the main thread
OutputAppendString(s.c_str());
  From either thread
OutputAppendStringSynchronised(s.c_str());

  Neil
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to