Click here to Skip to main content
15,911,315 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Load Font directly from Font-File? Pin
AskQuestion11-Nov-05 23:39
AskQuestion11-Nov-05 23:39 
Questionexe file Pin
samira forooghi2-Nov-05 0:41
samira forooghi2-Nov-05 0:41 
QuestionRe: exe file Pin
David Crow2-Nov-05 2:40
David Crow2-Nov-05 2:40 
AnswerRe: exe file Pin
Maximilien2-Nov-05 2:42
Maximilien2-Nov-05 2:42 
AnswerRe: exe file Pin
zon_cpp3-Nov-05 10:04
zon_cpp3-Nov-05 10:04 
QuestionMemory Leaks Detection Pin
snoriani2-Nov-05 0:17
snoriani2-Nov-05 0:17 
AnswerRe: Memory Leaks Detection Pin
Renjith Ramachandran2-Nov-05 3:12
Renjith Ramachandran2-Nov-05 3:12 
QuestionVS NET. 2003 strange characters in MFC project? Pin
9ine1-Nov-05 23:17
9ine1-Nov-05 23:17 
What is wrong with my just installed licensed VS NET. 2003, while creating a project it puts default files and configurations etc. and I get this strange encoding for 'MFC application' project only:

just example from default created some MFC application project

BOOL Ctest2App::InitInstance()
{
// °І¦pАіҐОµ{¦Ўёк°TІMіж«ь©wЁПҐО ComCtl32.dll 6.0 (§t) ҐH«бЄ©Ґ»
// ҐH±ТҐОµшД±¤ЖјЛ¦ЎЎA«h Windows XP »Э­n InitCommonControls()ЎC§_«hЄєёЬЎA
// Ґф¦уµшµЎЄє«ШҐЯ±NҐў±СЎC
InitCommonControls();

CWinApp::InitInstance();

// Єм©l¤Ж OLE µ{¦Ў®w
if (!AfxOleInit())
{
AfxMessageBox(IDP_OLE_INIT_FAILED);
return FALSE;
}
AfxEnableControlContainer();
// јР·ЗЄм©lі]©w
// ¦pЄG±z¤ЈЁПҐОіoЁЗҐ\ЇаЁГҐB·Qґо¤ЦіМ«б§№¦ЁЄєҐi°х¦жАЙ¤j¤pЎA±zҐiҐH±q¤U¦C
// µ{¦ЎЅXІѕ°Ј¤Ј»Э­nЄєЄм©l¤Ж±`¦ЎЎAЕЬ§уАx¦sі]©w­ИЄєµnїэѕчЅX
// TODO: ±zАіёУѕA«Ч­Ч§п¦№¦r¦к (ЁТ¦pЎA¤ЅҐq¦WєЩ©ОІХВґ¦WєЩ)
SetRegistryKey(_T("Ґ»ѕч AppWizard ©ТІЈҐНЄєАіҐОµ{¦Ў"));
LoadStdProfileSettings(4); // ёь¤JјР·З INI Аɿﶵ (Ґ]§t MRU)
// µnїэАіҐОµ{¦ЎЄє¤еҐуЅdҐ»ЎC¤еҐуЅdҐ»­tіd¦b¤еҐуЎB®Ш¬[µшµЎ»PАЛµш¶Ў¶i¦жіs±µ
...
... etc ...


While there is no such a problem with other types of projects, only with MFC application one?



9ine
AnswerRe: VS NET. 2003 strange characters in MFC project? Pin
Rob Caldecott1-Nov-05 23:23
Rob Caldecott1-Nov-05 23:23 
AnswerRe: VS NET. 2003 strange characters in MFC project? Pin
9ine1-Nov-05 23:24
9ine1-Nov-05 23:24 
GeneralRe: VS NET. 2003 strange characters in MFC project? Pin
Jörgen Sigvardsson1-Nov-05 23:26
Jörgen Sigvardsson1-Nov-05 23:26 
GeneralRe: VS NET. 2003 strange characters in MFC project? Pin
Prakash Nadar1-Nov-05 23:56
Prakash Nadar1-Nov-05 23:56 
GeneralRe: VS NET. 2003 strange characters in MFC project? Pin
Jörgen Sigvardsson2-Nov-05 0:03
Jörgen Sigvardsson2-Nov-05 0:03 
QuestionStrings really messed up between VC++ and VB Pin
Axonn Echysttas1-Nov-05 22:37
Axonn Echysttas1-Nov-05 22:37 
AnswerRe: Strings really messed up between VC++ and VB Pin
Prakash Nadar1-Nov-05 23:03
Prakash Nadar1-Nov-05 23:03 
GeneralRe: Strings really messed up between VC++ and VB Pin
Axonn Echysttas1-Nov-05 23:44
Axonn Echysttas1-Nov-05 23:44 
GeneralRe: Strings really messed up between VC++ and VB Pin
Prakash Nadar1-Nov-05 23:52
Prakash Nadar1-Nov-05 23:52 
GeneralRe: Strings really messed up between VC++ and VB Pin
Axonn Echysttas2-Nov-05 0:50
Axonn Echysttas2-Nov-05 0:50 
GeneralRe: Strings really messed up between VC++ and VB Pin
Prakash Nadar2-Nov-05 4:55
Prakash Nadar2-Nov-05 4:55 
GeneralRe: Strings really messed up between VC++ and VB Pin
Axonn Echysttas2-Nov-05 7:00
Axonn Echysttas2-Nov-05 7:00 
GeneralRe: Strings really messed up between VC++ and VB Pin
Prakash Nadar2-Nov-05 15:33
Prakash Nadar2-Nov-05 15:33 
AnswerRe: Strings really messed up between VC++ and VB Pin
Jörgen Sigvardsson1-Nov-05 23:29
Jörgen Sigvardsson1-Nov-05 23:29 
GeneralRe: Strings really messed up between VC++ and VB Pin
Axonn Echysttas2-Nov-05 3:26
Axonn Echysttas2-Nov-05 3:26 
GeneralRe: Strings really messed up between VC++ and VB Pin
Jörgen Sigvardsson2-Nov-05 3:35
Jörgen Sigvardsson2-Nov-05 3:35 
GeneralRe: Strings really messed up between VC++ and VB Pin
Axonn Echysttas2-Nov-05 4:26
Axonn Echysttas2-Nov-05 4:26 

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.