Stefan Leichter <[EMAIL PROTECTED]> writes: > +/*********************************************************************** > + * AtlUpdateRegistryFromResourceD [EMAIL PROTECTED] (.NET) > + * > + */ > +HRESULT WINAPI AtlUpdateRegistryFromResourceD(HINSTANCE hInst, LPCOLESTR lpszRes, > + BOOL bRegister, /* struct _ATL_REGMAP_ENTRY* */ void* pMapEntries, /* > IRegistrar* */ void* pReg)
This is confusing, because AtlUpdateRegistryFromResourceD is not exported from atl.dll. You should either avoid that function completely, or create a new atl71.dll that exports it (but that doesn't seem really necessary at this point). -- Alexandre Julliard [EMAIL PROTECTED]
