Click here to Skip to main content
15,890,741 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Wildcard Delete Without DOS Window Pin
Shog927-Feb-02 7:54
sitebuilderShog927-Feb-02 7:54 
GeneralRe: Wildcard Delete Without DOS Window Pin
Mandy27-Feb-02 8:19
Mandy27-Feb-02 8:19 
GeneralRe: Wildcard Delete Without DOS Window Pin
Michael Dunn27-Feb-02 8:17
sitebuilderMichael Dunn27-Feb-02 8:17 
GeneralRe: Wildcard Delete Without DOS Window Pin
Alvaro Mendez27-Feb-02 10:51
Alvaro Mendez27-Feb-02 10:51 
QuestionTwo state pushbuttons??? Pin
alex.barylski27-Feb-02 7:07
alex.barylski27-Feb-02 7:07 
AnswerRe: Two state pushbuttons??? Pin
Paul M Watt27-Feb-02 7:26
mentorPaul M Watt27-Feb-02 7:26 
GeneralRe: Two state pushbuttons??? Pin
alex.barylski27-Feb-02 7:55
alex.barylski27-Feb-02 7:55 
GeneralClass reutilisation? (newbie) Pin
Joan M27-Feb-02 6:23
professionalJoan M27-Feb-02 6:23 
INTRODUCTION
-------------------------------------------------------------------------
Hello,

First of all let me thank you in advance for reading my question.
And let me excuse for my english, I'm just a begginer with it.

I have never had time to learn the "best way of working" in VC++6 and now I'm concerned about the fact that I need to use some parts of my code in almost all the applications, some other parts have to be used sometimes, and so on...

I'm a Numerical Control Machine Program developer.

QUESTION
-------------------------------------------------------------------------
OK, I've developed some classes that I need (i.e: a dialog-box that is used as a control and that shows the coordinates of the machine).

I would like to know how should I use them in my new projects, wich is the best way?

1:
I know I can link them in DLL's and then create instances of those classes, but then I cannot get the parameters list in the code editor while I'm writing calls to it's methods.

2:
Should I add the classes in each project and recompile all of them again?
This allows me to get the parameters list while I'm editing.

3:
I've seen something as an object library in the VC++6, could it be used for that pourpose?

4:
Is there any other method?

As you have seen I don't know wich method use, could you give me an advice?
GeneralRe: Class reutilisation? (newbie) Pin
Joaquín M López Muñoz27-Feb-02 6:30
Joaquín M López Muñoz27-Feb-02 6:30 
GeneralRe: Class reutilisation? (newbie) Pin
Alvaro Mendez27-Feb-02 11:55
Alvaro Mendez27-Feb-02 11:55 
GeneralOpenGL Pin
Mazdak27-Feb-02 5:46
Mazdak27-Feb-02 5:46 
GeneralRe: OpenGL Pin
Mandy27-Feb-02 7:45
Mandy27-Feb-02 7:45 
GeneralRe: OpenGL Pin
Mazdak27-Feb-02 23:19
Mazdak27-Feb-02 23:19 
GeneralRe: OpenGL Pin
Christian Graus27-Feb-02 15:28
protectorChristian Graus27-Feb-02 15:28 
GeneralCOleDateTime Pin
Sander27-Feb-02 5:35
Sander27-Feb-02 5:35 
GeneralRe: COleDateTime Pin
Mazdak27-Feb-02 5:52
Mazdak27-Feb-02 5:52 
GeneralRe: COleDateTime Pin
Carlos Antollini27-Feb-02 5:59
Carlos Antollini27-Feb-02 5:59 
GeneralCPUStress Pin
peterchen27-Feb-02 5:06
peterchen27-Feb-02 5:06 
GeneralRe: CPUStress Pin
Ravi Bhavnani27-Feb-02 5:43
professionalRavi Bhavnani27-Feb-02 5:43 
GeneralRe: CPUStress Pin
peterchen27-Feb-02 5:53
peterchen27-Feb-02 5:53 
GeneralRe: CPUStress Pin
Ravi Bhavnani27-Feb-02 5:53
professionalRavi Bhavnani27-Feb-02 5:53 
GeneralRe: CPUStress Pin
Jamie Hale27-Feb-02 8:03
Jamie Hale27-Feb-02 8:03 
GeneralAdding Multi-Currency support to Legacy C++ App Pin
Carlos Taylor27-Feb-02 4:50
Carlos Taylor27-Feb-02 4:50 
GeneralAssigning A keystroke in C++ Pin
Komtiki27-Feb-02 3:00
Komtiki27-Feb-02 3:00 
GeneralRe: Assigning A keystroke in C++ Pin
moliate27-Feb-02 3:19
moliate27-Feb-02 3:19 

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.