bupticybee / TexasSolver

🚀 A very efficient Texas Holdem GTO solver :spades::hearts::clubs::diamonds:
https://bupticybee.github.io/texassolver_page
GNU Affero General Public License v3.0
1.71k stars 304 forks source link

build with visual studio #1

Closed yffbit closed 3 years ago

bupticybee commented 3 years ago

Really interesting. Did you actually get the solver running on windows? I remember I use some library only support Linux machines.

yffbit commented 3 years ago

Really interesting. Did you actually get the solver running on windows? I remember I use some library only support Linux machines.

I have tested it with visual studio. It works. The compiler found a syntax error in the code and https://github.com/bupticybee/TexasSolver/blob/895e4696edf0a5058a6b0413c1cbbef228a8229b/src/tools/progressbar.cpp#L67

bupticybee commented 3 years ago

Really interesting. Did you actually get the solver running on windows? I remember I use some library only support Linux machines.

I have tested it with visual studio. It works. The compiler found a syntax error in the code and

https://github.com/bupticybee/TexasSolver/blob/895e4696edf0a5058a6b0413c1cbbef228a8229b/src/tools/progressbar.cpp#L67

Awesome work. Merging.