Giter Club home page Giter Club logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
I couldn't reporoduce this behavior on any Visual Studio neither in Debug nor in
Release configuration. gzio.c is not a part of crashrpt distribution, and 
everthing
compiles well without it if you follow the steps provided in documentation for
compiling the library.

1. What Visual Studio are you using with what SP? 
2. Do you follow the compiling recomendations provided in the documentation?

Original comment by [email protected] on 19 Sep 2009 at 11:17

from crashrpt.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
1. Visual Studio 2003 SP1, 2008 & 2010
2. Yes, I have read through the documentation. That was the first place I 
looked.

I looked into this more.

The reason this is happening is because you include minigzip.c in your 
distribution.
Even though you're not using the gz functionality unless the compiler strips it 
as
'dead code' it will still attempt to link it. And in order to successfully link
minigzip.c you need gzopen, and gzclose from gzio.c.

Again I know you're not actually using this functionality, but since the 
minigzip.c
file is included in your distribution you should also include gzio.c. Otherwise 
the
compiler may not successfully complete the build.

The Visual Studio compilers tend to behave like dogs that will eat whatever you 
put
in front of them.

Again, my complements on your library it is very well written.

Original comment by [email protected] on 21 Sep 2009 at 5:10

from crashrpt.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
I'm confused why this can't be reporduced on my machine... Anyway, I'll include
gzio.c into the next build.

Original comment by [email protected] on 22 Sep 2009 at 2:15

  • Changed state: Accepted

from crashrpt.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
This issue is fixed in v1.2.0

Original comment by [email protected] on 7 Nov 2009 at 2:59

  • Changed state: Fixed

from crashrpt.

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.