Click here to Skip to main content
15,914,481 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: SetWindowPos() Pin
Fredrik Skog21-Feb-02 1:26
Fredrik Skog21-Feb-02 1:26 
GeneralRe: SetWindowPos() Pin
Mazdak21-Feb-02 2:16
Mazdak21-Feb-02 2:16 
GeneralOpenFileDialog in MFC Pin
20-Feb-02 23:37
suss20-Feb-02 23:37 
GeneralRe: OpenFileDialog in MFC Pin
Joaquín M López Muñoz21-Feb-02 0:40
Joaquín M López Muñoz21-Feb-02 0:40 
GeneralOLE_HANDLE HANDLE Pin
Braulio Dez20-Feb-02 22:28
Braulio Dez20-Feb-02 22:28 
GeneralProject dependencies Pin
Stan the man20-Feb-02 22:05
Stan the man20-Feb-02 22:05 
GeneralRe: Project dependencies Pin
Joaquín M López Muñoz20-Feb-02 22:11
Joaquín M López Muñoz20-Feb-02 22:11 
GeneralRe: Project dependencies Pin
Jon Hulatt20-Feb-02 22:16
Jon Hulatt20-Feb-02 22:16 
Even though they're dependant on each other, they are still separate projects. The dependancy options in the IDE simply allow you to ensure that one project is up to date before the other is compiled.

This is great if one project is for example a DLL or a LIB that the other depends on.


From what you said, it looks like you want to use a class from one project inside of another. There are a number of ways to do this:

1. If the class in inside of a DLL and exported, you can use it from there.

2. You could use the class in source form. You need to add the files from the class to your project (cpp and h files)

I think that (2) is what you want to do. In this case, your class project does not need to be a dependancy of the other project, because you are using source code, not compiled code. therefore it doesn't matter whether it's been compiled in one project or not.

JOn

Sorry to dissapoint you all with my lack of a witty or poignant signature.
QuestionCEdit: right aligned? Pin
Rüpel20-Feb-02 21:09
Rüpel20-Feb-02 21:09 
AnswerRe: CEdit: right aligned? Pin
Steen Krogsgaard20-Feb-02 21:28
Steen Krogsgaard20-Feb-02 21:28 
AnswerRe: CEdit: right aligned? Pin
Joaquín M López Muñoz20-Feb-02 21:33
Joaquín M López Muñoz20-Feb-02 21:33 
GeneralRe: CEdit: right aligned? Pin
Rüpel20-Feb-02 22:05
Rüpel20-Feb-02 22:05 
Generalneed help.........!!!!!! Pin
da_adel20-Feb-02 20:42
da_adel20-Feb-02 20:42 
GeneralRe: need help.........!!!!!! Pin
Steen Krogsgaard20-Feb-02 21:31
Steen Krogsgaard20-Feb-02 21:31 
GeneralDriver Name Pin
vin20-Feb-02 19:56
vin20-Feb-02 19:56 
GeneralRe: Driver Name Pin
Nish Nishant20-Feb-02 20:25
sitebuilderNish Nishant20-Feb-02 20:25 
GeneralRe: Driver Name Pin
Mazdak20-Feb-02 20:52
Mazdak20-Feb-02 20:52 
QuestionI want find user install all path. anybody know that?? Pin
20-Feb-02 19:54
suss20-Feb-02 19:54 
AnswerRe: I want find user install all path. anybody know that?? Pin
Nish Nishant20-Feb-02 20:16
sitebuilderNish Nishant20-Feb-02 20:16 
GeneralRe: I want find user install all path. anybody know that?? Pin
Jon Hulatt20-Feb-02 22:21
Jon Hulatt20-Feb-02 22:21 
GeneralRe: I want find user install all path. anybody know that?? Pin
Nish Nishant20-Feb-02 22:29
sitebuilderNish Nishant20-Feb-02 22:29 
GeneralHelp... Pin
John Cruz20-Feb-02 19:37
John Cruz20-Feb-02 19:37 
GeneralRe: Help... Pin
Paul M Watt20-Feb-02 19:51
mentorPaul M Watt20-Feb-02 19:51 
GeneralRe: Help... Pin
Nish Nishant20-Feb-02 19:47
sitebuilderNish Nishant20-Feb-02 19:47 
GeneralRe: Help... Pin
John Cruz20-Feb-02 22:35
John Cruz20-Feb-02 22:35 

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.