The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Easy Code => Topic started by: vmars316 on May 08, 2011, 04:37:32 AM

Title: How can i tell if i have the latest 'Iczelion win32Assembly' tutorial?
Post by: vmars316 on May 08, 2011, 04:37:32 AM
Greets,
How can i tell if i have the latest 'Iczelion win32Assembly' tutorial?
At the bottom of some pages has a (dead) link to here:
http://203.148.211.201/iczelion/index.html

Thanks...vmars316
Title: Re: How can i tell if i have the latest 'Iczelion win32Assembly' tutorial?
Post by: dedndave on May 08, 2011, 04:45:34 AM
 :bg

they are quite old
in fact, they were written when the masm32 library was at an earlier stage, and could stand to be updated

this is the link for the tutorial package
http://win32assembly.online.fr/files/icz-tuts.zip

this is the page for other Iczelion stuff
http://win32assembly.online.fr/tutorials.html
Title: Re: How can i tell if i have the latest 'Iczelion win32Assembly' tutorial?
Post by: vmars316 on May 10, 2011, 12:20:02 AM
Thanks,
As I am reading thru the Iczelion's_Tutorial from here:
  http://win32assembly.online.fr/tutorials.html
I am also updating it for current links:
Bottom of page link now points to here: "http://win32assembly.online.fr/tutorials.html"
Also adding a Table_of_Contents page
and putting a link at TOP and BOTTOM of each page
to this Table_of_Contents page.
So it all runs from a local Folder.

Should take me a week or two (I'm a slow reader).
Then I'll zip it all up and Post it back here.

Great Tutorial,
  Thanks...vmars
Title: Re: How can i tell if i have the latest 'Iczelion win32Assembly' tutorial?
Post by: dedndave on May 10, 2011, 12:25:36 AM
Vernon,

there are some other changes that need to be made, as well
a few typos - those can be overlooked, of course

but the biggest thing that needs to be changed is the prototypes, etc for compatibility with the current masm32 package
i think most of the code will work if you replace all the preamble stuff with
        INCLUDE \masm32\include\masm32rt.inc
and remove the prototypes, which are covered in the newer include files

as i recall, there are a few bugs here and there - lol
it is a good experience for newbies to troubleshoot through those   :P
Title: Re: How can i tell if i have the latest 'Iczelion win32Assembly' tutorial?
Post by: vmars316 on June 15, 2011, 05:28:21 PM
Quote from: vmars316 on May 10, 2011, 12:20:02 AM
So it all runs from a local Folder.
Should take me a week or two (I'm a slow reader).
Then I'll zip it all up and Post it back here.

Oops, I havent been able to didicate as much time as I had hoped. :boohoo:
But it will eventually get done.
Thanks...vmars