Click here to Skip to main content
15,918,268 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Used without being defined .... Pin
Programm3r26-Mar-07 23:18
Programm3r26-Mar-07 23:18 
GeneralRe: Used without being defined .... Pin
_808627-Mar-07 0:20
_808627-Mar-07 0:20 
AnswerRe: Used without being defined .... Pin
prasad_som26-Mar-07 23:10
prasad_som26-Mar-07 23:10 
AnswerRe: Used without being defined .... Pin
Programm3r26-Mar-07 23:14
Programm3r26-Mar-07 23:14 
QuestionRe: Used without being defined .... Pin
prasad_som26-Mar-07 23:19
prasad_som26-Mar-07 23:19 
AnswerRe: Used without being defined .... Pin
Programm3r26-Mar-07 23:27
Programm3r26-Mar-07 23:27 
GeneralRe: Used without being defined .... Pin
prasad_som26-Mar-07 23:32
prasad_som26-Mar-07 23:32 
GeneralRe: Used without being defined .... Pin
Programm3r26-Mar-07 23:40
Programm3r26-Mar-07 23:40 
Questioncustom url protocol Pin
kamPooh26-Mar-07 22:56
kamPooh26-Mar-07 22:56 
QuestionOwnerDraw Pin
Manjunath S26-Mar-07 22:55
Manjunath S26-Mar-07 22:55 
QuestionRe: OwnerDraw Pin
prasad_som26-Mar-07 23:25
prasad_som26-Mar-07 23:25 
AnswerRe: OwnerDraw Pin
Manjunath S26-Mar-07 23:37
Manjunath S26-Mar-07 23:37 
QuestionRe: OwnerDraw Pin
prasad_som26-Mar-07 23:48
prasad_som26-Mar-07 23:48 
AnswerRe: OwnerDraw Pin
Manjunath S27-Mar-07 0:06
Manjunath S27-Mar-07 0:06 
GeneralRe: OwnerDraw Pin
prasad_som27-Mar-07 0:11
prasad_som27-Mar-07 0:11 
Question::CommandLineToArgvW in EVC Pin
sheela Rajaram26-Mar-07 22:30
sheela Rajaram26-Mar-07 22:30 
AnswerRe: ::CommandLineToArgvW in EVC Pin
toxcct26-Mar-07 22:48
toxcct26-Mar-07 22:48 
GeneralRe: ::CommandLineToArgvW in EVC Pin
sheela Rajaram26-Mar-07 22:50
sheela Rajaram26-Mar-07 22:50 
GeneralRe: ::CommandLineToArgvW in EVC Pin
toxcct26-Mar-07 22:51
toxcct26-Mar-07 22:51 
GeneralCreateFile invalid handle value [modified] Pin
sheela Rajaram26-Mar-07 23:00
sheela Rajaram26-Mar-07 23:00 
GeneralRe: ::CommandLineToArgvW in EVC Pin
prasad_som26-Mar-07 23:00
prasad_som26-Mar-07 23:00 
GeneralRe: ::CommandLineToArgvW in EVC Pin
toxcct26-Mar-07 23:05
toxcct26-Mar-07 23:05 
GeneralRe: ::CommandLineToArgvW in EVC Pin
toxcct26-Mar-07 23:08
toxcct26-Mar-07 23:08 
sheela Rajaram wrote:
which is being declared as TCHAR wszFileName[256]


this is not your solution, but what you do here is wrong. it should be an array of WCHAR, not TCHAR (ok, this is the same is unicode is defined in your project, but the purpose of these is to avoid wondering which build is currently done)


GeneralRe: ::CommandLineToArgvW in EVC Pin
sheela Rajaram26-Mar-07 23:21
sheela Rajaram26-Mar-07 23:21 
AnswerRe: ::CommandLineToArgvW in EVC Pin
prasad_som26-Mar-07 23:36
prasad_som26-Mar-07 23:36 

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.