mirror of https://github.com/BOINC/boinc.git
parent
81b29b0cc9
commit
dadf01353c
|
@ -1764,12 +1764,12 @@ int CMainDocument::WorkShowGraphics(RESULT* result) {
|
|||
int CMainDocument::WorkShowVMConsole(RESULT* result) {
|
||||
int iRetVal = 0;
|
||||
|
||||
if (strlen(result->remote_desktop_connection)) {
|
||||
wxString strConnection(result->remote_desktop_connection, wxConvUTF8);
|
||||
if (strlen(result->remote_desktop_addr)) {
|
||||
wxString strConnection(result->remote_desktop_addr, wxConvUTF8);
|
||||
|
||||
#ifdef __WXMSW__
|
||||
wxString strCommand;
|
||||
strCommand = wxT("mstsc.exe /v:") + strConnection + wxT(" /admin /w:640 /h:480");
|
||||
strCommand = wxT("mstsc.exe /v:") + strConnection + wxT(" /w:640 /h:480");
|
||||
wxExecute(strCommand);
|
||||
#endif
|
||||
}
|
||||
|
|
|
@ -802,7 +802,7 @@ void CViewWork::UpdateSelection() {
|
|||
// Disable Show VM console if the selected task hasn't registered a remote
|
||||
// desktop connection
|
||||
//
|
||||
if (!strlen(result->remote_desktop_connection)) {
|
||||
if (!strlen(result->remote_desktop_addr)) {
|
||||
enableShowVMConsole = false;
|
||||
}
|
||||
|
||||
|
|
|
@ -81,13 +81,13 @@
|
|||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="libcmt.lib libcpmt.lib kernel32.lib user32.lib gdi32.lib ole32.lib wsock32.lib"
|
||||
OutputFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25036_windows_intelx86.exe"
|
||||
OutputFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25043_windows_intelx86.exe"
|
||||
LinkIncremental="0"
|
||||
SuppressStartupBanner="true"
|
||||
IgnoreAllDefaultLibraries="true"
|
||||
DelayLoadDLLs=""
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25036_windows_intelx86.pdb"
|
||||
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25043_windows_intelx86.pdb"
|
||||
SubSystem="2"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
|
@ -182,13 +182,13 @@
|
|||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="libcmt.lib libcpmt.lib kernel32.lib user32.lib gdi32.lib ole32.lib wsock32.lib"
|
||||
OutputFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25036_windows_x86_64.exe"
|
||||
OutputFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25043_windows_x86_64.exe"
|
||||
LinkIncremental="0"
|
||||
SuppressStartupBanner="true"
|
||||
IgnoreAllDefaultLibraries="true"
|
||||
DelayLoadDLLs=""
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25036_windows_x86_64.pdb"
|
||||
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25043_windows_x86_64.pdb"
|
||||
SubSystem="2"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue