Click here to Skip to main content
16,011,585 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: header file Pin
qcha0s4-Apr-05 12:28
qcha0s4-Apr-05 12:28 
GeneralRe: header file Pin
mpapeo4-Apr-05 12:36
mpapeo4-Apr-05 12:36 
GeneralRe: header file Pin
qcha0s4-Apr-05 12:52
qcha0s4-Apr-05 12:52 
GeneralRe: header file Pin
Christian Graus4-Apr-05 12:57
protectorChristian Graus4-Apr-05 12:57 
GeneralRe: header file Pin
mpapeo4-Apr-05 13:12
mpapeo4-Apr-05 13:12 
GeneralRe: header file Pin
Christian Graus4-Apr-05 12:55
protectorChristian Graus4-Apr-05 12:55 
GeneralRe: header file Pin
mpapeo4-Apr-05 13:01
mpapeo4-Apr-05 13:01 
GeneralRe: header file Pin
Christian Graus4-Apr-05 13:09
protectorChristian Graus4-Apr-05 13:09 
OK - as I thought. You're more than a little lost here. A header file describes functionality that needs to be provided either in matching .cpp files, or in a library file. The compiler is asking for the header file now, but if you provide it, you will get linker errors from here to sundown, because you will have a file that promises the compiler that you'll tell it how to impliment functions you're describing now, sometime later. You will not meet that promise, and so your code will still not work ( unless this is an inline class that's all in the .h file, implimentation as well as interface, but that seems unlikely ).


Christian

I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer
GeneralRe: header file Pin
mpapeo4-Apr-05 13:17
mpapeo4-Apr-05 13:17 
GeneralRe: header file Pin
Christian Graus4-Apr-05 14:22
protectorChristian Graus4-Apr-05 14:22 
GeneralRe: header file Pin
NewbieStats4-Apr-05 15:06
NewbieStats4-Apr-05 15:06 
GeneralRe: header file Pin
ThatsAlok4-Apr-05 18:33
ThatsAlok4-Apr-05 18:33 
GeneralRe: header file Pin
mpapeo4-Apr-05 21:47
mpapeo4-Apr-05 21:47 
GeneralRe: header file Pin
David Crow4-Apr-05 17:11
David Crow4-Apr-05 17:11 
GeneralRe: header file Pin
Christian Graus4-Apr-05 17:16
protectorChristian Graus4-Apr-05 17:16 
GeneralRe: header file Pin
Ryan Binns4-Apr-05 18:37
Ryan Binns4-Apr-05 18:37 
GeneralMSXML Memory Leak Pin
Demián Gutierrez4-Apr-05 11:44
Demián Gutierrez4-Apr-05 11:44 
GeneralShowHTMLDialog working with XP not Win98 Pin
georgiek504-Apr-05 9:37
georgiek504-Apr-05 9:37 
GeneralRe: ShowHTMLDialog working with XP not Win98 Pin
Neville Franks4-Apr-05 11:07
Neville Franks4-Apr-05 11:07 
GeneralRe: ShowHTMLDialog working with XP not Win98 Pin
georgiek504-Apr-05 11:48
georgiek504-Apr-05 11:48 
GeneralRe: ShowHTMLDialog working with XP not Win98 Pin
Neville Franks4-Apr-05 11:56
Neville Franks4-Apr-05 11:56 
GeneralRe: ShowHTMLDialog working with XP not Win98 Pin
Michael Dunn4-Apr-05 12:47
sitebuilderMichael Dunn4-Apr-05 12:47 
GeneralRe: ShowHTMLDialog working with XP not Win98 Pin
georgiek505-Apr-05 5:46
georgiek505-Apr-05 5:46 
GeneralCTreeCtrl items highlight Pin
Maximilien4-Apr-05 8:10
Maximilien4-Apr-05 8:10 
GeneralRe: CTreeCtrl items highlight Pin
Neville Franks4-Apr-05 11:16
Neville Franks4-Apr-05 11:16 

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.