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

Threaded View

  1. #16
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,633

    Re: Linking with another executable

    For MrBeans information... (and Sid, I guess, thanks for your care)

    ...and following to original question.

    All my experiments with dynamical linking to another executable gave me negative results. I've got positive results only in case of absolutely dumb exported functions. But in case exported function calls some other function (as normal function do ) disregarding, Win API or C-runtime, the caller process crashes.

    I admit I may have no sufficient qualification in this field and would appreciate any other information on the issue.

    But now I agree with Ovidiu - to make life easier the DLL would be used for sharing valuable code.
    Last edited by Igor Vartanov; July 14th, 2006 at 05:11 AM.
    Best regards,
    Igor

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