Click here to Skip to main content
15,921,694 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: refresh problem in tabs Pin
Sunayna16-Jul-08 17:59
Sunayna16-Jul-08 17:59 
QuestionVS2005 compile error after updates Pin
gluballs14-Jul-08 21:28
gluballs14-Jul-08 21:28 
AnswerRe: VS2005 compile error after updates Pin
kDevloper15-Jul-08 1:20
kDevloper15-Jul-08 1:20 
QuestionDeleting the popup menu Pin
Sunayna14-Jul-08 21:25
Sunayna14-Jul-08 21:25 
QuestionRe: Deleting the popup menu Pin
CPallini14-Jul-08 22:13
mveCPallini14-Jul-08 22:13 
AnswerRe: Deleting the popup menu Pin
Sunayna14-Jul-08 22:15
Sunayna14-Jul-08 22:15 
GeneralOK! Pin
CPallini14-Jul-08 22:24
mveCPallini14-Jul-08 22:24 
QuestionRe: Deleting the popup menu Pin
Rajesh R Subramanian15-Jul-08 2:17
professionalRajesh R Subramanian15-Jul-08 2:17 
AnswerRe: Deleting the popup menu Pin
ThatsAlok15-Jul-08 3:32
ThatsAlok15-Jul-08 3:32 
GeneralRe: Deleting the popup menu Pin
SandipG 15-Jul-08 3:35
SandipG 15-Jul-08 3:35 
QuestionProblem with pageup and pagedown keys Pin
Sunayna14-Jul-08 21:23
Sunayna14-Jul-08 21:23 
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 

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.