Click here to Skip to main content
15,894,291 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CRT string macros Pin
Michael Dunn17-Aug-06 13:21
sitebuilderMichael Dunn17-Aug-06 13:21 
Questionpost build event in makefile Pin
rana7417-Aug-06 5:11
rana7417-Aug-06 5:11 
QuestionMultiByteToWide does not work without printf??? Pin
fvandun17-Aug-06 5:02
fvandun17-Aug-06 5:02 
AnswerRe: MultiByteToWide does not work without printf??? Pin
Zac Howland17-Aug-06 5:14
Zac Howland17-Aug-06 5:14 
GeneralRe: MultiByteToWide does not work without printf??? Pin
fvandun17-Aug-06 5:29
fvandun17-Aug-06 5:29 
GeneralRe: MultiByteToWide does not work without printf??? Pin
Zac Howland17-Aug-06 5:41
Zac Howland17-Aug-06 5:41 
GeneralRe: MultiByteToWide does not work without printf??? Pin
fvandun17-Aug-06 5:55
fvandun17-Aug-06 5:55 
GeneralRe: MultiByteToWide does not work without printf??? Pin
Zac Howland17-Aug-06 5:58
Zac Howland17-Aug-06 5:58 
Do'h! Part of it was a typo on my part:

size_t wStrSize = strlen(argv[1] + 1);

should read as:

size_t wStrSize = strlen(argv[1]) + 1;

If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac

GeneralRe: MultiByteToWide does not work without printf??? Pin
fvandun17-Aug-06 6:07
fvandun17-Aug-06 6:07 
QuestionLimited Users Pin
Dave Kerr17-Aug-06 4:58
Dave Kerr17-Aug-06 4:58 
QuestionMicrosoft Access Database Import to VC++ Windows Forms Pin
Nokoff17-Aug-06 4:56
Nokoff17-Aug-06 4:56 
AnswerRe: Microsoft Access Database Import to VC++ Windows Forms Pin
cje17-Aug-06 5:15
cje17-Aug-06 5:15 
QuestionWindows Directory Pin
si_6917-Aug-06 4:49
si_6917-Aug-06 4:49 
AnswerRe: Windows Directory Pin
Dave Kerr17-Aug-06 4:56
Dave Kerr17-Aug-06 4:56 
GeneralRe: Windows Directory Pin
Michael Dunn17-Aug-06 13:23
sitebuilderMichael Dunn17-Aug-06 13:23 
AnswerRe: Windows Directory Pin
Hamid_RT17-Aug-06 6:32
Hamid_RT17-Aug-06 6:32 
AnswerRe: Windows Directory Pin
G_S17-Aug-06 13:29
G_S17-Aug-06 13:29 
QuestionUsing Spy++ in Visual Studio 2003 Pin
Jethro6317-Aug-06 4:40
Jethro6317-Aug-06 4:40 
AnswerRe: Using Spy++ in Visual Studio 2003 Pin
G_S17-Aug-06 4:53
G_S17-Aug-06 4:53 
GeneralRe: Using Spy++ in Visual Studio 2003 Pin
Jethro6317-Aug-06 7:35
Jethro6317-Aug-06 7:35 
AnswerRe: Using Spy++ in Visual Studio 2003 Pin
Dave Kerr17-Aug-06 4:53
Dave Kerr17-Aug-06 4:53 
GeneralRe: Using Spy++ in Visual Studio 2003 Pin
Jethro6317-Aug-06 5:10
Jethro6317-Aug-06 5:10 
GeneralRe: Using Spy++ in Visual Studio 2003 Pin
Dave Kerr17-Aug-06 7:23
Dave Kerr17-Aug-06 7:23 
GeneralRe: Using Spy++ in Visual Studio 2003 Pin
Jethro6317-Aug-06 7:33
Jethro6317-Aug-06 7:33 
QuestionDon't know about proxy classes Pin
huachinango17-Aug-06 4:37
huachinango17-Aug-06 4:37 

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.