Hello all, I'm having some trouble using the "configure.vbs" script on Windows XP SP3. I invoke it like so:
c:\VirtualBox> cscript configure.vbs and the output is: Microsoft (R) Windows Script Host Version 5.7 Copyright (C) Microsoft Corporation. All rights reserved. Shell inheritance test: OK Source path: OK Checking for kBuild... Found kBuild: C:/VirtualBox/kBuild Found kBuild binaries: C:/VirtualBox/kBuild/bin/win.x86 Checking for Windows 2003 DDK, build 3790 or later... Found Windows 2003 DDK: C:/WINDDK/3790.1830 Checking for Visual C++... Found Visual C++ v10 with ATL: C:/PROGRA~1/MICROS~2.0/VC (C:/Program Files/Microsoft Visual Studio 10.0/VC) Checking for Windows Platform SDK (recent)... C:\VirtualBox\configure.vbs(140, 4) Microsoft VBScript runtime error: Type mismatch: 'LBound' I thought to myself, "OK, perhaps LBound is returning the wrong type," so I went into configure.vbs and changed line 140 like so: for i = CInt(LBound(arrStrings)) to CInt(UBound(arrStrings)) and got the same result upon reinvocation. Any help would be greatly appreciated. Sincerely, Tyler
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ vbox-dev mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-dev
