Need to confirm GUI works on Windows
#2
Closed
opened 4 years ago by tcsullivan
·
3 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
No testing on Windows has been done yet. Need to compile and run the GUI, and test with the device.
Hopped onto my Windows 10 VM today, was able to scrounge together the wxWidgets files to build and run the GUI.
There's a lot to do: need to clean up how to get the right headers, libs, and DLLs, the compile output text is black-on-black, the toolbar doesn't take clicks, ...
More progress: algorithms compile, and device communication is working (logging and sig. gen. still untested).
Remaining issues:
Compile output pane not using the monospace font.Compile output background set to white until white-on-black is figured out.Toolbar with compile button and sample rate not accepting clicks.Most fixes have been made with the WIN32 flag, though we'll most likely need to have a separate Windows-only Makefile for now (too many differences).
By this commit, we appear to have a 100% functional Windows port.