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 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

Related Questions

When compiling an ASP.NET 2.0 App names MySite for deployment I get a series
I have a VB.Net 1.1 application works just fine after compiling in Visual Studio.
I have been developing an application in VS2010 and compiling it for the .NET
I am getting strange warnings out of Visual Studio 2008 when compiling a C#
I am implementing the SMPP client using EasySMPP for .NET The application is compiling
I am having problems compiling an EPiServer Web Application after checking it out of
We have a very simple ASP.NET web application comprising mostly static content and a
Are there any advantages compiling for .NET Framework 3.5 instead of 2.0? For example
i'm getting the below error, When compiling the Asp.Net web deploy project Could not
I wrote an ASP.NET application and am running it on apache with mod mono.

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.