The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: Relvinian on January 20, 2005, 11:43:16 PM

Title: Services example code
Post by: Relvinian on January 20, 2005, 11:43:16 PM
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
Title: Re: Services example code
Post by: 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++.
Title: Re: Services example code
Post by: Relvinian on January 21, 2005, 11:34:41 PM
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
Title: Re: Services example code
Post by: The Dude of Dudes on January 22, 2005, 01:01:52 AM
Try http://www.freewebs.com/four-f/