Jump to content

Procedure Entry Points!

- - - - -

  • Please log in to reply
No replies to this topic

#1
lqcorsa

lqcorsa

    Newbie

  • Members
  • Pip
  • 1 posts
Hey I'm new here

I'm working on merging 2 patches for a project involving a single exe and a ton of DLLs that I do NOT have the source code for.

I basically have a lot of new DLLs (with the same names as the old ones) that need to be copied over and replace the old ones. Alright, so that was as simple as dragging and dropping.

The problem though, is some of the procedure entry points have changed in the new DLLs. Whenever I start up the exe, I get an error similar to this:

The procedure entry point
?Get_Curr_To...................................... could
not be located in the dynamic link library F.dll

So my question is, how can I correct the procedure entry points in the exe so the new DLLs can be called properly?




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users