Hey all,
Does anyone have some example ASM code that deals with creating and using Services? I have lots of C++/ATL code that I could translate to assembly but would like to see other ASM examples if anyone has them.
Thanks
Relvinian
There is a link to one here (http://win32assembly.online.fr/beepserv.txt) that appears under the list of tutorials ("Articles by Various Authors") on Iczelion's Win32 Assembly Homepage (http://win32assembly.online.fr/tutorials.html).
There is also a chapter devoted to this topic in the book "The Assembly Programming Master Book" by Vlad Pirogov (ISBN: 1-931769-36-2).
MSDN Library contains all the details concerning the Win32 API involved and provides some examples in VC++.
Quote from: 00100b on January 21, 2005, 03:51:13 AM
There is a link to one here (http://win32assembly.online.fr/beepserv.txt) that appears under the list of tutorials ("Articles by Various Authors") on Iczelion's Win32 Assembly Homepage (http://win32assembly.online.fr/tutorials.html).
There is also a chapter devoted to this topic in the book "The Assembly Programming Master Book" by Vlad Pirogov (ISBN: 1-931769-36-2).
MSDN Library contains all the details concerning the Win32 API involved and provides some examples in VC++.
Thanks for the link and book information. Along with those, I am in the process of taking my commercial application and converting it to assembly from c++. A big project because it does a lot.
Relvinian
Try http://www.freewebs.com/four-f/