The MASM Forum Archive 2004 to 2012

Project Support Forums => HLA Forum => Topic started by: darkforce on March 20, 2008, 08:10:34 PM

Title: Missing File
Post by: darkforce on March 20, 2008, 08:10:34 PM
it seems as if i'm missing win32.hhf, where can i download this?
Title: Re: Missing File
Post by: Sevag.K on March 21, 2008, 12:59:13 AM
It's in the include folder under the name w.hhf
If you're looking for the older one that came with the discontinued win32 console library, it should be in the console library package.
Title: Re: Missing File
Post by: Randall Hyde on March 26, 2008, 05:52:54 PM
Quote from: darkforce on March 20, 2008, 08:10:34 PM
it seems as if i'm missing win32.hhf, where can i download this?

Certain ancient examples used a file by this name. But it is not a standard header file in the stdlib.
Be wary of such files you find -- as this is not a standard file, there are different versions (for different projects) laying around. Be sure to grab the one you really need.

Of course, the w.hhf header file is the "standard" windows header file.
hLater,
Randy Hyde