So I haven't heard a response in
this thread in a couple days now so I wanted to create a new thread.
My issue is that I can't build the ntcore library so I can use it on a Windows system using mingw + cmake. I keep on
getting these errors whenever I try to build with
mingw32-make
I know I could try the visual studio compiler, but I need it to be built with mingw for 32 bit.
Another possibility is I could try to use UDP or TCP sockets. I much rather use network tables though.