The MASM Forum Archive 2004 to 2012

Project Support Forums => GoAsm Assembler and Tools => Topic started by: OzzY on March 30, 2006, 04:21:51 PM

Title: Where to get win32 include files for GoASM?
Post by: OzzY on March 30, 2006, 04:21:51 PM
Hi!
I used GoASM some time ago and I had some include files for some constants in Win32 coding.
But I lost them.
Where can I get these include files?
I tried Donkey's page, but it's offline.

Thanks!
Title: Re: Where to get win32 include files for GoASM?
Post by: Vortex on March 30, 2006, 05:23:42 PM
Did you try the link below? Donkey translated the masm32 include files to GoAsm :

http://www.assembler.ca/
Title: Re: Where to get win32 include files for GoASM?
Post by: OzzY on March 30, 2006, 06:11:43 PM
I can't access this page.  :(
Title: Re: Where to get win32 include files for GoASM?
Post by: MichaelW on March 30, 2006, 10:36:59 PM
When I go to the GoAsm Projects page and try the download I get a warning that the requested file exceeds 256KB.

http://www.assembler.ca/goasm_projects.htm

Title: Re: Where to get win32 include files for GoASM?
Post by: donkey on March 31, 2006, 01:48:33 AM
Hi All,

I keep trying to get around to finding another host but never seem to have the time. I have split the file into 2 files for now, an ANSI and UNICODE version have been uploaded to my website.

Donkey
Title: Re: Where to get win32 include files for GoASM?
Post by: wjr on April 05, 2006, 01:30:42 AM
Another option, for those who have the Microsoft Platform SDK, is to make your own... of course I wouldn't suggest such a task without the use of a translation tool such as my thINC, available from:

http://www.magma.ca/~wjr/

Although not effortless (and thanks to those who have made their efforts available), and even not quite finished, thINC still simplifies the process... fairly smooth doing just the header files for the core system DLLs (ex. kernel32 user32 gdi32 and a few more common ones :-) and then others on an as needed basis...

WJR
Title: Re: Where to get win32 include files for GoASM?
Post by: donkey on April 05, 2006, 04:24:31 AM
Hi Wayne,

I am remiss for not mentioning your tool, I should say that I long ago abandoned the Win32 equates in favour of Wayne's thINC to include equates as I need them, no bulk (not bloat as it does not affect final executable size) and shorter compile times. I would highly reccomend this tool as it has helped me immensely in translating complex files.

On the "GoScale" of 1 to 5, this one is a ten   :U

Edgar

PS I am slowly sifting through the ".H" files for Windows and should have something soon, though that is what I said 2 months ago ;)