Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Resource file opening problem

Resource file opening problem

Scheduled Pinned Locked Moved C / C++ / MFC
c++helplearning
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Kiran Pinjala
    wrote on last edited by
    #1

    Hi, I have creted a MFC SDI project in VC 2008 and compiled in Vista OS. Now when i copied the project into XP OS system and opened. I can open all views(class view, solution explorer...) but the resource view... it is showing a MessageBox stating A resource in file uses an unknown language:English(U.S.)(unknown sub-lang:0x10). Unable to open this file. Did anybody come across this problem... Thank you.

    Tritva

    A 1 Reply Last reply
    0
    • K Kiran Pinjala

      Hi, I have creted a MFC SDI project in VC 2008 and compiled in Vista OS. Now when i copied the project into XP OS system and opened. I can open all views(class view, solution explorer...) but the resource view... it is showing a MessageBox stating A resource in file uses an unknown language:English(U.S.)(unknown sub-lang:0x10). Unable to open this file. Did anybody come across this problem... Thank you.

      Tritva

      A Offline
      A Offline
      Anem Mahesh
      wrote on last edited by
      #2

      Open your resource script file, and delete this part from it: ///////////////////////////////////////////////////////////////////////////// // English (U.S.) (unknown sub-lang: 0x10) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENN) #ifdef _WIN32 LANGUAGE LANG_ENGLISH, 0x10 #pragma code_page(1252) #endif //_WIN32 ///////////////////////////////////////////////////////////////////////////// // // RT_MANIFEST // 2 RT_MANIFEST "XenonOcx.manifest" #endif // English (U.S.) (unknown sub-lang: 0x10) resources ///////////////////////////////////////////////////////////////////////////// It solves your problem.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups