The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: hutch-- on November 28, 2009, 02:07:21 PM

Title: Updated RESOURCE.H
Post by: hutch-- on November 28, 2009, 02:07:21 PM
When I did the last set of include file I forgot to update resource.h with it and it was missing a number of later equates for building resources.

I have just added all the ones I could find, duplicate checked the combined collection and made it into one file. The later stuff is added on the end of the earlier versuion.
Title: Re: Updated RESOURCE.H
Post by: ToutEnMasm on December 04, 2009, 04:25:58 PM
Hello,
This one is more complet.
Title: Re: Updated RESOURCE.H
Post by: CuiCan on August 26, 2010, 04:17:30 AM
Thanks ,i have updated  it! :bg
Title: Re: Updated RESOURCE.H
Post by: zemtex on September 10, 2010, 01:43:05 PM
Is there an updated version of kernel32.inc anywhere to be downloaded, as it lacks proto types and symbols for use of windows condition variables. InitializeConditionVariable etc. It is a must for me to use these functions as PulseEvent is outdated and unreliable.

Any help will be appreciated.
Title: Re: Updated RESOURCE.H
Post by: ToutEnMasm on September 10, 2010, 02:11:54 PM
Hello,
QuoteIs there an updated version of kernel32.inc anywhere to be downloaded
here http://www.masm32.com/board/index.php?topic=11531.0
in winbase.sdk
Title: Re: Updated RESOURCE.H
Post by: zemtex on September 12, 2010, 05:34:10 PM
Is the resource.h file in this thread better than the resource.h that comes with the latest masm32 package?
Title: Re: Updated RESOURCE.H
Post by: Samishii23 on September 18, 2010, 05:08:38 PM
Quote from: zemtex on September 12, 2010, 05:34:10 PM
Is the resource.h file in this thread better than the resource.h that comes with the latest masm32 package?

Its just up to date headers. If you have other files with masm that are up to date, and that isn't theres could be a compatibility issue.
Its always better to update your files if the chance serves.