Resource file opening problem
-
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
-
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
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.