VirtualBox

Changes between Version 7 and Version 8 of Ticket #475


Ignore:
Timestamp:
Jul 9, 2007 9:13:30 AM (17 years ago)
Author:
Sander van Leeuwen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #475 – Description

    v7 v8  
    3131
    3232VBoxOGL.dll needs to be present in \Windows\System32.
     33
     34You can also directly link the OpenGL test cases with VBoxOGL.lib to test them directly.
     35 * replace $(PATH_SDK_W2K3DDKX86_LIB)/opengl32.lib with $(PATH_LIB)/VBoxOGL.lib in the makefile of the test cases
     36 * add VBOX_WITH_WGL_EXPORTS to VBoxOGL_DEFS in the VBoxOGL makefile
     37
     38Enabling logging can be of invaluable help while debugging problems.
     39 * export the VBOX_LOGS variable and set it to -all+shared_opengl+dev_vmm_backdoor
     40 * build the debug version of VBox
     41
     42The full debug version of VBox adds quite a bit of overhead and might assert from time to time. For OpenGL debugging you only need to use the debug binaries of the hardware Devices (VBoxDD*.*). You can simply copy them into the directory with the full release version. (both must be at the same SVN level of course)

© 2023 Oracle
ContactPrivacy policyTerms of Use