Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6180997
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T00:56:36+00:00 2026-05-24T00:56:36+00:00

I use: OutputDebugString(LMy error); in Visual Studio 2010, but instead of displaying My error,

  • 0

I use:

OutputDebugString(L"My error");

in Visual Studio 2010, but instead of displaying “My error”, I get just an “ERROR” in the window.

enter image description here

How do I fix this issue?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T00:56:37+00:00Added an answer on May 24, 2026 at 12:56 am

    Since you’re explicitly passing an UNICODE string, I’d suggest you also explicitly call OutputDebugStringW().

    Otherwise, if the UNICODE preprocessor symbol is not defined in your compilation unit, the ANSI version of the function (OutputDebugStringA()) would end up being called with an UNICODE string, which it does not support, and it should result in a compilation error.

    EDIT: You cannot use OutputDebugString() to write a string in your application’s status bar. OutputDebugString() only sends the string you pass to the debugger.

    You have to use the appropriate API to write text to the status bar instead. In your case, wxStatusBar::SetStatusText() should do the trick.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

during build with Visual Studio C++ I get this error: error C2027: use of
I am using C# and Visual Studio 2010. When I use OutputDebugString to write debug information,
I use OutputDebugString in my Delphi Code, but I receive the error: Error: Undeclared
use this website a lot but first time posting. My program creates a number
I've tried OutputDebugString function and most of the time I get error like :
Is it possible to redirect standard output to the output window from Visual Studio?
Use case: -Visual Studio is open -Master branch is clean (confirmed with git status)
I use Qt 4.4.2 in Visual Studio 2008. When I am writing code, IntelliSense
I am dumping \t delimited data using using OutputDebugString and then use ex-Sysinternals DebugView
Use case: I've just entered insert mode, and typed some text. Now I want

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.