Click here to Skip to main content
15,881,559 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Drive Letters (More than 26 Drives??) Pin
David Crow5-Dec-09 17:19
David Crow5-Dec-09 17:19 
GeneralRe: Drive Letters (More than 26 Drives??) Pin
Bram van Kampen9-Dec-09 15:48
Bram van Kampen9-Dec-09 15:48 
QuestionAddAceToObjectsSecurityDescriptor problem Pin
RomTibi4-Dec-09 8:01
RomTibi4-Dec-09 8:01 
QuestionHow do I control what files get compiled? Pin
Interrobang4-Dec-09 6:36
Interrobang4-Dec-09 6:36 
AnswerRe: How do I control what files get compiled? [modified] Pin
transoft4-Dec-09 6:45
transoft4-Dec-09 6:45 
GeneralRe: How do I control what files get compiled? Pin
Interrobang4-Dec-09 7:30
Interrobang4-Dec-09 7:30 
GeneralRe: How do I control what files get compiled? Pin
T21024-Dec-09 12:43
T21024-Dec-09 12:43 
AnswerRe: How do I control what files get compiled? Pin
David Crow4-Dec-09 7:54
David Crow4-Dec-09 7:54 
Interrobang wrote:
I just downloaded code for the major application from source control, set the major application to be the startup project, and rebuilt it. The test application and the new DLLs got built along with everything else!


When you downloaded the files from source control, did any of the OBJ, EXE, or DLL files exist? If not, a rebuild would have been needed.

Consider:

CPP --[compile]--> OBJ --[link]--> DLL
or
CPP --[compile]--> OBJ --[link]--> EXE

If any file is newer than the file to its right, a rebuild will occur. The first time you pulled everything from source control, a rebuild would have been expected.

"One man's wage rise is another man's price increase." - Harold Wilson

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons


GeneralRe: How do I control what files get compiled? Pin
Interrobang4-Dec-09 9:13
Interrobang4-Dec-09 9:13 
GeneralRe: How do I control what files get compiled? Pin
Bram van Kampen4-Dec-09 16:31
Bram van Kampen4-Dec-09 16:31 
QuestionHelp me use SetROP2 Pin
unistar_kl4-Dec-09 4:20
unistar_kl4-Dec-09 4:20 
AnswerRe: Help me use SetROP2 Pin
«_Superman_»4-Dec-09 4:41
professional«_Superman_»4-Dec-09 4:41 
GeneralRe: Help me use SetROP2 [modified] Pin
unistar_kl4-Dec-09 4:48
unistar_kl4-Dec-09 4:48 
AnswerRe: Help me use SetROP2 - Use ImageViewer Pin
Iain Clarke, Warrior Programmer5-Dec-09 3:08
Iain Clarke, Warrior Programmer5-Dec-09 3:08 
GeneralRe: Help me use SetROP2 - Use ImageViewer [modified] Pin
unistar_kl5-Dec-09 4:18
unistar_kl5-Dec-09 4:18 
GeneralRe: Help me use SetROP2 - Use ImageViewer Pin
PJ Arends5-Dec-09 6:59
professionalPJ Arends5-Dec-09 6:59 
GeneralRe: Help me use SetROP2 - Use ImageViewer Pin
Iain Clarke, Warrior Programmer5-Dec-09 8:20
Iain Clarke, Warrior Programmer5-Dec-09 8:20 
GeneralRe: Help me use SetROP2 - Use ImageViewer Pin
unistar_kl6-Dec-09 14:24
unistar_kl6-Dec-09 14:24 
AnswerRe: Help me use SetROP2 Pin
Rozis5-Dec-09 3:46
Rozis5-Dec-09 3:46 
GeneralRe: Help me use SetROP2 Pin
unistar_kl5-Dec-09 4:50
unistar_kl5-Dec-09 4:50 
GeneralRe: Help me use SetROP2 Pin
Rozis5-Dec-09 13:04
Rozis5-Dec-09 13:04 
GeneralRe: Help me use SetROP2 Pin
unistar_kl6-Dec-09 14:00
unistar_kl6-Dec-09 14:00 
QuestionHow to put a timer in an OSI model application Pin
chan114-Dec-09 3:28
chan114-Dec-09 3:28 
AnswerRe: How to put a timer in an OSI model application Pin
«_Superman_»4-Dec-09 4:37
professional«_Superman_»4-Dec-09 4:37 
GeneralRe: How to put a timer in an OSI model application Pin
chan114-Dec-09 5:25
chan114-Dec-09 5:25 

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.