I'm trying to execute a Visual Basic application in Windows NT. I used kernel32 RegisterServiceProcess function but this error occures: "Run time error '453' "
"Can't find DLL entry point RegisterServiceProcess in kernel32"
What is the problem?
Printable View
I'm trying to execute a Visual Basic application in Windows NT. I used kernel32 RegisterServiceProcess function but this error occures: "Run time error '453' "
"Can't find DLL entry point RegisterServiceProcess in kernel32"
What is the problem?
Can you send my an e-mail with the API and the piece of code that use it?
Jefferson
i dont think RegisterServiceProcess is supported under NT or Win2000.
anyway, if u want to start an app, use ShellExecute instead (which will work)
------------------
cintel rules :p
www.cintelsoftware.co.uk
can't find DLL entry point means that you are missing the ALIAS parameter in your API call or it is incorrect.
I can't find the correct alias name at the moment....a little help anyone?
hmm weird.. not in API viewer
------------------
cintel rules :p
www.cintelsoftware.co.uk