Click here to Skip to main content
16,005,236 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: WTL, CString and std::string... Pin
S/Madjid16-Aug-05 23:59
S/Madjid16-Aug-05 23:59 
GeneralRe: WTL, CString and std::string... Pin
Rob Caldecott17-Aug-05 0:23
Rob Caldecott17-Aug-05 0:23 
GeneralRe: WTL, CString and std::string... Pin
Rob Caldecott17-Aug-05 0:17
Rob Caldecott17-Aug-05 0:17 
GeneralRe: WTL, CString and std::string... Pin
Jörgen Sigvardsson17-Aug-05 9:42
Jörgen Sigvardsson17-Aug-05 9:42 
GeneralRe: WTL, CString and std::string... Pin
Rob Caldecott17-Aug-05 11:22
Rob Caldecott17-Aug-05 11:22 
QuestionIs there anyway to disable IE's image displaying? Pin
Member 186720216-Aug-05 4:53
Member 186720216-Aug-05 4:53 
GeneralCComObject Pin
rahulv9916-Aug-05 1:30
rahulv9916-Aug-05 1:30 
GeneralRe: CComObject Pin
geo_m18-Aug-05 19:50
geo_m18-Aug-05 19:50 
It's because of the IUnknown's AddRef, Release and QueryInterface implementation.
You have to achieve, that the IUnknown implementation is one for the whole object, regardless of how many interfaces it consists of (there's usually only one reference counter for the whole object). This means that you need the implementation to be placed in the last object in the hierarchy. Therefore the CComObject is a neat trick, how to save user the need to write the AddRef/Release code into every user class.
GeneralODBC Pin
Pham van hoi14-Aug-05 0:29
Pham van hoi14-Aug-05 0:29 
GeneralDateTime object in win 32 Pin
Laser113-Aug-05 13:25
Laser113-Aug-05 13:25 
GeneralRe: DateTime object in win 32 Pin
Jörgen Sigvardsson13-Aug-05 14:09
Jörgen Sigvardsson13-Aug-05 14:09 
GeneralATL Pin
Pham van hoi12-Aug-05 22:02
Pham van hoi12-Aug-05 22:02 
GeneralRe: ATL Pin
Jörgen Sigvardsson13-Aug-05 14:13
Jörgen Sigvardsson13-Aug-05 14:13 
GeneralRe: ATL Pin
Pham van hoi15-Aug-05 1:51
Pham van hoi15-Aug-05 1:51 
GeneralEnum in idl-file Pin
tagi112-Aug-05 2:48
tagi112-Aug-05 2:48 
GeneralRe: Enum in idl-file Pin
Milton Karimbekallil12-Aug-05 15:24
Milton Karimbekallil12-Aug-05 15:24 
GeneralRe: Enum in idl-file Pin
tagi117-Aug-05 3:55
tagi117-Aug-05 3:55 
GeneralRe: Enum in idl-file Pin
Jörgen Sigvardsson13-Aug-05 14:12
Jörgen Sigvardsson13-Aug-05 14:12 
GeneralRe: Enum in idl-file Pin
tagi117-Aug-05 3:51
tagi117-Aug-05 3:51 
GeneralRe: Enum in idl-file Pin
Vi214-Aug-05 19:38
Vi214-Aug-05 19:38 
GeneralRe: Enum in idl-file Pin
tagi117-Aug-05 3:46
tagi117-Aug-05 3:46 
GeneralCreating a resizable dialog in MFC Pin
Twonington11-Aug-05 3:39
Twonington11-Aug-05 3:39 
GeneralRe: Creating a resizable dialog in MFC Pin
Rory Solley11-Aug-05 22:21
Rory Solley11-Aug-05 22:21 
GeneralRe: Creating a resizable dialog in MFC Pin
Twonington11-Aug-05 23:06
Twonington11-Aug-05 23:06 
GeneralRe: Creating a resizable dialog in MFC Pin
pablo_mag16-Aug-05 14:21
pablo_mag16-Aug-05 14:21 

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.