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!
Did you try the link below? Donkey translated the masm32 include files to GoAsm :
http://www.assembler.ca/
I can't access this page. :(
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
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
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
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 ;)