News:

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

Vista Style

Started by mitchellh, October 16, 2007, 07:15:26 AM

Previous topic - Next topic

mitchellh

Hi,

I''ve created a basic program using the Windows API and assembled it with MASM but it doesn't have the Vista style. I remember with XP I would embed a manfist in the RC file but I'm not sure what the manfiest file (if any) should contain for Vista.

Can someone help please?

Thank you.

evlncrn8

the same manifest...

did you even try?

mitchellh

Quote from: evlncrn8 on October 16, 2007, 09:57:36 AM
the same manifest...

did you even try?

Of course I tried. For some reason after I crate the new manfiest, compile the resource, and relink the program windows tells me it is corrupt and cannot open it :(

mitchellh

Alright, I figured it out. In the RadAsm resource editor I added an "XP Manifest" and in the .rc file it says:

IDC_MANFIEST_WHATEVER MANIFEST "mymanifest.xml"

But it never defines "MANIFEST" I just added a:

#define MANIFEST 24

And it works golden! :)