Virtual box development tool

Discussions related to using the OSE version of VirtualBox.
Post Reply
myrontann
Posts: 1
Joined: 7. Oct 2017, 11:51

Virtual box development tool

Post 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.
Yurii Cherkasov
Posts: 10
Joined: 9. Mar 2018, 08:14

Re: Virtual box development tool

Post 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
Post Reply