Custom Query (16363 matches)
Results (343 - 345 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #339 | fixed | Control Key problam with Virtualbox for Mac OS X guesting Windows | ||
| Description |
I don't speak english very well, but I believe youguys can understand me. I'm running VirtualBox on Mac OS X and guesting Windows XP. I think every your mac programers aware that on mac os x, (ctrl + left click) has same effect as (right click), but on Windows, (ctrl + left click) is using for selecting multiple icons. problem start with that diffrence. on Virtual Box(Windows), if I input (ctrl + left click), instead of multiple selecting, (right click) effect is occur. please handle this ;) |
|||
| #340 | fixed | SVN and OSE compilation faild on debian etch amd_64 | ||
| Description |
the configuration was fine. the compilation works also fine, til this error: kBuild: Compiling vboxvideo_drv_70 - vboxutils.c kBuild: Linking vboxvideo_drv_70 /usr/bin/ld: skipping incompatible /usr/bin/../lib/libc.so when searching for -lc /usr/bin/ld: skipping incompatible /usr/bin/../lib/libc.a when searching for -lc /usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc /usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc /usr/bin/ld: cannot find -lc collect2: ld returned 1 exit status kmk[5]: * usr/src/vbox/out/linux.amd64/release/obj/src/VBox/Additions/linux/xgraphics/vboxvideo_drv_70/vboxvideo_drv_70.so Error 1 The failing command:
|
|||
| #341 | fixed | vditool don't recognize lowercase command name | ||
| Description |
vditool svn (and propably 1.3.8) failed to manage lowercase command string, example: -- LD_LIBRARY_PATH=. ./vditool dump example_disk.vdi vditool Copyright (c) 2004-2005 InnoTek Systemberatung GmbH. Syntax error: Invalid command! Usage: vditool <Command> [Params] Commands and params: -- It's surprising according to call to 'ascii2upper' function. While debugging this I dsicover: szCmd = "dump\000f\203¯¥\212\004\bô\017ò§" before call o ascii2upper and is equal to "+<47\000f\203¯¥\212\004\bô\017ò§" after call. the line "*psz += 'A' - 'z';" (line 39) seems to be really wrong in character case convertion. It will be better to use strcasecmp instead of strcmp in swtich statement, and perhaps better to use a RTStr* function (to be sure to don't miss UTF strings). |
|||

