Click here to Skip to main content
15,908,673 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralWrong assembly copied during build Pin
RockyMu26-May-05 19:04
RockyMu26-May-05 19:04 
Whenever I do a build, say a Release build, the wrong referenced assemblies (the Debug versions instead of the Release versions) get copied to the target directory. In fact, the Debug versions of the DLLs will get copied to the target directory in both Release and Debug configurations - usually. I can get Visual Studio to reverse this behavior by removing the DLL project refrences and re-adding them while in Release build configuration. Now the Release versions of the dll assemblies will be copied to the target directories during both Release and Debug builds. Does anyone have any idea what is going on here???

Note that, in spite of this weird behavior, when I view the properties for a particular assembly referenced in any given project, the file location is always correct; that is, it will be in the /Debug folder in Debug configuration and in the \Release folder in Release configuration.
GeneralWhat's the compiler setting ... Pin
WREY26-May-05 16:43
WREY26-May-05 16:43 
GeneralRe: What's the compiler setting ... Pin
geo_m26-May-05 18:31
geo_m26-May-05 18:31 
GeneralRe: What's the compiler setting ... Pin
Bob Stanneveld26-May-05 20:48
Bob Stanneveld26-May-05 20:48 
GeneralRe: What's the compiler setting ... Pin
WREY26-May-05 22:37
WREY26-May-05 22:37 
GeneralRe: What's the compiler setting ... Pin
Bob Stanneveld26-May-05 22:49
Bob Stanneveld26-May-05 22:49 
QuestionWhat to learn: MFC for C++ or Windows API? Pin
CorvetteZ060626-May-05 16:40
CorvetteZ060626-May-05 16:40 
AnswerRe: What to learn: MFC for C++ or Windows API? Pin
Christian Graus26-May-05 16:47
protectorChristian Graus26-May-05 16:47 
GeneralRe: What to learn: MFC for C++ or Windows API? Pin
CorvetteZ060626-May-05 17:26
CorvetteZ060626-May-05 17:26 
GeneralRe: What to learn: MFC for C++ or Windows API? Pin
Christian Graus26-May-05 17:31
protectorChristian Graus26-May-05 17:31 
GeneralRe: What to learn: MFC for C++ or Windows API? Pin
Bob Stanneveld26-May-05 20:22
Bob Stanneveld26-May-05 20:22 
GeneralRe: What to learn: MFC for C++ or Windows API? Pin
S. Senthil Kumar26-May-05 20:33
S. Senthil Kumar26-May-05 20:33 
GeneralRe: What to learn: MFC for C++ or Windows API? Pin
Bob Stanneveld26-May-05 20:43
Bob Stanneveld26-May-05 20:43 
GeneralRe: What to learn: MFC for C++ or Windows API? Pin
Christian Graus27-May-05 1:57
protectorChristian Graus27-May-05 1:57 
GeneralRe: What to learn: MFC for C++ or Windows API? Pin
Bob Stanneveld27-May-05 2:03
Bob Stanneveld27-May-05 2:03 
GeneralRe: What to learn: MFC for C++ or Windows API? Pin
Christian Graus27-May-05 2:17
protectorChristian Graus27-May-05 2:17 
GeneralRe: What to learn: MFC for C++ or Windows API? Pin
Bob Stanneveld27-May-05 2:22
Bob Stanneveld27-May-05 2:22 
AnswerRe: What to learn: MFC for C++ or Windows API? Pin
Bob Stanneveld26-May-05 20:40
Bob Stanneveld26-May-05 20:40 
AnswerRe: What to learn: MFC for C++ or Windows API? Pin
Toby Opferman28-May-05 7:08
Toby Opferman28-May-05 7:08 
GeneralTrouble retrieving File Summary Info from Office and NTFS documents. Pin
awbaker6226-May-05 13:43
awbaker6226-May-05 13:43 
QuestionI/O skipping the buffer??? Pin
knapak26-May-05 13:35
knapak26-May-05 13:35 
AnswerRe: I/O skipping the buffer??? Pin
Christian Graus26-May-05 14:17
protectorChristian Graus26-May-05 14:17 
GeneralRe: I/O skipping the buffer??? Pin
Anonymous26-May-05 15:15
Anonymous26-May-05 15:15 
GeneralRe: I/O skipping the buffer??? Pin
Christian Graus26-May-05 15:23
protectorChristian Graus26-May-05 15:23 
GeneralToolBar question! Pin
goiania26-May-05 13:28
goiania26-May-05 13:28 

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.