The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: etow on March 31, 2008, 02:17:05 PM

Title: Books On MASM Win32 Console application and Visual Win32 executable applications
Post by: etow on March 31, 2008, 02:17:05 PM
Hi

Does any one know what are the best MASM programming books that teaches Win32 Console programming and Visual Win32 executable programming?

Thanks
Title: Re: Books On MASM Win32 Console application and Visual Win32 executable applicat
Post by: Vortex on March 31, 2008, 06:16:06 PM
Hi etow,

It's mainly for C programmers but an asm coder could learn a lot of from this book :

Charles Petzold : Programming Windows, 5th Edition (http://www.charlespetzold.com/pw5)
Title: Re: Books On MASM Win32 Console application and Visual Win32 executable applications
Post by: redskull on March 31, 2008, 10:51:53 PM
I have to disagree; I have a copy of the petzold book, and the entire thing is a mess of embarrassingly outdated chapters with hastily prepared 32-bit patchwork tacked on the end.  It's probably phenomenal for GDI and graphics and stuff, but the low-level stuff is just not there.  No Consoles, no device I/O, no memory manipulation, not even a passing mention to 'CreateFile'.  It's all just bitmaps and fonts and buttons.

-ac