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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T09:50:52+00:00 2026-05-11T09:50:52+00:00

In our app we have resource strings that are apparently too long for the

  • 0

In our app we have resource strings that are apparently too long for the compiler. The build breaks stating the ‘line length is too long.’ I have found little information about the topic of lengthy string resources and even had a difficult time finding what the limit on such a resource string is. Eventually I found this article which gives the limit: MSDN .

Have you had any expierence with limits on string resources?
Is there some way to concatonate these without doing any coding?

Any other suggestions would be greatly appriecated.

  • 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-11T09:50:52+00:00Added an answer on May 11, 2026 at 9:50 am

    I would have a look at RCDATA resources. I used it to store large text files in my application.

    Edit: Here is my MFC code, it should be able to give you some pointers.

    CString CWSApplication::LoadTextResource(UINT nID) {     HRSRC hResInfo;     HGLOBAL hResData;     hResInfo = ::FindResource(AfxGetResourceHandle(),                               MAKEINTRESOURCE(nID),                               RT_RCDATA);      if ( hResInfo == NULL )     {         return CString();     }      hResData = ::LoadResource(NULL, hResInfo);      if ( hResData == NULL )     {         return CString();     }      char *data = (char*)(::LockResource(hResData));     DWORD len = ::SizeofResource(NULL, hResInfo);     return CString(data, len); } 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have an app that currently installs itself into 'program files\our app', and it
We have a WPF app that allows our users to download encrypted content and
In our Rails 3.2.6 app, we have a model attribute named 'version' that is
I want to use Gama component in Android to make our app good.I have
We have a folder where our app will be potentially reading, writing and creating/deleting
We have been facing Out of Memory errors in our App server for sometime.
In our iOS app, we have subclassed a UISlider in order to use a
We have encountered a very strange class not found problem in our web app
We have an app for OS X which we distribute via our own website,
I have one issue with Default Google Map app in our phone. I m

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.