Click here to Skip to main content
15,905,238 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem with pageup and pagedown keys Pin
Nelek14-Jul-08 21:26
protectorNelek14-Jul-08 21:26 
GeneralRe: Problem with pageup and pagedown keys Pin
Sunayna14-Jul-08 22:57
Sunayna14-Jul-08 22:57 
GeneralRe: Problem with pageup and pagedown keys Pin
Nelek15-Jul-08 1:34
protectorNelek15-Jul-08 1:34 
QuestionHow to use command line arguments in a win32 application? Pin
Sauce!14-Jul-08 21:14
Sauce!14-Jul-08 21:14 
AnswerRe: How to use command line arguments in a win32 application? Pin
Cedric Moonen14-Jul-08 21:26
Cedric Moonen14-Jul-08 21:26 
GeneralRe: How to use command line arguments in a win32 application? Pin
Sauce!14-Jul-08 21:36
Sauce!14-Jul-08 21:36 
AnswerRe: How to use command line arguments in a win32 application? Pin
CPallini14-Jul-08 21:41
mveCPallini14-Jul-08 21:41 
GeneralRe: How to use command line arguments in a win32 application? Pin
Sauce!14-Jul-08 21:50
Sauce!14-Jul-08 21:50 
It took me a few minutes to understand your code (had to search through all the help files for all that stuff I've never seen before)

It looks like it should work.

But it doesnt Frown | :(

error C2664: 'wcslen' : cannot convert parameter 1 from 'LPSTR' to 'const wchar_t *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
error C2664: '_wtoi' : cannot convert parameter 1 from 'CHAR *' to 'const wchar_t *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
error C2664: '_wtoi' : cannot convert parameter 1 from 'CHAR *' to 'const wchar_t *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast

And could you please give me some hints as to why my code is flawed? I was already aware there was something wrong with it, hence the reason it doesn't work.
GeneralRe: How to use command line arguments in a win32 application? Pin
CPallini14-Jul-08 22:00
mveCPallini14-Jul-08 22:00 
GeneralRe: How to use command line arguments in a win32 application? Pin
Sauce!14-Jul-08 22:21
Sauce!14-Jul-08 22:21 
GeneralRe: How to use command line arguments in a win32 application? Pin
CPallini14-Jul-08 22:38
mveCPallini14-Jul-08 22:38 
GeneralRe: How to use command line arguments in a win32 application? Pin
Sauce!15-Jul-08 2:39
Sauce!15-Jul-08 2:39 
GeneralRe: How to use command line arguments in a win32 application? Pin
CPallini15-Jul-08 3:15
mveCPallini15-Jul-08 3:15 
GeneralRe: How to use command line arguments in a win32 application? Pin
Sauce!15-Jul-08 5:51
Sauce!15-Jul-08 5:51 
GeneralRe: How to use command line arguments in a win32 application? Pin
CPallini16-Jul-08 7:04
mveCPallini16-Jul-08 7:04 
AnswerRe: How to use command line arguments in a win32 application? Pin
David Crow15-Jul-08 3:21
David Crow15-Jul-08 3:21 
QuestionHow to verify that calling process has read access to the specified range of memory in vista Pin
V K 214-Jul-08 20:33
V K 214-Jul-08 20:33 
AnswerRe: How to verify that calling process has read access to the specified range of memory in vista PinPopular
Stephen Hewitt14-Jul-08 20:42
Stephen Hewitt14-Jul-08 20:42 
AnswerRe: How to verify that calling process has read access to the specified range of memory in vista Pin
Stephen Hewitt14-Jul-08 20:53
Stephen Hewitt14-Jul-08 20:53 
Questionfatal error: Cannot open type library file: 'msxml.dll' in Vista Pin
NiceNaidu14-Jul-08 19:48
NiceNaidu14-Jul-08 19:48 
AnswerRe: fatal error: Cannot open type library file: 'msxml.dll' in Vista Pin
Stephen Hewitt14-Jul-08 20:22
Stephen Hewitt14-Jul-08 20:22 
Questionenable DHCP using win32 API Pin
an8914-Jul-08 19:45
an8914-Jul-08 19:45 
AnswerRe: enable DHCP using win32 API Pin
Stephen Hewitt14-Jul-08 20:36
Stephen Hewitt14-Jul-08 20:36 
Question[Window Mobile Owner Draw] Pin
jjobluewind9714-Jul-08 19:39
jjobluewind9714-Jul-08 19:39 
Questionerror C2143: syntax error : missing '{' before ':' Pin
rp_suman14-Jul-08 18:11
rp_suman14-Jul-08 18:11 

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.