tswinehart
tswinehart
Hi, thanks again for your speedy reply. Make on linux is definitely working for me now. On the windows side, I'm getting some build errors that are hard for me...
Trying that, i run into the following errors" ``` 1>C:\boost_1_73_0\boost\system\detail\system_category_win32.hpp(52,10): error C2039: '_snprintf': is not a member of 'std' 1>C:\Users\tyler\wotreplay-parser\src\mainwindow.cpp(2,10): fatal error C1083: Cannot open include file: 'ui_mainwindow.h': No such...
I think part of the problem, is the two "main" functions. I know that they get built into separate executable files, but I think I can only have one per...