Click here to Skip to main content
15,898,134 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Internet Connection Pin
Luc Pattyn7-Mar-10 10:23
sitebuilderLuc Pattyn7-Mar-10 10:23 
JokeRe: Internet Connection Pin
Richard MacCutchan7-Mar-10 10:35
mveRichard MacCutchan7-Mar-10 10:35 
GeneralRe: Internet Connection Pin
Luc Pattyn7-Mar-10 11:13
sitebuilderLuc Pattyn7-Mar-10 11:13 
GeneralRe: Internet Connection Pin
Avi Berger7-Mar-10 12:01
Avi Berger7-Mar-10 12:01 
GeneralRe: Internet Connection Pin
Tim Craig7-Mar-10 13:23
Tim Craig7-Mar-10 13:23 
GeneralRe: Internet Connection Pin
CPallini8-Mar-10 0:59
mveCPallini8-Mar-10 0:59 
AnswerRe: Internet Connection Pin
Emilio Garavaglia7-Mar-10 9:55
Emilio Garavaglia7-Mar-10 9:55 
QuestionHow to organize MFC project directory structure - main and DLL programs? Pin
Vaclav_7-Mar-10 5:10
Vaclav_7-Mar-10 5:10 
I am developing an application ( ham radio) which is getting out of hand as far as number of files.
I would like to split it into a main program and dll's and see if it can be better managed.
I like to keep my development it separate directories - each with its own supporting sub directories.
For example I keep “Archive” sub directory of last few copies of my program – just in case I goof - up, which I frequently do.
So I tried DLL and found out that all the code samples people use are always copying the resulting files into the parent application directory – and things get back to a mess.
On top of that I use my least favorite application - Visual Source Safe- and it got into the act and refused to “access” DLL .h file without coping it into the parent directory also.
The result – even if parent and DLL are set as dependent project in workspace – adding function into DLL does not change the include file copied by VSS. ( I know it does not make much sense, but..)
So, anybody has a real life example how to organize “big” project as far as old faithful DOS directories structure?
I did try full path in DLL #include file , but that would probably get even messier down the line.
And the compiler did not like full path for the DLL library either.

Any constructive suggestions are as always appreciated.
Thanks for your time.
Vaclav
AnswerRe: How to organize MFC project directory structure - main and DLL programs? Pin
Richard MacCutchan7-Mar-10 5:22
mveRichard MacCutchan7-Mar-10 5:22 
GeneralRe: How to organize MFC project directory structure - main and DLL programs? Pin
Vaclav_7-Mar-10 5:46
Vaclav_7-Mar-10 5:46 
AnswerRe: How to organize MFC project directory structure - main and DLL programs? Pin
Vaclav_7-Mar-10 7:15
Vaclav_7-Mar-10 7:15 
AnswerRe: How to organize MFC project directory structure - main and DLL programs? Pin
Avi Berger7-Mar-10 8:34
Avi Berger7-Mar-10 8:34 
GeneralRe: How to organize MFC project directory structure - main and DLL programs? Pin
Vaclav_7-Mar-10 9:05
Vaclav_7-Mar-10 9:05 
AnswerRe: How to organize MFC project directory structure - main and DLL programs? Pin
Joe Woodbury7-Mar-10 9:50
professionalJoe Woodbury7-Mar-10 9:50 
GeneralRe: How to organize MFC project directory structure - main and DLL programs? Pin
Vaclav_7-Mar-10 12:08
Vaclav_7-Mar-10 12:08 
Questionabout *p++ [modified] Pin
HOW WHAT7-Mar-10 0:22
HOW WHAT7-Mar-10 0:22 
AnswerRe: about *p++ Pin
Richard MacCutchan7-Mar-10 2:18
mveRichard MacCutchan7-Mar-10 2:18 
AnswerRe: about *p++ Pin
Maximilien7-Mar-10 2:28
Maximilien7-Mar-10 2:28 
QuestionTypedef defined Pin
Herboren6-Mar-10 21:49
Herboren6-Mar-10 21:49 
AnswerRe: Typedef defined Pin
Stephen Hewitt7-Mar-10 1:00
Stephen Hewitt7-Mar-10 1:00 
GeneralRe: Typedef defined Pin
Herboren7-Mar-10 7:11
Herboren7-Mar-10 7:11 
GeneralRe: Typedef defined Pin
Tim Craig7-Mar-10 9:21
Tim Craig7-Mar-10 9:21 
QuestionCRichEditCtrl Line Break Pin
ForNow6-Mar-10 17:01
ForNow6-Mar-10 17:01 
GeneralRe: CRichEditCtrl Line Break Pin
Rage8-Mar-10 4:35
professionalRage8-Mar-10 4:35 
QuestionExiting Application Pin
MrMcIntyre6-Mar-10 9:51
MrMcIntyre6-Mar-10 9:51 

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.