Giter VIP home page Giter VIP logo

Comments (5)

LudovicRousseau avatar LudovicRousseau commented on May 29, 2024

Windows is not supported.
I let you find the solution yourself.

A Pull Request is welcome if you find a nice solution with no side effect on non-Windows systems.

from pcsc-tools.

LudovicRousseau avatar LudovicRousseau commented on May 29, 2024

You can use something like:

CPPFLAGS=-DUNICODE ./configure

I have not tested on a Windows system but on my GNU/Linux system I see the -DUNICODE argument passed to the compiler:

$ make V=1
make  all-am
make[1]: Entering directory '/home/rousseau/Documents/sc/pcsc-tools'
gcc -DHAVE_CONFIG_H -I.   -DUNICODE -I/usr/include/PCSC -pthread   -MT pcsc_scan-pcsc_scan.o -MD -MP -MF .deps/pcsc_scan-pcsc_scan.Tpo -c -o pcsc_scan-pcsc_scan.o `test -f 'pcsc_scan.c' || echo './'`pcsc_scan.c
mv -f .deps/pcsc_scan-pcsc_scan.Tpo .deps/pcsc_scan-pcsc_scan.Po
gcc -I/usr/include/PCSC -pthread     -o pcsc_scan pcsc_scan-pcsc_scan.o -lpcsclite  
make[1]: Leaving directory '/home/rousseau/Documents/sc/pcsc-tools'

from pcsc-tools.

LudovicRousseau avatar LudovicRousseau commented on May 29, 2024

The compilation using MSYS2 works but with warnings because when UNICODE is defined the characters are not char any more.
Execution then does not work as expected at all.

Why do you want to use Unicode?

from pcsc-tools.

LudovicRousseau avatar LudovicRousseau commented on May 29, 2024

@totti0858 I get not response from you. Should I close this issue?

from pcsc-tools.

totti0858 avatar totti0858 commented on May 29, 2024

thanks for your info, you can close it now.

from pcsc-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.