Re: Scroll Bars and sizes
- From: "Igor Tandetnik" <itandetnik@xxxxxxxx>
- Date: Thu, 26 Oct 2006 17:15:28 -0400
Magus <Magus@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Ever single method from that Article seesm to all break at the exact
same location. Inside atlcom.h Line 3041
CComPolyObject(void* pv) : m_contained(pv ? pv : this)
{
-> _pAtlModule->Lock();
}
pv is NULL
Put this into one of your .cpp files:
class CDummyModule : public CAtlModuleT<CMyModule> {
public:
DECLARE_LIBID(LIBID_ATLLib)
};
CDummyModule dummyModule;
--
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925
.
- References:
- Re: Scroll Bars and sizes
- From: Igor Tandetnik
- Re: Scroll Bars and sizes
- From: Igor Tandetnik
- Re: Scroll Bars and sizes
- From: Magus
- Re: Scroll Bars and sizes
- From: Igor Tandetnik
- Re: Scroll Bars and sizes
- From: Igor Tandetnik
- Re: Scroll Bars and sizes
- From: Igor Tandetnik
- Re: Scroll Bars and sizes
- Prev by Date: Re: Scroll Bars and sizes
- Next by Date: Modify html before it is put in clipboard
- Previous by thread: Re: Scroll Bars and sizes
- Next by thread: Re: IE Automation & Answering MsgBox Dialog
- Index(es):