Jump to content

Write to the scite console from my dll


monoceres
 Share

Recommended Posts

Hi!

How do I write to the SciTe console just like ConsoleWrite() does? When I try writing to it with std::cout the data isn't shown until the autoit process terminates. Do I need to tell SciTe that I have written to the standard stream or something?

Edited by monoceres

Broken link? PM me and I'll send you the file!

Link to comment
Share on other sites

I guess I read something about it when I started learning C++ a few years ago, but since then I really have had no reason to read up on std::endl since there was no visual difference between it and "\n" when doing regular C++ console apps.

Edited by monoceres

Broken link? PM me and I'll send you the file!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...