billforsternz / thc-chess-library

General Purpose Rules of Chess Library for C++
MIT License
38 stars 13 forks source link

Fixing compilation error in VS2019: #11

Closed ex closed 2 years ago

ex commented 3 years ago
typedef int32_t DETAIL // this needs <stdint.h>
billforsternz commented 2 years ago

Sorry I couldn't possible merge this pull request. 1877 new files? 358263 new lines of code? no.

I haven't looked at this repo for a while. But I have some ideas for improvements, I'm starting by checking existing issues and pull requests and I am afraid I am going to be closing this pull request.

If there is some more focussed contribution from you I will happily consider it.

ex commented 2 years ago

Hello, sorry I added a Qt sample demo to my fork, but the fix is to add only a line change: #include <stdint.h> // int32_t etc.

billforsternz commented 2 years ago

Hello, sorry I added a Qt sample demo to my fork, but the fix is to add only a line change: #include <stdint.h> // int32_t etc.

Sorry, maybe I misunderstood. In any case I've added #include today after doing some testing on Linux. Thanks.