Click here to Skip to main content
15,890,825 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: can any one help me to make context menu in win32 API Pin
Naveen6-Feb-07 18:36
Naveen6-Feb-07 18:36 
GeneralRe: can any one help me to make context menu in win32 API Pin
amitmistry_petlad 6-Feb-07 18:54
amitmistry_petlad 6-Feb-07 18:54 
GeneralRe: can any one help me to make context menu in win32 API Pin
Naveen6-Feb-07 19:03
Naveen6-Feb-07 19:03 
GeneralRe: can any one help me to make context menu in win32 API Pin
amitmistry_petlad 6-Feb-07 19:51
amitmistry_petlad 6-Feb-07 19:51 
QuestionTCHAR Pin
asdtry5-Feb-07 23:16
asdtry5-Feb-07 23:16 
AnswerRe: TCHAR Pin
Michael Dunn5-Feb-07 23:19
sitebuilderMichael Dunn5-Feb-07 23:19 
GeneralRe: TCHAR Pin
asdtry5-Feb-07 23:28
asdtry5-Feb-07 23:28 
GeneralRe: TCHAR Pin
toxcct5-Feb-07 23:38
toxcct5-Feb-07 23:38 
you already asked this several hours ago[^], and the answer has already been given to you.

you'll be able to set TCHAR as WCHAR or CHAR only once in your code, and this will be definite for the compile time (you cannot change the meaning of TCHAR at runtime !).

if you might read unicode or ansi files, you must :
1) determine the encoding type
2) use the appropriate type to read the file (wchar_t for unicode files, char otherwise)

nothing more.
so please understand this, and find an alternative to what you're trying to design as your solution, because you're doing it wrong


GeneralRe: TCHAR Pin
Waldermort6-Feb-07 0:07
Waldermort6-Feb-07 0:07 
AnswerRe: TCHAR Pin
Christian Graus5-Feb-07 23:49
protectorChristian Graus5-Feb-07 23:49 
AnswerRe: TCHAR Pin
ThatsAlok6-Feb-07 19:53
ThatsAlok6-Feb-07 19:53 
Questionprinter driver Pin
shanmugapriy5-Feb-07 23:10
shanmugapriy5-Feb-07 23:10 
QuestionRe: printer driver Pin
Mark Salsbery6-Feb-07 7:56
Mark Salsbery6-Feb-07 7:56 
QuestionFind memory leaks Pin
Kiran Pinjala5-Feb-07 22:28
Kiran Pinjala5-Feb-07 22:28 
AnswerRe: Find memory leaks Pin
Waldermort5-Feb-07 23:01
Waldermort5-Feb-07 23:01 
AnswerRe: Find memory leaks Pin
Roger Stoltz5-Feb-07 23:13
Roger Stoltz5-Feb-07 23:13 
GeneralRe: Find memory leaks Pin
Waldermort5-Feb-07 23:49
Waldermort5-Feb-07 23:49 
GeneralRe: Find memory leaks Pin
David Crow6-Feb-07 3:36
David Crow6-Feb-07 3:36 
AnswerRe: Find memory leaks Pin
Roger Stoltz5-Feb-07 23:16
Roger Stoltz5-Feb-07 23:16 
QuestionRe: Find memory leaks Pin
David Crow6-Feb-07 3:37
David Crow6-Feb-07 3:37 
AnswerRe: Find memory leaks Pin
Hamid_RT6-Feb-07 5:57
Hamid_RT6-Feb-07 5:57 
GeneralRe: Find memory leaks Pin
Kiran Pinjala6-Feb-07 18:09
Kiran Pinjala6-Feb-07 18:09 
GeneralRe: Find memory leaks Pin
Hamid_RT6-Feb-07 19:13
Hamid_RT6-Feb-07 19:13 
GeneralRe: Find memory leaks Pin
Kiran Pinjala6-Feb-07 19:34
Kiran Pinjala6-Feb-07 19:34 
GeneralRe: Find memory leaks Pin
Hamid_RT6-Feb-07 19:49
Hamid_RT6-Feb-07 19:49 

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.