Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile errors with Visual Studio 2010 Express #224

Open
tmtisfree opened this issue Jan 17, 2022 · 2 comments
Open

Compile errors with Visual Studio 2010 Express #224

tmtisfree opened this issue Jan 17, 2022 · 2 comments

Comments

@tmtisfree
Copy link

Due to a change to uint32_t, TileManager.cc and Watermark.cc are missing a

#include <stdint.h>

to avoid errors when compiling with VS2010.

Found in https://stackoverflow.com/questions/48833976/what-is-uint32-t/48834118

@filak
Copy link
Contributor

filak commented Feb 24, 2022

I have not tried VS 2010 but I have built it successfully in VS 2017 Community edition.

I have just finished the guide:

https://github.com/filak/IIPImage-on-Windows

@ruven
Copy link
Owner

ruven commented Apr 8, 2022

I've just added a new Visual Studio 2022 solution (1c0654f) together with a detailed guide for Windows compilation based on @filak's excellent guide above:

https://iipimage.sourceforge.io/documentation/server/windows

The VS solution includes working OpenJPEG, PNG and libmemcached support. Let me know if you have any comments or suggestions for the guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants