Coder Social home page Coder Social logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
Ai, VC6++ is now 11 years old. Do you really want us to fix this? It was even
released before the ANSI C99 was released which we are using. We may wan to 
decide
that "migrating" to newer (free: MinGW+gcc/Windows7sdk+vs2008cl) environments 
will be
required. 

Original comment by [email protected] on 31 Oct 2009 at 1:35

from libnfc.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
Your call. It is nice to be able to deliver a Win32 solution without requiring 
the 
redist files from MSVC 2008.

Original comment by [email protected] on 1 Nov 2009 at 8:15

from libnfc.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
Is there is a C99 compiliant compiler under Windows before VS2008 but newer than
11-years-old VC6 ? MinGW+GCC couldn't be a good solution ?

Original comment by [email protected] on 2 Nov 2009 at 9:15

from libnfc.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
The trick is to compile the executables with /MT (+/MTd) in stead of /MD 
(+/MDd).
This will drop the dependency for .manifest files and all those other crap. The
(example) GNU Makefile that I wrote in the win32-dir of the SVN demonstrates 
this.

But indeed MinGW+GCC sounds very sweet to me, I will make sure it stays M$VC
compatible (compiler specifics), but we can do official support only for MinGW 
compiling?

Original comment by [email protected] on 3 Nov 2009 at 1:24

from libnfc.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
Thanks for report this issue.

From 1.3.0, we will only support C99 compilation.

Original comment by [email protected] on 7 Dec 2009 at 1:23

  • Changed state: WontFix

from libnfc.

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.