Click here to Skip to main content
15,900,364 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to do dynamic memory allocation for stuct? Pin
ThatsAlok13-Nov-07 4:45
ThatsAlok13-Nov-07 4:45 
QuestionHow to hide or package resource folder? Pin
Peter, Chan12-Nov-07 22:22
Peter, Chan12-Nov-07 22:22 
AnswerRe: How to hide or package resource folder? Pin
ThatsAlok13-Nov-07 0:51
ThatsAlok13-Nov-07 0:51 
QuestionOutlook Automation Pin
NiceNaidu12-Nov-07 22:12
NiceNaidu12-Nov-07 22:12 
AnswerRe: Outlook Automation Pin
David Crow13-Nov-07 3:34
David Crow13-Nov-07 3:34 
GeneralRe: Outlook Automation Pin
NiceNaidu13-Nov-07 5:47
NiceNaidu13-Nov-07 5:47 
GeneralRe: Outlook Automation Pin
David Crow13-Nov-07 5:54
David Crow13-Nov-07 5:54 
QuestionShare files across Projects in the same solution Pin
uusheikh12-Nov-07 22:01
uusheikh12-Nov-07 22:01 
I'm using VC++ 2005, and have a Solution with 5 projects. I also have a common library on my computer which contains 20+ headers and 20+ .cpp files (no .lib files or .dll, all are source codes only). I have set the default path for include in VS2005 pointing to my library folder. My questions are

1. When i create a new project (in the same solution), i have to add all the .h and .cpp from my library manually in to the project. Without adding the .cpp, it would not link. If i have 5 projects, i would have to do that 5 times. Anyway to avoid this?

2. Because 5 projects are sharing the same set of library (.h, .cpp), whenever i do a full rebuild of the solution, the library files get built 5 times, each time for every project. This takes a long time, how can i just compile the common files just once to save time, and all projects can use them?

Thanks
AnswerRe: Share files across Projects in the same solution Pin
Cedric Moonen12-Nov-07 22:09
Cedric Moonen12-Nov-07 22:09 
GeneralRe: Share files across Projects in the same solution Pin
uusheikh12-Nov-07 22:15
uusheikh12-Nov-07 22:15 
GeneralRe: Share files across Projects in the same solution Pin
Cedric Moonen12-Nov-07 22:25
Cedric Moonen12-Nov-07 22:25 
GeneralRe: Share files across Projects in the same solution Pin
uusheikh12-Nov-07 22:33
uusheikh12-Nov-07 22:33 
GeneralRe: Share files across Projects in the same solution Pin
Cedric Moonen12-Nov-07 22:48
Cedric Moonen12-Nov-07 22:48 
GeneralRe: Share files across Projects in the same solution Pin
uusheikh12-Nov-07 22:57
uusheikh12-Nov-07 22:57 
Questionhelp Pin
youbo12-Nov-07 20:22
youbo12-Nov-07 20:22 
JokeRe: help Pin
Jhony george12-Nov-07 20:35
Jhony george12-Nov-07 20:35 
AnswerRe: help [modified] Pin
Llasus12-Nov-07 20:55
Llasus12-Nov-07 20:55 
AnswerRe: help Pin
ThatsAlok13-Nov-07 4:56
ThatsAlok13-Nov-07 4:56 
Questionwhich edition of VC is the best ? Pin
youbo12-Nov-07 19:51
youbo12-Nov-07 19:51 
AnswerRe: which edition of VC is the best ? Pin
David Crow13-Nov-07 3:36
David Crow13-Nov-07 3:36 
QuestionMute button Pin
Anu_Bala12-Nov-07 19:34
Anu_Bala12-Nov-07 19:34 
AnswerRe: Mute button Pin
Rajesh R Subramanian12-Nov-07 20:51
professionalRajesh R Subramanian12-Nov-07 20:51 
AnswerRe: Mute button Pin
_AnsHUMAN_ 12-Nov-07 20:52
_AnsHUMAN_ 12-Nov-07 20:52 
AnswerRe: Mute button Pin
Johpoke12-Nov-07 21:14
Johpoke12-Nov-07 21:14 
GeneralRe: Mute button Pin
jhwurmbach13-Nov-07 2:02
jhwurmbach13-Nov-07 2:02 

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.