Click here to Skip to main content
16,008,750 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow do you organize your shared source files? Pin
Todd Smith8-Nov-01 7:29
Todd Smith8-Nov-01 7:29 
AnswerRe: How do you organize your shared source files? Pin
Chris Losinger8-Nov-01 8:25
professionalChris Losinger8-Nov-01 8:25 
GeneralRe: How do you organize your shared source files? Pin
Jim A. Johnson8-Nov-01 13:04
Jim A. Johnson8-Nov-01 13:04 
GeneralRe: How do you organize your shared source files? Pin
Chris Losinger8-Nov-01 13:20
professionalChris Losinger8-Nov-01 13:20 
GeneralRe: How do you organize your shared source files? Pin
Rassman8-Nov-01 23:39
Rassman8-Nov-01 23:39 
AnswerRe: How do you organize your shared source files? Pin
Joaquín M López Muñoz8-Nov-01 8:27
Joaquín M López Muñoz8-Nov-01 8:27 
AnswerRe: How do you organize your shared source files? Pin
Michael P Butler8-Nov-01 9:01
Michael P Butler8-Nov-01 9:01 
AnswerRe: How do you organize your shared source files? Pin
Fazlul Kabir8-Nov-01 9:16
Fazlul Kabir8-Nov-01 9:16 
Our product RadVC employs a similar concept of C++ control repository you've just mentioned. Whenever a new C++ control (we call them RAD C++ controls, because they can be used in a RAD environment later on) is created or installed, the source files of the control are saved in the respective directories (such as .cpp in \\src, .h in \\include, resource files in \\res directories etc.).

The fun part is, as you've pointed out, these files don't need to be copied again and again every time they are used in new projects.

// Fazlul


Get RadVC today! Play RAD in VC++
http://www.capitolsoft.com

GeneralAnimation with OpenGL in MFC Pin
8-Nov-01 7:03
suss8-Nov-01 7:03 
GeneralChanging ActiveX control size(extents) Pin
8-Nov-01 5:54
suss8-Nov-01 5:54 
GeneralChanging the title in SDI app Pin
pmarki8-Nov-01 5:33
pmarki8-Nov-01 5:33 
GeneralRe: Changing the title in SDI app Pin
Michael P Butler8-Nov-01 9:05
Michael P Butler8-Nov-01 9:05 
GeneralRe: Changing the title in SDI app Pin
pmarki11-Nov-01 0:59
pmarki11-Nov-01 0:59 
GeneralCustom Draw in List Control Pin
RobJones8-Nov-01 5:26
RobJones8-Nov-01 5:26 
GeneralRe: Custom Draw in List Control Pin
moliate8-Nov-01 23:07
moliate8-Nov-01 23:07 
GeneralWin 9x System Monitor - what is.... (Save my day #2) Pin
peterchen8-Nov-01 5:05
peterchen8-Nov-01 5:05 
GeneralBasic GDI+ Question Pin
AJ1238-Nov-01 5:04
AJ1238-Nov-01 5:04 
GeneralRe: Basic GDI+ Question Pin
Christian Graus8-Nov-01 10:11
protectorChristian Graus8-Nov-01 10:11 
GeneralList of processes (Save My Day #1) Pin
peterchen8-Nov-01 4:57
peterchen8-Nov-01 4:57 
GeneralRe: List of processes (Save My Day #1) Pin
Michael P Butler8-Nov-01 5:06
Michael P Butler8-Nov-01 5:06 
GeneralRe: List of processes (Save My Day #1) Pin
Gert Boddaert8-Nov-01 21:48
Gert Boddaert8-Nov-01 21:48 
GeneralRe: List of processes (Save My Day #1) Pin
Sardaukar8-Nov-01 21:58
Sardaukar8-Nov-01 21:58 
GeneralRe: List of processes (Save My Day #1) Pin
moliate8-Nov-01 23:17
moliate8-Nov-01 23:17 
GeneralRe: List of processes (Save My Day #1) Pin
Tomasz Sowinski8-Nov-01 23:46
Tomasz Sowinski8-Nov-01 23:46 
GeneralRe: List of processes (Save My Day #1) Pin
moliate9-Nov-01 5:14
moliate9-Nov-01 5:14 

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.