[vbox-dev] Problems with Configure.vbs
Tyler Kavanaugh
twkav at kc.rr.com
Thu Jun 9 16:25:00 PDT 2011
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4731 bytes
Desc: S/MIME Cryptographic Signature
Url : http://www.virtualbox.org/pipermail/vbox-dev/attachments/20110609/64ee9751/attachment-0001.bin
More information about the vbox-dev
mailing list