Search found 9 matches

by talldrinks
Wed Oct 04, 2017 6:11 pm
Forum: Development
Topic: UDP byte array examples?
Replies: 2
Views: 4909

Re: UDP byte array examples?

I found this post with the example I was looking for. thanks!

viewtopic.php?f=3&t=1163&p=7557&hilit=byte+array#p7557
by talldrinks
Fri Sep 29, 2017 7:59 pm
Forum: Development
Topic: UDP byte array examples?
Replies: 2
Views: 4909

UDP byte array examples?

Hi! Are there any examples posted of what the byte array should look like in the UDP data over network API? I see the page outlining the byte values and such but I'm just learning bytes and UDP actually. I see there is a header required as well: "The byte array must contain a header (type + len...
by talldrinks
Thu Aug 03, 2017 9:40 pm
Forum: Development
Topic: Build error on Windows 10 64 bit (linux/input.h)
Replies: 10
Views: 11502

Re: Build error on Windows 10 64 bit (linux/input.h)

Built with mingw64 successfully. But upon running it, get: "Mismatch between the program and library build versions detected. The library used 3.0 (wchar_t, compiler with C++ ABI 1010, wx containers, compatible with 2.8), and your program used 3.0 (wchar_t, compiler with C++ ABI 1011, wx contai...
by talldrinks
Thu Aug 03, 2017 4:20 pm
Forum: Development
Topic: Build error on Windows 10 64 bit (linux/input.h)
Replies: 10
Views: 11502

Re: Build error on Windows 10 64 bit (linux/input.h)

That's embarrassing. I crossed up the instructions with the old ones. Thank you. I'll try once again.
by talldrinks
Thu Aug 03, 2017 3:47 pm
Forum: Development
Topic: Build error on Windows 10 64 bit (linux/input.h)
Replies: 10
Views: 11502

Re: Build error on Windows 10 64 bit (linux/input.h)

All of what I did above is clearly incorrect. :P There's still an error: cc:command not found The build completes and a setup exe file is created, but running that, while it installs, does not install a valid exe. it errors upon running. Here's my full build output: (sorry about weird spaces, that's...
by talldrinks
Thu Aug 03, 2017 3:11 pm
Forum: Development
Topic: Build error on Windows 10 64 bit (linux/input.h)
Replies: 10
Views: 11502

Re: Build error on Windows 10 64 bit (linux/input.h)

I'm seeing this now after starting ./build.sh... Parsing [Files] section, line 51 Error on line 51 in C:\msys64\home\aaron\GIMX-build\windows\inno.iss: No files found matching "C:\msys64\home\aaron\GIMX-build\windows\GIMX\setup\*" Compile aborted. mv: cannot stat 'gimx-6.8.exe': No such fi...
by talldrinks
Thu Aug 03, 2017 3:03 am
Forum: Development
Topic: Build error on Windows 10 64 bit (linux/input.h)
Replies: 10
Views: 11502

Re: Build error on Windows 10 64 bit (linux/input.h)

After running through the setup guide, I've run into this at the build.sh step: DESKTOP-9ULJUE1 MSYS ~/GIMX-build/windows $ dir build.sh cpu.c inno.iss install.sh DESKTOP-9ULJUE1 MSYS ~/GIMX-build/windows $ ./build.sh cat: version: No such file or directory Version number? (default: ) No version spe...
by talldrinks
Wed Aug 02, 2017 9:14 pm
Forum: Development
Topic: Build error on Windows 10 64 bit (linux/input.h)
Replies: 10
Views: 11502

Re: Build error on Windows 10 64 bit (linux/input.h)

Fair enough!
I started in Cygwin before seeing these instructions, thought I'd get away with it. :)
I'll follow these now. thanks!
by talldrinks
Wed Aug 02, 2017 7:13 pm
Forum: Development
Topic: Build error on Windows 10 64 bit (linux/input.h)
Replies: 10
Views: 11502

Build error on Windows 10 64 bit (linux/input.h)

Hello! (awesome product btw, thanks). I'm trying to build the source code in windows, and I've worked through the missing dev tools via Cygwin, such as missing libusb, sdl, etc. Now i'm stuck at this error: In file included from ../../include/ginput.h:20:0, from ginput.c:6: ../../include/ginput_linu...