Click here to Skip to main content
15,902,635 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: delay Pin
Ann6626-Aug-05 14:25
sussAnn6626-Aug-05 14:25 
AnswerRe: delay Pin
ThatsAlok28-Aug-05 18:13
ThatsAlok28-Aug-05 18:13 
QuestionConstructor doesn't get called? Pin
hyling26-Aug-05 12:36
hyling26-Aug-05 12:36 
AnswerRe: Constructor doesn't get called? Pin
Joaquín M López Muñoz26-Aug-05 13:57
Joaquín M López Muñoz26-Aug-05 13:57 
GeneralRe: Constructor doesn't get called? Pin
Tim Smith27-Aug-05 10:55
Tim Smith27-Aug-05 10:55 
AnswerRe: Constructor doesn't get called? Pin
Jose Lamas Rios26-Aug-05 16:28
Jose Lamas Rios26-Aug-05 16:28 
QuestionQuestion regarding debug information and "Step-Into" code Pin
Mr. Accident26-Aug-05 12:30
Mr. Accident26-Aug-05 12:30 
AnswerRe: Question regarding debug information and "Step-Into" code Pin
Jose Lamas Rios26-Aug-05 16:49
Jose Lamas Rios26-Aug-05 16:49 
In my experience, when the IDE can't find a source file in the exact path indicated in the debug info, it prompts where to find the appropriate file. The next files it need to open will then be picked from the same folder.

Another possibility that may work in some situations (e.g.: a small team of developers) is to use mapped network drives as a way to introduce an indirection. I'm not talking about everyone accessing the files through the network, just using the same drive letter.

For example:

Suppose that in your machine, your sources are located starting at:

C:\Projects\Useful\Shared\SuperLibrary

You can create a share for the folder at C:\Projects\Useful\Shared. You don't need to give any permission to anyone but yourself if you don't want.

You can map a network drive, say S:, to the share in your own machine created before.

Then you open the project using the network drive, that is, instead of opening the project at C:\Projects\Useful\Shared\SuperLibrary, you open the one at S:\SuperLibrary (which of course is the same) and build the library. The debug info would then contain references to S:\SuperLibrary instead of C:\Projects\Useful\Shared\SuperLibrary

Now the other developers, can do exactly the same, except that their maps would make S: correspond to another folder share in their own machines, wherever they have copied the sources.

However, I seem to recall this solution does not work if you aren't actually conected to some network.

--
jlr
http://jlamas.blogspot.com/[^]
GeneralRe: Question regarding debug information and "Step-Into" code Pin
Mr. Accident26-Aug-05 18:14
Mr. Accident26-Aug-05 18:14 
GeneralRe: Question regarding debug information and "Step-Into" code Pin
Jose Lamas Rios27-Aug-05 18:15
Jose Lamas Rios27-Aug-05 18:15 
GeneralRe: Question regarding debug information and "Step-Into" code Pin
Mr. Accident28-Aug-05 7:14
Mr. Accident28-Aug-05 7:14 
QuestionQues on Exit Process Pin
Ann6626-Aug-05 11:23
sussAnn6626-Aug-05 11:23 
AnswerRe: Ques on Exit Process Pin
LighthouseJ26-Aug-05 11:35
LighthouseJ26-Aug-05 11:35 
QuestionRe: Ques on Exit Process Pin
Jose Lamas Rios26-Aug-05 16:52
Jose Lamas Rios26-Aug-05 16:52 
GeneralRe: Ques on Exit Process Pin
ThatsAlok28-Aug-05 18:03
ThatsAlok28-Aug-05 18:03 
Questionworkspace capture Pin
GreenLantern26-Aug-05 11:13
GreenLantern26-Aug-05 11:13 
Questionannoying linker warning (LNK4089) Pin
Intangir26-Aug-05 10:38
Intangir26-Aug-05 10:38 
AnswerRe: annoying linker warning (LNK4089) Pin
Tim Smith26-Aug-05 11:13
Tim Smith26-Aug-05 11:13 
AnswerRe: annoying linker warning (LNK4089) Pin
Gary R. Wheeler27-Aug-05 6:45
Gary R. Wheeler27-Aug-05 6:45 
QuestionOveriding ToolTip Text an CSliderCtrl Pin
sharpanil26-Aug-05 10:15
sharpanil26-Aug-05 10:15 
QuestionExcel Automation Pin
Identity Undisclosed26-Aug-05 9:55
Identity Undisclosed26-Aug-05 9:55 
QuestionIncreasing/Decreasing text size of a shown html Pin
babyspidy26-Aug-05 7:50
babyspidy26-Aug-05 7:50 
AnswerRe: Increasing/Decreasing text size of a shown html Pin
David Crow26-Aug-05 9:14
David Crow26-Aug-05 9:14 
GeneralRe: Increasing/Decreasing text size of a shown html Pin
babyspidy27-Aug-05 15:33
babyspidy27-Aug-05 15:33 
GeneralRe: Increasing/Decreasing text size of a shown html Pin
Jose Lamas Rios27-Aug-05 18:45
Jose Lamas Rios27-Aug-05 18:45 

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.