How can i tell if i have the latest 'Iczelion win32Assembly' tutorial?

Started by vmars316, May 08, 2011, 04:37:32 AM

Previous topic - Next topic

vmars316

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
.
All things in moderation, except for love and forgiveness...vmars316
.
www.QuickerThanASpark.com

dedndave

 :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

vmars316

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
.
All things in moderation, except for love and forgiveness...vmars316
.
www.QuickerThanASpark.com

dedndave

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

vmars316

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
.
All things in moderation, except for love and forgiveness...vmars316
.
www.QuickerThanASpark.com