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 39219
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T14:49:50+00:00 2026-05-10T14:49:50+00:00

When compiling my C++ .Net application I get 104 warnings of the type: Warning

  • 0

When compiling my C++ .Net application I get 104 warnings of the type:

Warning C4341 - 'XX': signed value is out of range for enum constant 

Where XX can be

  • WCHAR
  • LONG
  • BIT
  • BINARY
  • GUID
  • …

I can’t seem to remove these warnings whatever I do. When I double click on them it takes me to a part of my code that uses OdbcParameters – any when I try a test project with all the rest of my stuff but no OdbcParameters it doesn’t give the warnings.

Any idea how I can get rid of these warnings? They’re making real warnings from code I’ve actually written hard to see – and it just gives me a horrible feeling knowing my app has 104 warnings!

  • 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. 2026-05-10T14:49:51+00:00Added an answer on May 10, 2026 at 2:49 pm

    This is a compiler bug. Here’s another post confirming it’s a known issue. I’ve got the same issue in one of my projects and there’s no way to prevent it from being triggered unless you have some way of avoiding the use of OdbcParameter. The most conservative way to suppress only the buggy warnings is to use

    #pragma warning( push ) #pragma warning( disable: 4341 )  // code affected by bug  #pragma warning( pop ) 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 75k
  • Answers 75k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer Use a style: <TextBlock Text='Hurrah'> <TextBlock.Style> <Style TargetType='TextBlock'> <Style.Triggers> <Trigger… May 11, 2026 at 2:41 pm
  • added an answer It involves a few hacks because browsers don't really want… May 11, 2026 at 2:41 pm
  • added an answer Stand-alone REPL (no browser/DOM, just JavaScript): JavaScript Shell from the… May 11, 2026 at 2:41 pm

Related Questions

I'm having a problem converting my program from VS2005 to VS2008. When I run
In C++, I have a class A which is friend with a class B.
I am a newbie in C++ programming. When compiling I never use any option.
How to implement posix threads in linux c++.The smme program when saved as .c

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.