I need Windows 8.1 manifest file

This forum is for general support of Xbase++
Post Reply
Message
Author
User avatar
unixkd
Posts: 565
Joined: Thu Feb 11, 2010 1:39 pm

I need Windows 8.1 manifest file

#1 Post by unixkd »

Hi all

I discover the manifest under XP sample program works up to windows 7 but not working with windows 8. I will appreciate if any one can provide me with a manifest file that can work with windows 8 and earlier.

Thanks

Joe

User avatar
Auge_Ohr
Posts: 1406
Joined: Wed Feb 24, 2010 3:44 pm

Re: I need Windows 8.1 manifest file

#2 Post by Auge_Ohr »

unixkd wrote:I discover the manifest under XP sample program works up to windows 7 but not working with windows 8. I will appreciate if any one can provide me with a manifest file that can work with windows 8 and earlier.
hm ... there no other Manifest for Win 7/8/10.

please show some Picture where you have Problem.
greetings by OHR
Jimmy

User avatar
unixkd
Posts: 565
Joined: Thu Feb 11, 2010 1:39 pm

Re: I need Windows 8.1 manifest file

#3 Post by unixkd »

When I include the manifest file in my resource file and link to my exe as suggested by Tom like below, the appearance of my dialogs change application-wide up till windows 7. But with windows 8, no effect.

#define MANIFEST_RESID 1
#define MANIFEST 24

USERDEF MANIFEST
MANIFEST_RESID = FILE "c:\ux\app\res\pps.exe.manifest"

Post Reply