Click here to Skip to main content
15,906,625 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: * solved * Pin
John M. Drescher24-Feb-04 15:49
John M. Drescher24-Feb-04 15:49 
Generalconsole window with focus Pin
ddellis24-Feb-04 12:27
ddellis24-Feb-04 12:27 
GeneralRe: console window with focus Pin
Prakash Nadar24-Feb-04 14:28
Prakash Nadar24-Feb-04 14:28 
GeneralRe: console window with focus Pin
ddellis24-Feb-04 16:06
ddellis24-Feb-04 16:06 
GeneralVC6 Project dependencies and project configurations Pin
Diarrhio24-Feb-04 12:22
Diarrhio24-Feb-04 12:22 
GeneralRe: VC6 Project dependencies and project configurations Pin
Prakash Nadar24-Feb-04 14:31
Prakash Nadar24-Feb-04 14:31 
GeneralRe: VC6 Project dependencies and project configurations Pin
Michael Dunn24-Feb-04 15:40
sitebuilderMichael Dunn24-Feb-04 15:40 
GeneralRe: VC6 Project dependencies and project configurations Pin
Diarrhio24-Feb-04 17:54
Diarrhio24-Feb-04 17:54 
Hi Michael. The way I have it set up is my main project (Main) has 3 configurations: Internal, External, and Eval (internal is a private build for our company, external is the version we sell to the outside world, eval is a demo/trial build).

Main is dependant on Sub (a dll/lib pair). Sub only has 2 configurations: Full and Eval. It doesn't make a distinction between Internal and External because there is no need to.

So, Main-Eval should link with Sub-Eval, and that is working just fine. And Main-Internal is linking properly with Sub-Full. The problem is that when I go to build Main-External, VC thinks it is dependant on Sub-Eval. In Main-External's project settings, I have it linking with the Sub-Full.lib, which I don't think VC is paying any attention to... it is just taking a guess at which of the two Sub configurations Main-External is dependant on.

I was hoping that the "Allow per-configuration dependencies" check box in the project settings would alleviate this, but it doesn't. If it is not possible to do something like this, let me know. It would be a bummer, but at least I would stop cursing MS up and down as I have been for the past week.

Thanks.

D
GeneralRe: VC6 Project dependencies and project configurations *solved* Pin
Diarrhio25-Feb-04 10:59
Diarrhio25-Feb-04 10:59 
GeneralMFC SDI FormView - need multi-edit views Pin
braddenn24-Feb-04 11:55
braddenn24-Feb-04 11:55 
GeneralRe: MFC SDI FormView - need multi-edit views Pin
CodeBrain25-Feb-04 2:04
CodeBrain25-Feb-04 2:04 
GeneralDistinguish btwn click within and more than one second Pin
vancouver77724-Feb-04 11:08
vancouver77724-Feb-04 11:08 
GeneralRe: Distinguish btwn click within and more than one second Pin
PJ Arends24-Feb-04 14:43
professionalPJ Arends24-Feb-04 14:43 
Generalcontrol containers.. Pin
Kagehi24-Feb-04 10:33
Kagehi24-Feb-04 10:33 
GeneralRe: control containers.. Pin
Kagehi25-Feb-04 7:14
Kagehi25-Feb-04 7:14 
QuestionReferencing an external version resource? Pin
Ravi Bhavnani24-Feb-04 9:22
professionalRavi Bhavnani24-Feb-04 9:22 
AnswerRe: Referencing an external version resource? Pin
David Crow24-Feb-04 9:39
David Crow24-Feb-04 9:39 
GeneralRe: Referencing an external version resource? Pin
Ravi Bhavnani24-Feb-04 9:45
professionalRavi Bhavnani24-Feb-04 9:45 
GeneralRe: Referencing an external version resource? Pin
David Crow24-Feb-04 9:56
David Crow24-Feb-04 9:56 
GeneralRe: Referencing an external version resource? Pin
Ravi Bhavnani24-Feb-04 11:09
professionalRavi Bhavnani24-Feb-04 11:09 
GeneralRe: Referencing an external version resource? Pin
David Crow24-Feb-04 15:43
David Crow24-Feb-04 15:43 
GeneralRe: Referencing an external version resource? Pin
Ravi Bhavnani25-Feb-04 5:40
professionalRavi Bhavnani25-Feb-04 5:40 
GeneralRe: Referencing an external version resource? Pin
Prakash Nadar24-Feb-04 14:04
Prakash Nadar24-Feb-04 14:04 
GeneralRe: Referencing an external version resource? Pin
Ravi Bhavnani25-Feb-04 5:36
professionalRavi Bhavnani25-Feb-04 5:36 
AnswerRe: Referencing an external version resource? Pin
Michael Dunn24-Feb-04 15:43
sitebuilderMichael Dunn24-Feb-04 15:43 

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.