don't find the resource in an extension DLL
Hi,
I have several exes (some MFC, some non-MFC). They all use a regular MFC-DLL. This regular DLL uses an extension DLL.
Why do e.g. LoadString()s do not find the resources placed in the extension DLL?
Stepping through CString::LoadString code seems to my, that the ext-DLL is not found in the list of ext-DLLs (->moduleState).
Any hints?????
Erich
_____________________________________________________________________
anti-spam: remove dashes in mail-adress to send mail
Erich Hermann
ETAS GmbH & Co. KG e-mail: [email protected]
Borsigstr. 10 Phone: (+49)711-89661-144
D-70469 Stuttgart Fax: (+49)711-89661-107
Re: don't find the resource in an extension DLL