Re: Scroll Bars and sizes



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


.