Click here to Skip to main content
15,920,053 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Fonts Pin
Hamid_RT21-May-06 22:37
Hamid_RT21-May-06 22:37 
GeneralRe: Fonts Pin
ThatsAlok22-May-06 0:38
ThatsAlok22-May-06 0:38 
QuestionMultilingual Support Problem Pin
NiceNaidu21-May-06 20:56
NiceNaidu21-May-06 20:56 
AnswerRe: Multilingual Support Problem Pin
grigsoft21-May-06 21:23
grigsoft21-May-06 21:23 
GeneralRe: Multilingual Support Problem Pin
NiceNaidu21-May-06 21:30
NiceNaidu21-May-06 21:30 
GeneralRe: Multilingual Support Problem Pin
grigsoft21-May-06 21:32
grigsoft21-May-06 21:32 
QuestionCxImage Pin
surfman1921-May-06 20:52
surfman1921-May-06 20:52 
AnswerRe: CxImage Pin
GDavy21-May-06 22:34
GDavy21-May-06 22:34 
1) problem with your diff function. Solution cast the parameters to int or long, compiler seems to be confused between using one with int parameters or long parameters, since you call it with a mix (one param is int the other long).

2) the counter in your for loop has local scope in the for-loop alone now, so you need to redefine it

3) the -> must point to structure etc... Perhaps you need to cast... Did you define these as void pointers perhaps?

QuestionUpdateData Problem Pin
VinayCool21-May-06 20:03
VinayCool21-May-06 20:03 
AnswerRe: UpdateData Problem Pin
Naveen21-May-06 20:14
Naveen21-May-06 20:14 
AnswerRe: UpdateData Problem Pin
PJ Arends21-May-06 20:14
professionalPJ Arends21-May-06 20:14 
AnswerRe: UpdateData Problem Pin
Laxman Auti21-May-06 20:14
Laxman Auti21-May-06 20:14 
GeneralRe: UpdateData Problem Pin
VinayCool21-May-06 20:43
VinayCool21-May-06 20:43 
GeneralRe: UpdateData Problem Pin
Nibu babu thomas21-May-06 20:49
Nibu babu thomas21-May-06 20:49 
AnswerRe: UpdateData Problem Pin
VinayCool21-May-06 21:41
VinayCool21-May-06 21:41 
GeneralRe: UpdateData Problem Pin
Nibu babu thomas21-May-06 21:43
Nibu babu thomas21-May-06 21:43 
GeneralRe: UpdateData Problem Pin
Laxman Auti21-May-06 22:24
Laxman Auti21-May-06 22:24 
GeneralRe: UpdateData Problem Pin
Nibu babu thomas21-May-06 22:30
Nibu babu thomas21-May-06 22:30 
Questionrun external app on button click Pin
F.Smadi21-May-06 20:02
F.Smadi21-May-06 20:02 
AnswerRe: run external app on button click Pin
Laxman Auti21-May-06 20:06
Laxman Auti21-May-06 20:06 
AnswerRe: run external app on button click Pin
Hamid_RT21-May-06 20:07
Hamid_RT21-May-06 20:07 
AnswerRe: run external app on button click Pin
Nibu babu thomas21-May-06 20:08
Nibu babu thomas21-May-06 20:08 
AnswerRe: run external app on button click Pin
VinayCool21-May-06 20:08
VinayCool21-May-06 20:08 
AnswerRe: run external app on button click Pin
ThatsAlok22-May-06 0:37
ThatsAlok22-May-06 0:37 
GeneralRe: run external app on button click Pin
Hamid_RT21-May-06 20:14
Hamid_RT21-May-06 20:14 

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.