Re: FUSION error
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
I'm using the following keywords in my Sources file
SXS_ASSEMBLY_NAME=Print.Monitors.regpmc
SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
SXS_MANIFEST=regpmc.manifest
SXS_MANIFEST_IN_RESOURCES=1
SXS_NO_BINPLACE=1
I found it in the localui sample delivered with the DDK. Apparently this
triggers the validation.
Maxim S. Shatskih schreef:
I never validated the manifest besides of testing it, I just included it to
the .RC file and did nothing else.
.
Relevant Pages
- Re: A Project Build Problem....
... but still using the DDK environment and build. ... Your biggest problem will be creating a valid sources file ... Server 2003 SP1 DDK and run 'build' from the driver's source directory. ... (microsoft.public.development.device.drivers) - Re: [Q] Many problems installing DDK
... > I'm having a great deal of difficulty getting the Windows Server 2003 DDK to ... does not cause linking to fail. ... mfcs42d.pdb is nowhere in the DDK tree and nowhere on my system. ... OK so what exactly did you put in your SOURCES file for this simple ... (microsoft.public.development.device.drivers) - Re: How to distinguish versions between ddks in sources
... Most people define the sources file so that it will ... The general rule is always use the latest DDK. ... Don Burn (MVP, Windows DDK) ... Windows 2k/XP/2k3 Filesystem and Driver Consulting ... (microsoft.public.development.device.drivers) - build error in 3790.1218
... when i switched to 3790.1218 ddk. ... the follwing code in sources file would not ... (microsoft.public.development.device.drivers) - Re: How does DDK work
... First off the basic tool for creating a driver is the BUILD utility. ... is driven by the sources file which every sample in the DDK has one of. ... BUILD is well documented in the DDK ... (microsoft.public.development.device.drivers) |
|