CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Location
    Germay, Baden-Württemberg
    Posts
    18

    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

  2. #2
    Join Date
    May 1999
    Location
    Oregon, USA
    Posts
    302

    Re: don't find the resource in an extension DLL


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured