Page 1 of 1

Help compiling..

Posted: 2004-12-29 15:50:33
by lalla521
ok, i read compile.txt, did all things right and compiled the dll...

but when i try to launch client with ilaunch, i get this error:

Failed to find function in injection.dll
Reason: (127) The specified procedure could not be found

i really don't understand what's wrong... someone knows why is this happening?

ps: looking at the dll file i noticed that is a bit smaller than i expected... around 150-200k smaller than the precompiled dll... (same version)

Posted: 2004-12-29 18:43:00
by AlexeyVorotnikov
What compiler do you use?

Posted: 2004-12-29 19:48:31
by lalla521
vc++

Posted: 2004-12-29 23:43:14
by AlexeyVorotnikov
Try to add injection.def to list of source files.

Posted: 2004-12-30 00:38:22
by lalla521
thanks! it worked :D