Where to get win32 include files for GoASM?

Started by OzzY, March 30, 2006, 04:21:51 PM

Previous topic - Next topic

OzzY

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!

Vortex

#1
Did you try the link below? Donkey translated the masm32 include files to GoAsm :

http://www.assembler.ca/

OzzY


MichaelW

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

eschew obfuscation

donkey

#4
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
"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable

wjr

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

donkey

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 ;)
"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable