Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

The specified procedure could not be found

May
12,846
164
Code:
g:\tc14> echo %@winapi[g:\tc14\takecmd.dll,TakeCommandIPC,"HWND",BUFFER]
TCC: (Sys) The specified procedure could not be found.
"TakeCommandIPC"
 
I think maybe that should be @CAPI instead of @WINAPI. Even so, I can't make it work.
 
I think maybe that should be @CAPI instead of @WINAPI. Even so, I can't make it work.
Its name is "decorated". It works if you use "?TakeCommandIPC@@YAHPA_W0@Z". See the recent thread in "Suggestions".
 
And though it works with @WINAPI[], @CAPI[] (works also) may be more appropriate since it's not declared as WINAPI (but as I recall, I added its declaration to TakeCmd.h, hopefully with Rex's advice). :)
 

Similar threads

Back
Top