|
-
Jan 7th, 2000, 10:00 PM
#1
Thread Starter
Junior Member
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?
-
Jan 7th, 2000, 11:27 PM
#2
Registered User
Can you send my an e-mail with the API and the piece of code that use it?
Jefferson
-
Jan 8th, 2000, 01:35 AM
#3
Hyperactive Member
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 
www.cintelsoftware.co.uk
-
Jan 8th, 2000, 01:46 AM
#4
Guru
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?
-
Jan 8th, 2000, 04:21 AM
#5
Hyperactive Member
hmm weird.. not in API viewer
------------------
cintel rules 
www.cintelsoftware.co.uk
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|