Hi,
I tried to build SpicyPass GUI for Windows enviorment. It works quite well on Windows but there are two minor issues.
- Dialogs and main window is not centered.
window_position property does not work on Windows. Its better to set it programmatically.
- MenuBar/MenuItem have ugly shadow border.
How could i remove it?
SpicyPass Windows Compatibility
Most of the errors occurred due to msvc but I couldn't resolve the two GTK issues. I am not familiar with GTK and couldn't find a proper solution.


Hi,
I tried to build SpicyPass GUI for Windows enviorment. It works quite well on Windows but there are two minor issues.
window_position property does not work on Windows. Its better to set it programmatically.
How could i remove it?
SpicyPass Windows Compatibility
Removed using namespace std;. MSVC can't build gui version if hpp files contain using namespace std. More details: Ambiguous Symbol for 'byte'. MS does not suggest to use namespace std for VC++ projects.
Most of the errors occurred due to msvc but I couldn't resolve the two GTK issues. I am not familiar with GTK and couldn't find a proper solution.