15.02.2014, 00:58
To run in a Virtual Machine, you need to do the following:
Add this line to the VMX file for your Virtual Machine you want to run Delphi in.
monitor_control.restrict_backdoor = "TRUE"
You also need to change the description of the Video Driver in your VMware virtual Machine Windows install. Go into the Virtual Machine's Registry and modify this entry.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E968-E325-11CE-BFC1-08002BE10318}\0000]
Change the following
"DriverDesc"="VMware SVGA II"
to
"DriverDesc"="My SVGA II"
That's all you need to do.
Add this line to the VMX file for your Virtual Machine you want to run Delphi in.
monitor_control.restrict_backdoor = "TRUE"
You also need to change the description of the Video Driver in your VMware virtual Machine Windows install. Go into the Virtual Machine's Registry and modify this entry.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E968-E325-11CE-BFC1-08002BE10318}\0000]
Change the following
"DriverDesc"="VMware SVGA II"
to
"DriverDesc"="My SVGA II"
That's all you need to do.
** Keine Hilfestellung per PN ** nur übers Board dann haben alle was davon !