-
Notifications
You must be signed in to change notification settings - Fork 35
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 error on windows 10 #22
Comments
What warning level are you using for MSVC builds? |
In stream.cc:15 file change
Now It works fine for me. Good luck. |
I have the same problem. |
@adielyaacov |
Thanks ! how smooth would the transition be? |
@adielyaacov |
When I compile QttpServer on windows 10 using QtCreator (with MSVC2015_64bit) I get this compile error:
QttpServer\lib\http\src\stream.cc:90: error: C2397: conversion from 'std::size_t' to 'ULONG' requires a narrowing conversion
The text was updated successfully, but these errors were encountered: