Click here to Skip to main content
15,907,910 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRescale video data Pin
dennis2416-Jan-06 0:12
dennis2416-Jan-06 0:12 
QuestionMS DataGrid Change Caption of Column Headers Pin
sdancer7515-Jan-06 22:44
sdancer7515-Jan-06 22:44 
QuestionADO 'Background Fetch Size' Pin
tuxyboy15-Jan-06 22:41
tuxyboy15-Jan-06 22:41 
QuestionLink error Pin
Russell'15-Jan-06 22:39
Russell'15-Jan-06 22:39 
AnswerRe: Link error Pin
tuxyboy15-Jan-06 22:46
tuxyboy15-Jan-06 22:46 
GeneralRe: Link error Pin
Prakash Nadar15-Jan-06 22:46
Prakash Nadar15-Jan-06 22:46 
AnswerRe: Link error Pin
Prakash Nadar15-Jan-06 22:46
Prakash Nadar15-Jan-06 22:46 
AnswerRe: Link error Pin
vallikumar16-Jan-06 17:35
vallikumar16-Jan-06 17:35 
Hi,
I had the same link error.
I feel the problem is inclusion of your header files(#include "Libr.h") in side the Doc.h.
Try to include the header files inside the .cpp files, not inside the .h files.
If you want exactly inside the .h file, then include inside of #define.
otherwise system will produce runtime error because of multiple inclution.

in your case you included "#include "Libr.h" inside your doc.h and doc.h is included inside view.h and etc.. try to avoid this and "#include "Libr.h" should be inside your doc.cpp

Dont include .cpp file. .h file will take care everythings of .cpp
best of luck,,

regards
Vallikumar A

GeneralRe: Link error Pin
Russell'15-Jan-06 23:44
Russell'15-Jan-06 23:44 
GeneralRe: Link error Pin
Prakash Nadar15-Jan-06 23:50
Prakash Nadar15-Jan-06 23:50 
GeneralRe: Link error Pin
Prakash Nadar15-Jan-06 23:52
Prakash Nadar15-Jan-06 23:52 
GeneralRe: Link error Pin
Russell'16-Jan-06 0:01
Russell'16-Jan-06 0:01 
GeneralRe: Link error Pin
Prakash Nadar16-Jan-06 0:16
Prakash Nadar16-Jan-06 0:16 
Questionunit test case Pin
bigbluff15-Jan-06 20:48
bigbluff15-Jan-06 20:48 
AnswerRe: unit test case Pin
toxcct15-Jan-06 21:40
toxcct15-Jan-06 21:40 
AnswerRe: unit test case Pin
vallikumar16-Jan-06 17:49
vallikumar16-Jan-06 17:49 
QuestionDependency/Sequnetial building in .NET Pin
kvprasad15-Jan-06 20:00
professionalkvprasad15-Jan-06 20:00 
AnswerRe: Dependency/Sequnetial building in .NET Pin
Stephen Hewitt16-Jan-06 11:29
Stephen Hewitt16-Jan-06 11:29 
QuestionA simple tab question Pin
kevincwong15-Jan-06 19:51
kevincwong15-Jan-06 19:51 
AnswerRe: A simple tab question Pin
Owner drawn15-Jan-06 19:54
Owner drawn15-Jan-06 19:54 
AnswerRe: A simple tab question Pin
Saurabh.Garg15-Jan-06 19:57
Saurabh.Garg15-Jan-06 19:57 
GeneralRe: A simple tab question Pin
kevincwong15-Jan-06 20:28
kevincwong15-Jan-06 20:28 
GeneralRe: A simple tab question Pin
Saurabh.Garg15-Jan-06 21:28
Saurabh.Garg15-Jan-06 21:28 
QuestionWhat is #if 0 Pin
Imtiaz Murtaza15-Jan-06 19:21
Imtiaz Murtaza15-Jan-06 19:21 
AnswerRe: What is #if 0 Pin
Prakash Nadar15-Jan-06 19:26
Prakash Nadar15-Jan-06 19:26 

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.