Click here to Skip to main content
15,908,264 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: run an executable located in a memory buffer Pin
Beer2619-Jul-03 9:11
Beer2619-Jul-03 9:11 
GeneralRe: run an executable located in a memory buffer Pin
Beer2619-Jul-03 10:13
Beer2619-Jul-03 10:13 
GeneralRe: run an executable located in a memory buffer Pin
Ryan Binns19-Jul-03 20:14
Ryan Binns19-Jul-03 20:14 
GeneralRe: run an executable located in a memory buffer Pin
Terry O'Nolley20-Jul-03 16:51
Terry O'Nolley20-Jul-03 16:51 
GeneralRe: run an executable located in a memory buffer Pin
Ilushka20-Jul-03 21:18
Ilushka20-Jul-03 21:18 
GeneralRe: run an executable located in a memory buffer Pin
Terry O'Nolley21-Jul-03 1:56
Terry O'Nolley21-Jul-03 1:56 
GeneralWindows Common Dialog controls Pin
madErnie19-Jul-03 4:07
madErnie19-Jul-03 4:07 
GeneralRe: Windows Common Dialog controls Pin
Anthony_Yio20-Jul-03 16:52
Anthony_Yio20-Jul-03 16:52 
I am not sure about windows common dlg. (Are you talking about FileSaveDialog?)

Your problem may be due to your language setting. In your resource files. Check your resource properties and change it to your OS supporting language format.

Or to use notepad to change your *.rc manually but try to avoid this as it might corrupt your resource file.

Your *.rc should be using this codepage. (I assume you are using English US locale)

/////////////////////////////////////////////////////////////////////////////
// English (U.S.) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32



Hope this helps.
GeneralEdonkey2000 Help Pin
betengan19-Jul-03 3:51
betengan19-Jul-03 3:51 
GeneralI need an overloaded operator for VARIANT data type Pin
BabakZallaghi19-Jul-03 3:46
BabakZallaghi19-Jul-03 3:46 
GeneralRe: I need an overloaded operator for VARIANT data type Pin
Anthony_Yio20-Jul-03 16:54
Anthony_Yio20-Jul-03 16:54 
GeneralRe: I need an overloaded operator for VARIANT data type Pin
BabakZallaghi23-Jul-03 23:55
BabakZallaghi23-Jul-03 23:55 
GeneralRe: I need an overloaded operator for VARIANT data type Pin
Anthony_Yio24-Jul-03 0:37
Anthony_Yio24-Jul-03 0:37 
GeneralRe: I need an overloaded operator for VARIANT data type Pin
BabakZallaghi24-Jul-03 3:44
BabakZallaghi24-Jul-03 3:44 
Generalwho can help me?about SHAppBarMessage Pin
Hendy_So19-Jul-03 2:12
Hendy_So19-Jul-03 2:12 
Questionwhat is MakeFile? Pin
Anonymous19-Jul-03 2:04
Anonymous19-Jul-03 2:04 
AnswerRe: what is MakeFile? Pin
Nick Parker19-Jul-03 2:11
protectorNick Parker19-Jul-03 2:11 
GeneralRe: what is MakeFile? Pin
Anonymous19-Jul-03 2:19
Anonymous19-Jul-03 2:19 
GeneralRe: what is MakeFile? Pin
Mike Nordell19-Jul-03 3:58
Mike Nordell19-Jul-03 3:58 
GeneralRe: what is MakeFile? Pin
Anonymous19-Jul-03 20:18
Anonymous19-Jul-03 20:18 
GeneralRe: what is MakeFile? Pin
Anthony_Yio20-Jul-03 17:18
Anthony_Yio20-Jul-03 17:18 
GeneralRe: what is MakeFile? Pin
Anonymous20-Jul-03 22:11
Anonymous20-Jul-03 22:11 
Generaldeleting an object from a list of objects Pin
aqualite19-Jul-03 1:59
aqualite19-Jul-03 1:59 
GeneralRe: deleting an object from a list of objects Pin
Mike Nordell19-Jul-03 4:03
Mike Nordell19-Jul-03 4:03 
GeneralCDocument::OnFileSendMail, how to attach default file other than one given.. Pin
IrishSonic18-Jul-03 23:18
IrishSonic18-Jul-03 23:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.