Page 1 of 1

Virtual box development tool

Posted: 7. Oct 2017, 11:55
by myrontann
I want to change virtual box UI, and develop a simplified version on windows. Which tools should I use? Qt creator or VS 2010? If any one do this kind work before, please help me. Thanks a lot.

Re: Virtual box development tool

Posted: 8. Sep 2018, 10:23
by Yurii Cherkasov
I had the similar question. My choice is Visual Studio Code with C++ and Qt plugins.
Also I'm using Visual Studio 2010 for the frontend debug. Build debug configuration

Code: Select all

kmk KBUILD_TYPE=debug
, and run VS debugger

Code: Select all

devenv.exe VirtualBox.exe