Skip to content

Can't compile BixVReader on windows #321

Description

@jetfire13

As of now microsoft allow to download only the latest WDK.

Compilation with the latest WDK give this errors:

C:\projects\vsmartcard\virtualsmartcard\win32\BixVReader\BixVReader.inf(5-5): error 1324: [Version] section should specify PnpLockdown=1 to prevent external apps from modifying installed driver files.
C:\projects\vsmartcard\virtualsmartcard\win32\BixVReader\BixVReader.inf(31-31): error 2084: Service binary 'C:\WINDOWS\System32\drivers\WUDFRd.sys' should reference a CopyFiles destination file.
C:\projects\vsmartcard\virtualsmartcard\win32\BixVReader\BixVReader.inf(44-44): error 1402: UMDF version 1.11 has been deprecated, driver should be ported to use version UMDF 2 driver model.

I tried to fix the first two errors, i still get the error that UMDF 1 is deprecated:

C:\projects\vsmartcard\virtualsmartcard\win32\BixVReader\BixVReader.inf(44-44): error 1402: UMDF version 1.11 has been deprecated, driver should be ported to use version UMDF 2 driver model.

I couldn't find some solution or workaround to build with UMDF 1.11 with latest WDK

The latest WDK is only available for Windows SDK 10.0.26100.0
this is my project settings
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions