Click here to Skip to main content
15,911,139 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can I define a new interface using ATL ????? Pin
Braulio Dez26-Feb-02 5:32
Braulio Dez26-Feb-02 5:32 
AnswerRe: How can I define a new interface using ATL ????? Pin
Carlos Antollini26-Feb-02 5:49
Carlos Antollini26-Feb-02 5:49 
GeneralRe: How can I define a new interface using ATL ????? Pin
Braulio Dez26-Feb-02 6:37
Braulio Dez26-Feb-02 6:37 
GeneralRe: How can I define a new interface using ATL ????? Pin
Carlos Antollini26-Feb-02 8:35
Carlos Antollini26-Feb-02 8:35 
GeneralSAFEARRAY UDT and connection points Pin
26-Feb-02 4:41
suss26-Feb-02 4:41 
GeneralRe: SAFEARRAY UDT and connection points Pin
Bill Wilson26-Feb-02 6:21
Bill Wilson26-Feb-02 6:21 
GeneralDestructor Question... Pin
CDuddley26-Feb-02 3:48
CDuddley26-Feb-02 3:48 
GeneralRe: Destructor Question... Pin
Joaquín M López Muñoz26-Feb-02 3:56
Joaquín M López Muñoz26-Feb-02 3:56 
If you create the object with new the destructor is called as part of the operations performed by delete.
If the object is created on the stack (no new), the destructor is called when the object goes out of scope (e.g. if it is a local variable inside a function, the destructor is called when the function exits).

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralRe: Destructor Question... Pin
Ravi Bhavnani26-Feb-02 4:02
professionalRavi Bhavnani26-Feb-02 4:02 
GeneralBeginPath() Pin
Mazdak26-Feb-02 3:10
Mazdak26-Feb-02 3:10 
GeneralRe: BeginPath() Pin
Tim Smith26-Feb-02 3:13
Tim Smith26-Feb-02 3:13 
GeneralEject media with Interrupt 21h Pin
radix26-Feb-02 2:54
radix26-Feb-02 2:54 
GeneralRe: Eject media with Interrupt 21h Pin
Jon Hulatt26-Feb-02 4:11
Jon Hulatt26-Feb-02 4:11 
GeneralRe: Eject media with Interrupt 21h Pin
Nish Nishant26-Feb-02 5:52
sitebuilderNish Nishant26-Feb-02 5:52 
GeneralOpenGL with MDI Pin
Rajveer26-Feb-02 2:40
Rajveer26-Feb-02 2:40 
GeneralMDI AppBar reposition problem Pin
26-Feb-02 2:40
suss26-Feb-02 2:40 
GeneralScreen DC to Bitmap Pin
Flatline26-Feb-02 1:10
Flatline26-Feb-02 1:10 
GeneralRe: Screen DC to Bitmap Pin
Christian Graus26-Feb-02 1:16
protectorChristian Graus26-Feb-02 1:16 
GeneralInterface and InterfaceImpl Pin
Braulio Dez26-Feb-02 1:02
Braulio Dez26-Feb-02 1:02 
GeneralTurn a bitmap into grey Pin
ramjam26-Feb-02 0:50
ramjam26-Feb-02 0:50 
GeneralRe: Turn a bitmap into grey Pin
Christian Graus26-Feb-02 1:14
protectorChristian Graus26-Feb-02 1:14 
GeneralVisual SourceSafe Problem Pin
NikoTanghe25-Feb-02 23:53
NikoTanghe25-Feb-02 23:53 
GeneralRe: Visual SourceSafe Problem Pin
Not Active26-Feb-02 2:22
mentorNot Active26-Feb-02 2:22 
GeneralRe: Visual SourceSafe Problem Pin
NikoTanghe27-Feb-02 1:02
NikoTanghe27-Feb-02 1:02 
GeneralText adding to "Tip of the day " Pin
25-Feb-02 23:11
suss25-Feb-02 23:11 

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.