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

  • SEARCH
  • Home
  • 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 8600559
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T01:38:39+00:00 2026-06-12T01:38:39+00:00

The following code doesn’t compile in my VC++ 2010 project: define MY_MAJOR_VERSION 20 define

  • 0

The following code doesn’t compile in my VC++ 2010 project:

define MY_MAJOR_VERSION   20
define OLESTR_(str)       L##str
define MOLE( STR )        OLESTR_(#STR)
define MAKE_STR(STR)      MOLE(STR)

REGMAP_ENTRY(MAKE_STR(VERSION), MAKE_STR(MY_MAJOR_VERSION))

VERSION is NOT a macro definition, just text. In the end, I want:

REGMAP_ENTRY(L"VERSION", L"20")

but what I get, when I compile in Debug mode is:

REGMAP_ENTRY(L"VERSION", LL"20")

I’m thinking it’s a project setting because I’ve used that in debug mode in other situations, but never with this problem. Is there a VC++ 2010 setting that would cause the stringizing operator to insert an L or _T?

  • 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-06-12T01:38:40+00:00Added an answer on June 12, 2026 at 1:38 am

    For me, this (note that I changed MAKE_STR to MAKE_OLESTR – I assume that was a typo in the code posted in the question):

    #define MY_MAJOR_VERSION   20
    #define OLESTR_(str)       L##str
    #define MOLE( STR )        OLESTR_(#STR)
    #define MAKE_OLESTR(STR)      MOLE(STR)
    
    REGMAP_ENTRY(MAKE_OLESTR(VERSION), MAKE_OLESTR(MY_MAJOR_VERSION))
    

    preprocesses to (as shown by cl /E test.c):

    REGMAP_ENTRY(L"VERSION", L"20")
    

    which seems to be what you want.

    You may want to post something that can reproduced using a command line compile.

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

Sidebar

Related Questions

The following code doesn't compile with clang 3.1, using libc++ (don't know the version,
I've found that the following code doesn't compile in Visual Studio 2010 (but works
Short version: The following code doesn't compile: CComBSTR temp; CMenu().GetMenuString(0, temp, 0); but this
The following code doesn't work (of course), because the marked line does not compile:
I know why the following code doesn't compile: public class Main { public static
The following code doesn't compile. package varargspkg; public class Main { public static void
The following code doesn't compile with gcc, but does with Visual Studio: template <typename
The following code doesn't compile ( error CS0123: No overload for 'System.Convert.ToString(object)' matches delegate
The following code doesn't compile for obvious reasons, namely that Foo is trying to
The following code doesn't compile in VS2012 class Zot { public: int A() {

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.