Click here to Skip to main content
15,897,226 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: What is theUse Of Abstract class Pin
Cedric Moonen1-Oct-07 22:38
Cedric Moonen1-Oct-07 22:38 
AnswerRe: What is theUse Of Abstract class Pin
Nemanja Trifunovic2-Oct-07 3:49
Nemanja Trifunovic2-Oct-07 3:49 
AnswerRe: What is theUse Of Abstract class Pin
Leslie Sanford2-Oct-07 6:35
Leslie Sanford2-Oct-07 6:35 
Questionthemes & controls Pin
mitok1-Oct-07 21:54
mitok1-Oct-07 21:54 
QuestionFunction Pointer error Pin
Mustafa Ismail Mustafa1-Oct-07 20:59
Mustafa Ismail Mustafa1-Oct-07 20:59 
AnswerRe: Function Pointer error Pin
Cedric Moonen1-Oct-07 21:09
Cedric Moonen1-Oct-07 21:09 
GeneralRe: Function Pointer error Pin
Mustafa Ismail Mustafa1-Oct-07 21:20
Mustafa Ismail Mustafa1-Oct-07 21:20 
GeneralRe: Function Pointer error Pin
Cedric Moonen1-Oct-07 21:26
Cedric Moonen1-Oct-07 21:26 
That is a different error: now your code compiles correctly but you have a linker error. It simply means that your function is known by the compiler (you provided a prototype) but no implementation has been found. So, provide an implementation and that will probably solve the problem.


Cédric Moonen
Software developer

Charting control [v1.2]

GeneralRe: Function Pointer error Pin
Mustafa Ismail Mustafa1-Oct-07 21:21
Mustafa Ismail Mustafa1-Oct-07 21:21 
GeneralRe: Function Pointer error Pin
Cedric Moonen1-Oct-07 21:28
Cedric Moonen1-Oct-07 21:28 
GeneralRe: Function Pointer error Pin
Mustafa Ismail Mustafa1-Oct-07 21:38
Mustafa Ismail Mustafa1-Oct-07 21:38 
QuestionA Basic File Question. Pin
chandu0041-Oct-07 19:58
chandu0041-Oct-07 19:58 
AnswerRe: A Basic File Question. Pin
Nishad S1-Oct-07 20:43
Nishad S1-Oct-07 20:43 
GeneralRe: A Basic File Question. Pin
chandu0041-Oct-07 21:02
chandu0041-Oct-07 21:02 
AnswerRe: A Basic File Question. Pin
KarstenK1-Oct-07 21:17
mveKarstenK1-Oct-07 21:17 
AnswerRe: A Basic File Question. Pin
Nelek1-Oct-07 21:50
protectorNelek1-Oct-07 21:50 
QuestionError Message Pin
ashishbhatt1-Oct-07 17:50
ashishbhatt1-Oct-07 17:50 
AnswerRe: Error Message Pin
zakkas24831-Oct-07 18:06
zakkas24831-Oct-07 18:06 
GeneralRe: Error Message Pin
ashishbhatt1-Oct-07 18:17
ashishbhatt1-Oct-07 18:17 
AnswerRe: Error Message Pin
Ontanggabe Parulian1-Oct-07 18:40
Ontanggabe Parulian1-Oct-07 18:40 
GeneralRe: Error Message Pin
zakkas24831-Oct-07 18:41
zakkas24831-Oct-07 18:41 
GeneralRe: Error Message Pin
zakkas24831-Oct-07 18:48
zakkas24831-Oct-07 18:48 
AnswerRe: Error Message Pin
Stephen Hewitt1-Oct-07 19:08
Stephen Hewitt1-Oct-07 19:08 
GeneralRe: Error Message Pin
ashishbhatt1-Oct-07 19:10
ashishbhatt1-Oct-07 19:10 
GeneralRe: Error Message Pin
Stephen Hewitt1-Oct-07 19:24
Stephen Hewitt1-Oct-07 19:24 

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.