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 :(