Click here to Skip to main content
15,915,164 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Modeless Dialogs Pin
si_6923-Jun-04 2:28
si_6923-Jun-04 2:28 
GeneralRe: Modeless Dialogs Pin
David Crow23-Jun-04 2:40
David Crow23-Jun-04 2:40 
Generaldouble and float problem Pin
NMiceli22-Jun-04 3:50
NMiceli22-Jun-04 3:50 
GeneralRe: double and float problem Pin
Tim Smith22-Jun-04 4:01
Tim Smith22-Jun-04 4:01 
GeneralRe: double and float problem Pin
Antony M Kancidrowski22-Jun-04 4:20
Antony M Kancidrowski22-Jun-04 4:20 
GeneralRe: double and float problem Pin
David Crow22-Jun-04 6:09
David Crow22-Jun-04 6:09 
GeneralRe: double and float problem Pin
NMiceli22-Jun-04 6:58
NMiceli22-Jun-04 6:58 
Questionvirtual member is not called, but base implementation instead? Pin
CherezZaboro22-Jun-04 3:40
CherezZaboro22-Jun-04 3:40 
I have a DLL. It has a class. The class has a virtual function and implementation. Then I have an EXE linked to the DLL and class based on the class in the DLL. This new class overrides that virtual with it's own implementation. Right? Suspicious | :suss: Ok.
So whenever some code in DLL calls that virtual it should really call the EXE class virtual, right?
Well. I've got a problem. That it works like that most of the time but not always. Under what conditions would base class implementation be called instead of overridden? And I don't have any of :: or casting of anykind while calling - just simple call to the func.
VTable screwed, or somethn'? Suspicious | :suss:
AnswerRe: virtual member is not called, but base implementation instead? Pin
Antony M Kancidrowski22-Jun-04 3:47
Antony M Kancidrowski22-Jun-04 3:47 
GeneralRe: virtual member is not called, but base implementation instead? Pin
CherezZaboro22-Jun-04 4:45
CherezZaboro22-Jun-04 4:45 
GeneralVC++ 6, ATL windows service, pausing... Pin
CherezZaboro22-Jun-04 3:33
CherezZaboro22-Jun-04 3:33 
GeneralRe: VC++ 6, ATL windows service, pausing... Pin
palbano22-Jun-04 5:44
palbano22-Jun-04 5:44 
GeneralInfo on Hooks Pin
Member 115017622-Jun-04 3:27
Member 115017622-Jun-04 3:27 
GeneralRe: Info on Hooks Pin
Anonymous22-Jun-04 5:53
Anonymous22-Jun-04 5:53 
GeneralRe: Info on Hooks Pin
gamitech22-Jun-04 13:00
gamitech22-Jun-04 13:00 
Generalstring to PDU hex conversion function Pin
sm_sharp22-Jun-04 3:15
susssm_sharp22-Jun-04 3:15 
GeneralRe: string to PDU hex conversion function Pin
jmkhael22-Jun-04 4:36
jmkhael22-Jun-04 4:36 
GeneralRe: string to PDU hex conversion function Pin
HouseSparrow27-Jun-04 22:51
HouseSparrow27-Jun-04 22:51 
GeneralOpenfile dialog box Pin
x-trate22-Jun-04 2:03
x-trate22-Jun-04 2:03 
GeneralRe: Openfile dialog box Pin
P-Rex22-Jun-04 2:16
P-Rex22-Jun-04 2:16 
GeneralRe: Openfile dialog box Pin
David Crow22-Jun-04 2:26
David Crow22-Jun-04 2:26 
GeneralRe: Openfile dialog box Pin
gamitech22-Jun-04 12:55
gamitech22-Jun-04 12:55 
GeneralShowing Multiple frames together Pin
nitinveda22-Jun-04 1:52
nitinveda22-Jun-04 1:52 
QuestionAre there good security code for Win32 system objects ? Pin
vgrigor122-Jun-04 1:24
vgrigor122-Jun-04 1:24 
GeneralCompiling Program in Release mode Pin
DjChris1422-Jun-04 1:17
DjChris1422-Jun-04 1:17 

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.