VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (142 - 144 of 16363)

Ticket Resolution Summary Owner Reporter
#146 duplicate Bug of configure.vbs lifeengines
Description

When i was try to structure the build environment,I found the line 930 of configure.vbs can not find the PlatformSDK's root directory when run the script without parameter "--with-sdk=PATH", line 930:if (strPathPSDK = "") And (str <> "") then I change the line to line 930:if (strPathPSDK = "") And (str = "") then and it's work well. another is in sub CheckForWin2k3DDK

if strPathDDK = "" then

MsgError "Cannot find a suitable Windows 2003 DDK. Check configure.log and the build requirements." exit sub

end if

should put after

arrSubKeys = RegEnumSubKeys("HKCU", "SOFTWARE\Microsoft\WINDDK") @todo Need some sorting stuff here. for Each strSubKey In arrSubKeys

str = RegGetString("HKCU\SOFTWARE\Microsoft\WINDDK\" & strSubKey & "\SFNDirectory") if (strPathDDK = "") And (str <> "") then

if CheckForWin2k3DDKSub(str, False) then strPathDDK = str

end if

Next

#147 duplicate Bug of configure.vbs lifeengines
Description

When i was try to structure the build environment,I found the line 930 of configure.vbs can not find the PlatformSDK's root directory when run the script without parameter "--with-sdk=PATH", line 930:if (strPathPSDK = "") And (str <> "") then I change the line to line 930:if (strPathPSDK = "") And (str = "") then and it's work well. another is in sub CheckForWin2k3DDK

if strPathDDK = "" then

MsgError "Cannot find a suitable Windows 2003 DDK. Check configure.log and the build requirements." exit sub

end if

should put after

arrSubKeys = RegEnumSubKeys("HKCU", "SOFTWARE\Microsoft\WINDDK") @todo Need some sorting stuff here. for Each strSubKey In arrSubKeys

str = RegGetString("HKCU\SOFTWARE\Microsoft\WINDDK\" & strSubKey & "\SFNDirectory") if (strPathDDK = "") And (str <> "") then

if CheckForWin2k3DDKSub(str, False) then strPathDDK = str

end if

Next

#148 fixed Please update Guest OS information once-in-a-while. Technologov
Description

Your guest OSes weren't updated for very long time. http://www.virtualbox.org/wiki/Guest_OSes

I have made my own compatibility matrix, please look: http://www.yousendit.com/download/UnlBZHlqY1NRYTk1VEE9PQ

-Alexey Eremenko

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy