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

Threaded View

  1. #1

    how to find caller

    i moved function from one dll to another and translated all its direct callers (i think)

    anyway running program now stops at
    "the procedure entry point blabla could not be located in original-dll-name"

    -> how to find what exe or dll displays this message?
    (project contains of large tree of depending dlls)

    thanks
    Last edited by real name; April 25th, 2005 at 03:07 AM.

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