CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2002
    Posts
    217

    using resources from a dll unmanaged

    i have a c# project.
    a wrap (dll ) build on c++ code ( dll).
    from the wrap ( dll) i want to open a dlg and load the resources that are ressources of the c++ dll.

    it fails.

    because unability of loading the resources.

    i tried to add CResourcesContext resCont(XRuntimeModule);
    before opening the dlg and loading the resources ( in the wrap) but it fails at this point.



    how can i load the resources properly??
    Viv

  2. #2
    Join Date
    Jul 2002
    Posts
    217

    Re: using resources from a dll unmanaged

    now i changed it, that way, that the dlg will be opened ( do modal() ) from inside the dll c++, but still, this failed....

    now it calls the dialogs and the resources from the dll itself so what is it still wrong ??
    Viv

  3. #3
    Join Date
    Jul 2002
    Posts
    217

    Re: using resources from a dll unmanaged

    anyone have an idea...?
    Viv

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