Why do some API calls not work with my windows service?
-
-
My program uses API calls and now that I have converted my program from a simple console app to a windows service, I cannot use all of the same API calls. If anybody is familiar with this type of problem, please fill me in with possible fixes. Thanks!
A little more information would be useful here... What do you mean when you say that you cannot use all the same API calls? Is it not compiling? Or not running? If it isn't running, what error is produced? What APIs aren't working? Dave http://www.cloudsofheaven.org
-
My program uses API calls and now that I have converted my program from a simple console app to a windows service, I cannot use all of the same API calls. If anybody is familiar with this type of problem, please fill me in with possible fixes. Thanks!