helink dll to executable
Posted
by user353707
on Stack Overflow
See other posts from Stack Overflow
or by user353707
Published on 2010-05-29T18:36:34Z
Indexed on
2010/05/29
18:52 UTC
Read the original article
Hit count: 261
How can I link the .dll file to an executable?
I do not have the source for the dll nor executable. The two files operate on a 64-bit system.
When the executable is ported from another system, I get "The application failed to initialize properly (0xc0150002). Click OK to Terminate the program.
Here's a list of the files
\l2server\L2Server.exe \l2server\l2serverx64-dll.dll \l2server\Sabotage64.dll
L2Server requires l2serverx64-dll.dll to execute. What i'm trying to do is to link Sabotage64.dll with L2Server.exe I used CFF Explorer as a rebuilder to no luck :(
© Stack Overflow or respective owner