8000 conanfile does not produce functional package on Windows (VS2022) · Issue #215 · liblogicalaccess/liblogicalaccess · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
conanfile does not produce functional package on Windows (VS2022) #215
Open
@YetAnotherGeorge

Description

@YetAnotherGeorge

Hello, i'd appreaciate a bit of help with using the liblogicalaccess on Windows. I'm coming from c# so i'm a bit of a c++ newbie.

I ran
git clone https://github.com/liblogicalaccess/cppkcs11; conan export .
git clone https://github.com/islog/liblogicalaccess.git; cd liblogicalaccess;
mkdir build ; cd build ; conan install .. ; conan create ..

Then i used the VS2022 conan extension, with the default conanfile.py as generated by the extension and with the following conandata.yml:

requirements:
- boost/1.83.0
- logicalaccess/3.3.1

The first build it built things, then the second time it ran, but gave me the error "logicalaccess.dll" missing, the includes were handled ok tho.

Then i manually added the dll with a post-build event (xcopy /Y /D ... "$(TargetDir)") for each missing dll.

Here is the output of one of the code samples you provided:

Image

I have a smartcard reader that registers 5 PC/SC devices in device manager and i think this library would be very helpful for me to test the device.

Please help, and thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0