The MASM Forum Archive 2004 to 2012

Project Support Forums => The GeneSys Development System => API tutorial set => Topic started by: PBrennick on July 20, 2006, 03:30:01 AM

Title: API Tutorial set
Post by: PBrennick on July 20, 2006, 03:30:01 AM
In this area I will be posting API tutorials.  Please do not post in this area unless you are posting API help type stuff.  General topics will be moved.

Paul
Title: Reference Links
Post by: kromag on January 27, 2009, 05:53:29 PM
I just wanted to post up a two good sites related to Win32 API programming.

An online Win32 API Reference Wiki
http://pinvoke.net

AND

Microsoft's online Reference @ MSDN
http://msdn.microsoft.com/en-us/library/aa383749(VS.85).aspx

This should help all.
---
William
Title: Re: API Tutorial set
Post by: Vortex on January 27, 2009, 06:34:10 PM
Hi kromag,

Thanks for the links.

The audience of pinvoke.net seems to be only the .NET developers. Does it provide any support for asm coders?
Title: Re: API Tutorial set
Post by: kromag on January 27, 2009, 11:37:38 PM
They did have C/C++ style API representations too; They must be changing it all towards .NET now...

Sorry about that.
---
William
Title: Re: API Tutorial set
Post by: xandaz on June 16, 2009, 04:04:22 PM
   Hi there. Hey,... got a question. There's a win32 api reference file for download on several locations. It's about 22 megs long and i was wondering if it's updated or sometihng because the file seems to haven't changed for years. If anyone knows of a more rececent version will he please let me know. Appreciated
Title: Re: API Tutorial set
Post by: dedndave on June 16, 2009, 04:42:31 PM
i am learning that, if you are programming for xp, it is good to have an old one
ms is updating everything for windows 7, of course
but, some things are lost in the transition, because different os's have different levels of support
Title: Re: API Tutorial set
Post by: xandaz on June 19, 2009, 12:00:29 AM
   well....thanks again dedndave. You're the man. but hey....doesn't masm32v10 with xp?
Title: Re: API Tutorial set
Post by: Vortex on June 20, 2009, 06:19:57 AM
Hi xandaz,

masm32v10 requires Win2000 or higher Windows versions.
Title: Re: API Tutorial set
Post by: Greenhorn__ on April 24, 2010, 12:56:52 AM
Here's a link which contains some links to Win32 API tutorials.

Some of them are in english, some are in german and some of them may be dead links, but can maybe visited over http://www.archive.org/index.php

http://www.c-plusplus.de/forum/viewtopic-var-t-is-217065.html


Regards
Greenhorn
Title: Re: API Tutorial set
Post by: Vortex on April 24, 2010, 08:19:26 AM
Hi Greenhorn,

Thanks for the links.
Title: Re: API Tutorial set
Post by: frktons on May 28, 2010, 02:23:47 AM
I'll add links to win32 API tutorials I found on the internet as I recall them.

Now the first one about win32 console applications for C speaking people:

http://www.adrianxw.dk/SoftwareSite/index.html

and one for GUI applications for C speaking people as well:

http://www.winprog.org/tutorial/

And one more:

http://www.installsetupconfig.com/win32programming/index.html



Frank
Title: Re: API Tutorial set
Post by: joemc on May 28, 2010, 04:57:12 AM
Catch22.net (http://catch22.net/)- Great stuff
Iczelion's Win32  (http://win32assembly.online.fr/)- surprised wasn't on list already :)
win32developer.com (http://www.win32developer.com/) - a little homebrewish but good stuff