Click here to Skip to main content
15,890,336 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Use inline member function to refer different levels of classes. Pin
CodingLover24-Jan-08 21:09
CodingLover24-Jan-08 21:09 
GeneralRe: Use inline member function to refer different levels of classes. Pin
Cedric Moonen24-Jan-08 21:23
Cedric Moonen24-Jan-08 21:23 
GeneralRe: Use inline member function to refer different levels of classes. Pin
CodingLover24-Jan-08 21:49
CodingLover24-Jan-08 21:49 
GeneralRe: Use inline member function to refer different levels of classes. Pin
Cedric Moonen24-Jan-08 22:07
Cedric Moonen24-Jan-08 22:07 
GeneralRe: Use inline member function to refer different levels of classes. Pin
CodingLover24-Jan-08 22:22
CodingLover24-Jan-08 22:22 
GeneralRe: Use inline member function to refer different levels of classes. Pin
Cedric Moonen24-Jan-08 22:32
Cedric Moonen24-Jan-08 22:32 
GeneralRe: Use inline member function to refer different levels of classes. Pin
CodingLover24-Jan-08 22:36
CodingLover24-Jan-08 22:36 
GeneralRe: Use inline member function to refer different levels of classes. Pin
Cedric Moonen24-Jan-08 22:42
Cedric Moonen24-Jan-08 22:42 
Eranga Thennakoon wrote:
it is collection of sub-projects.


That is probably your problem. This class (the CMsgRecorder) is part of one of your project but you try to use it in another one. The compiler can find the header file of this file but once it needs to link to it, it fails because it is not part of the same project. Am I right or not ?

You cannot do that, you cannot use classes from other projects. It is not because it is in the same solution that you can use everything from everywhere. It is exactly the same as if the projects were not in the same solution. Putting them together is just a matter of convenience, nothing else.

Cédric Moonen
Software developer

Charting control [v1.2]

GeneralRe: Use inline member function to refer different levels of classes. Pin
CodingLover24-Jan-08 22:47
CodingLover24-Jan-08 22:47 
GeneralIssues with std::vector Pin
Waldermort24-Jan-08 19:00
Waldermort24-Jan-08 19:00 
GeneralRe: Issues with std::vector Pin
Stephen Hewitt24-Jan-08 19:18
Stephen Hewitt24-Jan-08 19:18 
GeneralRe: Issues with std::vector Pin
Waldermort24-Jan-08 19:22
Waldermort24-Jan-08 19:22 
GeneralShellExecute Pin
Paulraj G24-Jan-08 18:42
Paulraj G24-Jan-08 18:42 
GeneralRe: ShellExecute Pin
Naveen24-Jan-08 18:44
Naveen24-Jan-08 18:44 
GeneralRe: ShellExecute Pin
Paulraj G24-Jan-08 18:52
Paulraj G24-Jan-08 18:52 
GeneralRe: ShellExecute Pin
Don Box24-Jan-08 18:58
Don Box24-Jan-08 18:58 
GeneralRe: ShellExecute Pin
Paulraj G24-Jan-08 19:30
Paulraj G24-Jan-08 19:30 
GeneralRe: ShellExecute Pin
Stephen Hewitt24-Jan-08 19:39
Stephen Hewitt24-Jan-08 19:39 
GeneralRe: ShellExecute Pin
Paulraj G24-Jan-08 19:43
Paulraj G24-Jan-08 19:43 
GeneralRe: ShellExecute Pin
Naveen24-Jan-08 19:46
Naveen24-Jan-08 19:46 
GeneralRe: ShellExecute Pin
Paulraj G24-Jan-08 23:53
Paulraj G24-Jan-08 23:53 
GeneralRe: ShellExecute Pin
Naveen25-Jan-08 0:04
Naveen25-Jan-08 0:04 
JokeRe: ShellExecute Pin
Rajesh R Subramanian25-Jan-08 0:13
professionalRajesh R Subramanian25-Jan-08 0:13 
GeneralRe: ShellExecute Pin
Stephen Hewitt24-Jan-08 19:48
Stephen Hewitt24-Jan-08 19:48 
QuestionRe: ShellExecute Pin
Rajesh R Subramanian24-Jan-08 19:56
professionalRajesh R Subramanian24-Jan-08 19:56 

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.