CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: andwan0

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    2,641

    Re: HELP: how to load satellite DLL for a DLL

    I think I got it working:

    From VC2005 there's a function called AddResourceInstance() to chain DLLs. However am still using VC6 so this function doesn't exist.

    So I just copied some code from a...
  2. Replies
    5
    Views
    2,641

    Re: HELP: how to load satellite DLL for a DLL

    The exe project is statically linked to my other DLL project via the linker lib. So it's loaded automatically. Am not sure how to create a satellite DLL for that DLL, nor how to unload/reload it, etc.
  3. Replies
    5
    Views
    2,641

    HELP: how to load satellite DLL for a DLL

    I have a Visual C++ workspace that has 2 projects (1 exe & 1 DLL).

    I used Serge Wautier's tutorial ( http://www.codeproject.com/Articles/11731/Resource-DLLs-and-Language-Selection-Menu ) to...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured