Click here to Skip to main content
15,897,704 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: ATL: IDispEvent*Impl for n instances Pin
wickdom8-Feb-08 12:03
wickdom8-Feb-08 12:03 
Generalefficiency copy vector into a second vector Pin
manustone4-Feb-08 2:20
manustone4-Feb-08 2:20 
GeneralRe: efficiency copy vector into a second vector Pin
Steve Echols4-Feb-08 18:03
Steve Echols4-Feb-08 18:03 
QuestionRe: efficiency copy vector into a second vector Pin
CPallini4-Feb-08 22:28
mveCPallini4-Feb-08 22:28 
GeneralRe: efficiency copy vector into a second vector Pin
manustone8-Feb-08 3:25
manustone8-Feb-08 3:25 
GeneralRe: efficiency copy vector into a second vector Pin
Andy Moore14-Feb-08 6:13
Andy Moore14-Feb-08 6:13 
QuestionTBSTYLE_EX_DRAWDDARROWS resize problem??? Pin
Rajesh_Yadav_8029-Jan-08 0:51
Rajesh_Yadav_8029-Jan-08 0:51 
Generalerror C2259: 'ATL::CComObject<base>' : cannot instantiate abstract class</base> Pin
zakkas248322-Jan-08 20:44
zakkas248322-Jan-08 20:44 
hi friends,

i have created one ATL project and add one simple Atl class then, just add one class in list of inherianced classes in new simple atl class like below
class ATL_NO_VTABLE CSlider :<br />
	public CComObjectRootEx<CComSingleThreadModel>,<br />
	public CComCoClass<CSlider, &CLSID_Slider>,<br />
	public IObjectWithSiteImpl<CSlider>,<br />
	public IDispatchImpl<ISlider, &IID_ISlider, &LIBID_TabSlingLib, /*wMajor =*/ 1, /*wMinor =*/ 0>,<br />
	/* newly added class that create error*/<br />
	public CWindowImpl<CSlider><br />


Then a got the error message like
error C2259: 'ATL::CComObject<Base>' : cannot instantiate abstract class

please help...
Thanks,
GeneralRe: error C2259: 'ATL::CComObject' : cannot instantiate abstract class Pin
Nathan Holt at EMOM23-Jan-08 5:18
Nathan Holt at EMOM23-Jan-08 5:18 
GeneralShell context menu Pin
nazovi11-Jan-08 3:48
nazovi11-Jan-08 3:48 
GeneralRe: Shell context menu Pin
led mike11-Jan-08 5:13
led mike11-Jan-08 5:13 
GeneralUnable to add variable for ATL Control Pin
KASR110-Jan-08 22:21
KASR110-Jan-08 22:21 
GeneralConvert CString to BSTR Pin
mandanani10-Jan-08 20:07
mandanani10-Jan-08 20:07 
QuestionRe: Convert CString to BSTR Pin
CPallini10-Jan-08 21:59
mveCPallini10-Jan-08 21:59 
GeneralRe: Convert CString to BSTR Pin
mandanani10-Jan-08 23:17
mandanani10-Jan-08 23:17 
GeneralRe: Convert CString to BSTR Pin
Lim Bio Liong12-Jan-08 3:23
Lim Bio Liong12-Jan-08 3:23 
GeneralRe: Convert CString to BSTR Pin
ShilpiP24-Jan-08 21:08
ShilpiP24-Jan-08 21:08 
GeneralRe: Convert CString to BSTR Pin
ThatsAlok26-Feb-08 22:00
ThatsAlok26-Feb-08 22:00 
QuestionProblem with element event handling of WebBrowser Control Pin
javan10-Jan-08 16:28
javan10-Jan-08 16:28 
GeneralWTL Dialog repaint problem with Vista Pin
mirano10-Jan-08 7:55
mirano10-Jan-08 7:55 
GeneralWTL Menu problem Pin
damir_tk10-Jan-08 7:07
damir_tk10-Jan-08 7:07 
GeneralRe: WTL Menu problem Pin
Michael Dunn11-Jan-08 8:17
sitebuilderMichael Dunn11-Jan-08 8:17 
GeneralRe: WTL Menu problem Pin
damir_tk11-Jan-08 9:47
damir_tk11-Jan-08 9:47 
GeneralRe: WTL Menu problem Pin
damir_tk13-Jan-08 14:09
damir_tk13-Jan-08 14:09 
QuestionHow to access member functions of coclass from its Interface Pin
mandanani8-Jan-08 16:51
mandanani8-Jan-08 16:51 

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.