You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Major Change => 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: