Click here to Skip to main content
15,897,968 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How Many Timers can run on a dialog Pin
Member 12742903-Aug-04 11:33
Member 12742903-Aug-04 11:33 
AnswerRe: How Many Timers can run on a dialog Pin
Michael Dunn3-Aug-04 13:13
sitebuilderMichael Dunn3-Aug-04 13:13 
Generalfunction templates - C++ standard vs. VC6 Pin
peterchen3-Aug-04 8:54
peterchen3-Aug-04 8:54 
GeneralRe: function templates - C++ standard vs. VC6 Pin
Chris Losinger3-Aug-04 10:14
professionalChris Losinger3-Aug-04 10:14 
GeneralRe: function templates - C++ standard vs. VC6 Pin
Michael Dunn3-Aug-04 13:16
sitebuilderMichael Dunn3-Aug-04 13:16 
GeneralRe: function templates - C++ standard vs. VC6 Pin
peterchen3-Aug-04 20:05
peterchen3-Aug-04 20:05 
GeneralCalling classes from DLLs Pin
Bisyork3-Aug-04 8:20
Bisyork3-Aug-04 8:20 
GeneralRe: Calling classes from DLLs Pin
Jaime Stuardo3-Aug-04 9:01
Jaime Stuardo3-Aug-04 9:01 
if SomeFunc is on the DLL, you have to dllexport it when generating the DLL and dllimport when generating the EXE.

If it is an MFC extension DLL, you can use the AFX_EXT_CLASS macro, for example:

class AFX_EXT_CLASS CMyDlg : public CDialog
{

};

Jaime
GeneralRe: Calling classes from DLLs Pin
Bisyork3-Aug-04 10:50
Bisyork3-Aug-04 10:50 
GeneralRe: Calling classes from DLLs Pin
Jaime Stuardo3-Aug-04 11:03
Jaime Stuardo3-Aug-04 11:03 
GeneralRe: Calling classes from DLLs Pin
Bisyork3-Aug-04 14:52
Bisyork3-Aug-04 14:52 
GeneralCDatabase && CRecordSet Pin
0v3rloader3-Aug-04 6:38
0v3rloader3-Aug-04 6:38 
GeneralRe: CDatabase && CRecordSet Pin
Jaime Stuardo3-Aug-04 9:18
Jaime Stuardo3-Aug-04 9:18 
GeneralBut... Pin
0v3rloader3-Aug-04 10:06
0v3rloader3-Aug-04 10:06 
GeneralRe: But... Pin
Jaime Stuardo3-Aug-04 10:15
Jaime Stuardo3-Aug-04 10:15 
GeneralGreat! Pin
0v3rloader3-Aug-04 10:31
0v3rloader3-Aug-04 10:31 
GeneralRe: Great! Pin
Jaime Stuardo3-Aug-04 10:56
Jaime Stuardo3-Aug-04 10:56 
GeneralThanks Pin
0v3rloader3-Aug-04 11:41
0v3rloader3-Aug-04 11:41 
GeneralRe: Thanks Pin
Jaime Stuardo3-Aug-04 14:20
Jaime Stuardo3-Aug-04 14:20 
GeneralRe: Thanks Pin
0v3rloader3-Aug-04 23:09
0v3rloader3-Aug-04 23:09 
GeneralRe: CDatabase && CRecordSet Pin
Michael P Butler4-Aug-04 0:12
Michael P Butler4-Aug-04 0:12 
GeneralMFC CSockets Pin
pork chop3-Aug-04 6:39
pork chop3-Aug-04 6:39 
GeneralRe: MFC CSockets Pin
palbano3-Aug-04 9:39
palbano3-Aug-04 9:39 
QuestionHow to open an specific view? Pin
Ivan Cachicatari3-Aug-04 6:14
Ivan Cachicatari3-Aug-04 6:14 
AnswerRe: How to open an specific view? Pin
Roger Allen3-Aug-04 6:44
Roger Allen3-Aug-04 6:44 

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.