CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: 2 dll resources

  1. #1
    Join Date
    Nov 2007
    Posts
    93

    2 dll resources

    Hi¡¡¡¡

    Probably this have nosense, but i´m trying to use 2 dll resuorce at the same time in a app.
    Can i load 2 dlls with diferent resources, and use the 2 simultaneously.

    Thanks for advance.

    PERE

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: 2 dll resources

    you can load both.
    But to use either of them you will have to reset the resource handle (AfxGetResourceHandle) for your app.
    Victor Nijegorodov

  3. #3
    Join Date
    Nov 2007
    Posts
    93

    Re: 2 dll resources

    thanks i understand.
    i´ll try
    PERE

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