Click here to Skip to main content
16,016,140 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MFC Vs. Application, whats the difference? Pin
Brad Jennings15-Feb-03 19:55
Brad Jennings15-Feb-03 19:55 
GeneralRe: MFC Vs. Application, whats the difference? Pin
PocketBlast15-Feb-03 20:22
PocketBlast15-Feb-03 20:22 
GeneralRe: MFC Vs. Application, whats the difference? Pin
Brad Jennings15-Feb-03 21:18
Brad Jennings15-Feb-03 21:18 
GeneralCan't I use CAtlMap in a MFC project Pin
Kerry Chou15-Feb-03 18:09
Kerry Chou15-Feb-03 18:09 
Generalmethods to manipulate SYSTEMTIME Pin
king_of_the_world15-Feb-03 15:53
king_of_the_world15-Feb-03 15:53 
GeneralRe: methods to manipulate SYSTEMTIME Pin
Neville Franks15-Feb-03 20:29
Neville Franks15-Feb-03 20:29 
GeneralConvert Long to String, how? (Newbie) Pin
PocketBlast15-Feb-03 15:24
PocketBlast15-Feb-03 15:24 
GeneralRe: Convert Long to String, how? (Newbie) Pin
PJ Arends15-Feb-03 16:15
professionalPJ Arends15-Feb-03 16:15 
atol() converts an ANSI string to long integer. The function you want is _itoa()(ANSI) or _itow()(UNICODE) or _itot(ANSI and UNICODE) which converts a long integer to a string.

From your previous post I am lead to believe you are using a UNICODE enviroment, so you should either use UNICODE functions (have a 'w' in them instead of an 'a') or use the TCHAR macros.



CPUA 0x5041

Sonork 100.11743 Chicken Little

"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

Within you lies the power for good - Use it!
GeneralRe: Convert Long to String, how? (Newbie) Pin
Michael Dunn15-Feb-03 16:18
sitebuilderMichael Dunn15-Feb-03 16:18 
GeneralRe: Convert Long to String, how? (Newbie) Pin
PocketBlast15-Feb-03 17:02
PocketBlast15-Feb-03 17:02 
GeneralRe: Convert Long to String, how? (Newbie) Pin
PJ Arends15-Feb-03 16:35
professionalPJ Arends15-Feb-03 16:35 
GeneralRe: Convert Long to String, how? (Newbie) Pin
PocketBlast15-Feb-03 17:09
PocketBlast15-Feb-03 17:09 
GeneralRe: Convert Long to String, how? (Newbie) Pin
Brad Jennings15-Feb-03 19:28
Brad Jennings15-Feb-03 19:28 
GeneralRe: Convert Long to String, how? (Newbie) Pin
PocketBlast15-Feb-03 20:18
PocketBlast15-Feb-03 20:18 
GeneralRe: Convert Long to String, how? (Newbie) Pin
Brad Jennings15-Feb-03 20:54
Brad Jennings15-Feb-03 20:54 
GeneralRe: Convert Long to String, how? (Newbie) Pin
Ted Ferenc15-Feb-03 22:08
Ted Ferenc15-Feb-03 22:08 
GeneralRe: Convert Long to String, how? (Newbie) Pin
PocketBlast16-Feb-03 7:50
PocketBlast16-Feb-03 7:50 
GeneralRe: Convert Long to String, how? (Newbie) Pin
Brad Jennings16-Feb-03 11:08
Brad Jennings16-Feb-03 11:08 
GeneralRe: Convert Long to String, how? (Newbie) Pin
Ted Ferenc16-Feb-03 21:33
Ted Ferenc16-Feb-03 21:33 
Generalccombo + fonts Pin
DuFF15-Feb-03 15:09
DuFF15-Feb-03 15:09 
GeneralCWinThread Pin
king_of_the_world15-Feb-03 15:05
king_of_the_world15-Feb-03 15:05 
GeneralRe: CWinThread Pin
valikac15-Feb-03 15:15
valikac15-Feb-03 15:15 
GeneralRe: CWinThread Pin
king_of_the_world15-Feb-03 15:17
king_of_the_world15-Feb-03 15:17 
GeneralRe: CWinThread Pin
Gary R. Wheeler16-Feb-03 4:33
Gary R. Wheeler16-Feb-03 4:33 
GeneralHelp with subclassing Pin
paully15-Feb-03 13:25
paully15-Feb-03 13:25 

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.