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

C / C++ / MFC

 
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 
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 
Hello Joan,

Joan Murt wrote:
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.

I've never relied on the editor's Intellisense stuff for writing my code so I'm not sure what makes it work and what makes it break. I personally recommend you don't rely on it either since it can be the cause of frustration. At any rate, assuming that you include the header files for these classes at the top of your project's CPP files, the editor should pick up the method signatures for the Intellisense. Have you tried this?

Joan Murt wrote:
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.


You can definitely do this, although it's not my favorite way. I prefer the DLL way (above). However, you can also opt for putting your common classes inside on directory and including them into your various projects straight from there (without copying them). This avoids having multiple copies of the common files across each of your projects. Still, it will mean that each project will carry around the same code which, IMHO, is best kept inside a separate DLL.


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

I don't know about this. I do remember once adding code for a splash screen via this thing, but I don't remember how it was done.

Regards,
Alvaro





A priest, a minister and a rabbi walk into a bar. The bartender says, "What is this, a joke?"
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 
GeneralRe: Assigning A keystroke in C++ Pin
BlackSmith27-Feb-02 3:28
BlackSmith27-Feb-02 3:28 
GeneralRe: Assigning A keystroke in C++ Pin
Nish Nishant27-Feb-02 3:57
sitebuilderNish Nishant27-Feb-02 3:57 

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.