News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Updated RESOURCE.H

Started by hutch--, November 28, 2009, 02:07:21 PM

Previous topic - Next topic

hutch--

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.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

ToutEnMasm

Hello,
This one is more complet.

CuiCan

Thanks ,i have updated  it! :bg

zemtex

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.
I have been puzzling with lego bricks all my life. I know how to do this. When Peter, at age 6 is competing with me, I find it extremely neccessary to show him that I can puzzle bricks better than him, because he is so damn talented that all that is called rational has gone haywire.

ToutEnMasm

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

zemtex

#5
Is the resource.h file in this thread better than the resource.h that comes with the latest masm32 package?
I have been puzzling with lego bricks all my life. I know how to do this. When Peter, at age 6 is competing with me, I find it extremely neccessary to show him that I can puzzle bricks better than him, because he is so damn talented that all that is called rational has gone haywire.

Samishii23

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.