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

Threaded View

  1. #11
    Join Date
    Sep 2009
    Posts
    9

    Re: Sharing DLL functions between processes

    Quote Originally Posted by Igor Vartanov View Post
    Okay, from now on, you need your custom dll loader. There was some article on www.rsdn.ru about custom loader implementation. Maybe it will help.
    It's the exceptionally interesting article. The attached code is to be translated into C++, but the actual problem is to understand how does it work.
    The main disadvantage of the submitted approach is unavailability of using debugger for DLL code, because modules are loaded without registration in system.
    Last edited by Hobbiton; September 15th, 2009 at 05:35 PM.

Tags for this Thread

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