Click here to Skip to main content
15,895,370 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to change menu font for particular application? Pin
Rajesh R Subramanian16-Jan-07 20:02
professionalRajesh R Subramanian16-Jan-07 20:02 
AnswerRe: 16 Bin Pin
toxcct16-Jan-07 22:18
toxcct16-Jan-07 22:18 
Questionread unicode data Pin
manu_220516-Jan-07 19:09
manu_220516-Jan-07 19:09 
AnswerRe: read unicode data Pin
Don Box16-Jan-07 19:33
Don Box16-Jan-07 19:33 
Questionerror c2511: unresolved external symbol in EVC++ Pin
harshadha16-Jan-07 18:49
harshadha16-Jan-07 18:49 
AnswerRe: error c2511: unresolved external symbol in EVC++ Pin
prasad_som16-Jan-07 19:05
prasad_som16-Jan-07 19:05 
GeneralRe: error c2511: unresolved external symbol in EVC++ Pin
harshadha16-Jan-07 19:42
harshadha16-Jan-07 19:42 
AnswerRe: error c2511: unresolved external symbol in EVC++ Pin
Rajesh R Subramanian16-Jan-07 19:11
professionalRajesh R Subramanian16-Jan-07 19:11 
harshadha wrote:
error C2511: 'GetInputText' : overloaded member function 'void (const struct FI_Text *,unsigned

short,unsigned long)' not found in dblink.


This means your implemented version of this function differs in terms of type of parameters or in the order which they are passed. Make sure the parameter (here const struct FI_TEXT *, unsigned short, unsigned long in this case) is the same in the function definition also.


Nobody can give you wiser advice than yourself. - Cicero
ப்ரம்மா

GeneralRe: error c2511: unresolved external symbol in EVC++ Pin
harshadha16-Jan-07 20:03
harshadha16-Jan-07 20:03 
QuestionReceive a message in worker thread Pin
Ajay L D16-Jan-07 17:47
Ajay L D16-Jan-07 17:47 
AnswerRe: Receive a message in worker thread Pin
Neville Franks16-Jan-07 18:24
Neville Franks16-Jan-07 18:24 
AnswerRe: Receive a message in worker thread Pin
Mark Salsbery16-Jan-07 18:48
Mark Salsbery16-Jan-07 18:48 
QuestionRe: Receive a message in worker thread [modified] Pin
Roger Stoltz16-Jan-07 20:38
Roger Stoltz16-Jan-07 20:38 
AnswerRe: Receive a message in worker thread Pin
Steve S16-Jan-07 21:32
Steve S16-Jan-07 21:32 
GeneralRe: Receive a message in worker thread Pin
Roger Stoltz16-Jan-07 21:56
Roger Stoltz16-Jan-07 21:56 
QuestionI hope to get a message when CMyListCtrl's styles been changed! Pin
eat_union16-Jan-07 16:11
eat_union16-Jan-07 16:11 
AnswerRe: I hope to get a message when CMyListCtrl's styles been changed! Pin
Nibu babu thomas16-Jan-07 16:18
Nibu babu thomas16-Jan-07 16:18 
GeneralRe: I hope to get a message when CMyListCtrl's styles been changed! Pin
eat_union21-Jan-07 15:51
eat_union21-Jan-07 15:51 
QuestionClass Wizard Pin
Merlin Vilhauer16-Jan-07 15:13
Merlin Vilhauer16-Jan-07 15:13 
AnswerRe: Class Wizard Pin
Christian Graus16-Jan-07 15:36
protectorChristian Graus16-Jan-07 15:36 
AnswerRe: Class Wizard Pin
prasad_som16-Jan-07 17:24
prasad_som16-Jan-07 17:24 
QuestionClient / Server Pin
Dosin16-Jan-07 14:21
Dosin16-Jan-07 14:21 
AnswerRe: Client / Server Pin
Mark Salsbery16-Jan-07 14:49
Mark Salsbery16-Jan-07 14:49 
GeneralRe: Client / Server Pin
Dosin16-Jan-07 16:14
Dosin16-Jan-07 16:14 
QuestionRe: Client / Server Pin
Rajesh R Subramanian16-Jan-07 19:28
professionalRajesh R Subramanian16-Jan-07 19:28 

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.