Which MS Visual Studio and Qt Version are required to build Sandboxie Plus? #1089
engr-m-ayoub
started this conversation in
Documents and notes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've tried building sandboxie plus with MSVS2019 and Qt 5.12.11 with msvc2017 kit but facing some qt method issues such as:
Sandboxie-master\SandboxiePlus\QSbieAPI\SbieAPI.cpp:1254: error: C2661: 'QMap<quint32,CBoxedProcessPtr>::insert': no overloaded function takes 1 arguments
Sandboxie-master\SandboxiePlus\SandMan\SandMan.cpp:1699: error: C2039: 'screen': is not a member of 'CSandMan'
Sandboxie-master\SandboxiePlus\SandMan\SandMan.h(27): note: see declaration of 'CSandMan'
Which version of MSVC/Qt is required to build?
Is there any build guide available ?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions