![]() |
|
#1
|
|||
|
|||
|
DebugActiveProcessStop probelm...
Well,i used this API like thin in .asm file:
.586p locals jumps .Model Flat ,StdCall o equ offset extern DebugActiveProcessStop :PROC bla...bla...bla... no linking problems,nothing.I debugged the exe in Olly (v1.10) but i cannot see anywhere this API i declared.If i also make a call in the code of the exe,then an error during linkig appearz.I used tasm32. Can anyone plz help?This happens also with other debugging APIs I may declare... thankz |
|
#2
|
||||
|
||||
|
import it dynamically then
|
|
#3
|
|||
|
|||
|
Your import library is probably outdated, create a new one using implib.
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| DebugActiveProcessStop on Win2k | zaratustra | General Discussion | 3 | 08-27-2004 18:29 |