Results 1 to 2 of 2

Thread: Win32 API vs. Kernel32API

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2000
    Posts
    8

    Question

    I am trying to register my program as a service, so I used the sample code that is supplied by this site to do that (http://www.vb-world.net/tips/tip135.html)
    I get this error when I run my program using this code:

    run-time error '451':
    Can't find DLL entry point RegisterServiceProcess in kernel32

    So I looked at the comments, and someone else had this same problem, and the response to this was:

    Try Looking in the Win32 API instead of the Kernal API.

    But how do I do that?



  2. #2
    Guest
    I think that you have to use the win32 Lib instead of kernal32


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width