Re: [vbox-dev] Build infrastructure for vbox 4.0 (for Windows host)

2011-01-11 Thread S. Brandt
Am 10.01.2011 15:02, schrieb Harvinder Sawhney: Hi, I was building vbox (4.0.1_OSE) from the main svn trunk and it refuses to build on Windows host. I followed the build instructions mentioned here (http://forum.virtualbox.org/viewtopic.php?f=10p=155621

[vbox-dev] _interlockedbittestandset and PSDK Vista Feb 2007

2010-06-28 Thread S. Brandt
Hi! Some time ago (2010-02-15), Andreas told me to use the Vista Platform SDK (Feb 2007) to find credentialprovider.h needed for the guest additions. I installed it today, and compiling virtualbox stopped working (3.2.6). I'm using visual studio 2005sp1 as recommended by

Re: [vbox-dev] Please use better naming conventions for replacing builds...

2010-05-10 Thread S. Brandt
Am 08.05.2010 23:10, schrieb Alexey Eremenko: Please use better naming conventions for replacing builds... like: BETA2 = 61246 BETA2a = 61272 BETA2b = 61317 I recommend using those across the forum... -or- BETA2 BETA2.1 BETA2.2 Hi! Has the beta2 been replaced, already, or not?

Re: [vbox-dev] 3.2.0beta2/win32/OSE does not build: kmk endless recursion

2010-05-10 Thread S. Brandt
Am 10.05.2010 11:51, schrieb S. Brandt: Hi! I'm unable to build the OSE version of the 3.2.0 beta2 (r61317, I'm not sure whether this beta2 has already been replaced). Problem: kmk seems to call itself recursively, until memory is exhausted. Hi! As I just found out, the same applies

Re: [vbox-dev] 3.1 final version vm freezes when hibernating

2009-12-02 Thread S. Brandt
Am 01.12.2009 08:49, schrieb Huihong Luo: 2D seems to be the cause. When 2D is enabled, it's much severe. But I did get crashes when only 3D is enabled (occurs much less). Yes, I installed the OSE edition for the guest additions in safe mode, and google earth works fine in DirectX mode in

Re: [vbox-dev] Building the guest additions ISO

2009-10-01 Thread S. Brandt
John Whitley schrieb: Hi all, I'm looking for instructions on either building the guest additions ISO from the SVN tree, or otherwise extracting the guest additions code in a form I can package as an ISO manually. I note that the ISO wasn't produced by the standard build, and the

Re: [vbox-dev] GuestAddtions OSE: VBoxService.exe does not start

2009-09-20 Thread S. Brandt
Andreas schrieb: Hi, glad that it worked! To install the Shared Folders the following is required: 1) Install VBoxSF.sys driver (filesystem driver) 2) Copy VBoxMRXNP.dll to $SYSDIR 3) Add a new network provider to SYSTEM\CurrentControlSet\Services\VBoxSF\NetworkProvider with

Re: [vbox-dev] Best way to move a vm to another pc?

2009-09-20 Thread S. Brandt
walt schrieb: On 09/19/2009 05:00 PM, Huihong Luo wrote: Thanks, walt. Yes, that will work, provided the drive letter and directory hierarchy keep exactly same on different PCs, because absolute paths are used in those xml files... Hm, yes, I see that you're right. I never noticed that

[vbox-dev] GuestAddtions OSE: VBoxService.exe does not start

2009-09-10 Thread S. Brandt
Hi! Since version 3.0.0, I have the problem that the VBoxService.exe compiled from the sources (OSE version) does not start. All other guest additions tools work w/o problems, but the service does not start. I already posted here some time ago, but no help available ... (see 06.07.2009, OSE guest

Re: [vbox-dev] Build instructions related to VirtualBox-3.0.2-OSE sources

2009-08-07 Thread S. Brandt
Suren R Gundumalla wrote: Team: I could successfully build VirtualBox-3.0.2-OSE sources on Window XP 32 bit. I faced some challenges due to some missed instructions on the build page. I documented below for reference. Please let me know if any item is not clear. Also i request VirtualBox

[vbox-dev] Unable to compile OSE 3.0.2 win32: VBoxNetFlt, __alloca_probe_16

2009-07-11 Thread S. Brandt
Hi! I'm unable to compile the current 3.0.2 version on Win32, VS05: kBuild: Linking VBoxNetFlt Creating library E:/VirtualBox/VirtualBox-3.0.2_OSE/out/win.x86/release/obj/VBoxNetFlt/VBoxNetFlt.lib and object

Re: [vbox-dev] Unable to compile OSE 3.0.2 win32: VBoxNetFlt, __alloca_probe_16

2009-07-11 Thread S. Brandt
S. Brandt wrote: Hi! I'm unable to compile the current 3.0.2 version on Win32, VS05: kBuild: Linking VBoxNetFlt Creating library E:/VirtualBox/VirtualBox-3.0.2_OSE/out/win.x86/release/obj/VBoxNetFlt/VBoxNetFlt.lib and object E:/VirtualBox/VirtualBox-3.0.2_OSE/out/win.x86/release/obj

[vbox-dev] OSE guest additions, VBoxService does not start

2009-07-06 Thread S. Brandt
Hi! I'm using the self-compiled OSE guest additions, version 3.0.0. Unfortunately, the VBoxService.exe service does not start ... neither on system boot (system boot takes about a minute longer), nor manually later on. Debug version, VBOX_LOG=+all did not produce any log file. Only information

Re: [vbox-dev] OSE win32 guest additions 3.0.0 - .inf files for D3D?

2009-07-01 Thread S. Brandt
S. Brandt wrote: Alexey Eremenko wrote: VirtualBox uses WineD3D which forwards all Direct3D calls via OpenGL. In fact you can install WineD3D on your host platform, so all Direct3D code runs via OpenGL on host. Sorry, could you please explain in more detail? Just putting the VBox D3D dlls

Re: [vbox-dev] OSE win32 guest additions 3.0.0 - .inf files for D3D?

2009-07-01 Thread S. Brandt
S. Brandt wrote: Just - not enough memory for nice resolutions ... Oh, that's only D3D7 which obviously is not supported. Direct3D 7-Testergebnisse: Abbruch in 8 (3D-Gerät wird erstellt): HRESULT = 0x8007000e (not enough memory) VBox window automatically resizes to D3D screen size - OK. Thx

Re: [vbox-dev] OSE win32 guest additions 3.0.0 - .inf files for D3D?

2009-07-01 Thread S. Brandt
Leonid wrote: Your installer needs to do the following on the guest: copy %system32%/d3d{89}.dll to %system32%/msd3d{89}.dll copy vbox's d3d{89}.dll over %system32%/d3d{89}.dll copy vboxd3d{89}.dll to %system32%/vboxd3d{89}.dll and copy vboxogl*.dll there as well. Note, on win2k/xp systems

Re: [vbox-dev] Build instructions for OSE beta2 win.x86

2009-06-30 Thread S. Brandt
Hi! Thanks for the instructions. So, I'm not the only one trying to compile the stuff. Kjetil Beck wrote: • qt-win-opensource-4.5.1 did you compiled it yourself, or did you find an appropriate distribution? • gSOAP 2.7.9f Not really necessary. Works without as well, only a bunch of warning

Re: [vbox-dev] Building windows guest additions

2009-06-22 Thread S. Brandt
meself wrote: hi Why do you believe it has been abandoned? B/c it still says New Maintainer Needed, or b/c the current version of the tools (2.2.2) is too old for your purposes? Sorry, I haven't yet come to putting the 2.2.4 version up there. Was trying to get the 3.0.0beta1 to run ...

[vbox-dev] building 2.1.0 on win32 - fixes, and CallNtPowerInformation

2009-01-08 Thread S. Brandt
Hi! Again, I can't manage compiling on windows ... I did some small fixes on the way, yet, I'm still getting stuck somewhere ... It's CallNtPowerInformation / HostPowerServiceWin::WndProc. (1) configure.vbs (a) function CheckForXml2Sub(strPathXml2) if LogFindFile(strPathXml2, lib/libxml2.lib)

Re: [vbox-dev] problem when building debug version

2008-10-29 Thread S . Brandt
Fengjun Eric Tian [EMAIL PROTECTED] writes: Hi, I'm building 2.0.2-OSE under windows xp sp2 host. I can build a debug version using kmk BUILD_TYPE=debug and it is working, the question is, it doesn't print any debug message to the log file, and the first line of log file shows it's still

Re: [vbox-dev] 2.0.2 - QT Frontends don't compile on windows: VBoxqt-mt.lib requested, moc not found , ...

2008-10-01 Thread S . Brandt
Hi! In the end, I got it up and running ... the main thing was to add PATH_TOOL_QT3_BIN=$(PATH_SDK_QT3)/bin PATH_TOOL_QT4_BIN=$(PATH_SDK_QT4)/bin to Config.kmk, in addition to the stuff described above: PATH_SDK_QT4=C:/Programme/Qt/4.4.3 PATH_SDK_QT3=C:/Programme/Qt/3.3.3 Also, for

[vbox-dev] 2.0.2 - QT Frontends don't compile on windows: VBoxqt-mt.lib requested, moc not found, ...

2008-09-29 Thread S . Brandt
Hi! It's impossible for me to compile the QT3 and QT4 frontends of the current VirtualBox version 2.0.2 on windows with Visual Studio 2003. *First Problem*: C:/home/Projekte/VirtualBox/VirtualBox-2.0.2/kBuild/units/qt3.kmk:178: kBuild: Couldn't find the Qt3 headers and libaries...