On 3/24/07, Antonio Augusto (Mancha) <[EMAIL PROTECTED]> wrote: > Byron: How did you build that? > Did you build that using the source from OSE or got it from the binary > edition? > > If it was the first could i use VS Express to build it?
I build from the OSE tarball releases following the instructions at http://www.virtualbox.org/wiki/Windows%20build%20instructions Currently I build the entire Windows release (minus the QT portions) and then pull out the files that I need for guest additions. I use Visual C++ .NET 2003 (aka Visual C++ 7.1). The build instructions mention that you can't build some of the frontends with VS Express, but you should be able to at least build the guest additions. The nsis install script in my project should show what files you'll need to grab out of the build and how to install them. _______________________________________________ vbox-dev mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-dev
