/[svn]/linuxsampler/trunk/src/hostplugins/vst/PluginVst.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/hostplugins/vst/PluginVst.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1917 by persson, Fri Jun 12 18:55:35 2009 UTC revision 1920 by senoner, Sun Jun 21 15:19:06 2009 UTC
# Line 115  namespace { Line 115  namespace {
115                  si.cb = sizeof(si);                  si.cb = sizeof(si);
116                  ZeroMemory(&pi, sizeof(pi));                  ZeroMemory(&pi, sizeof(pi));
117    
118                  Command = _tcsdup(TEXT((String("javaw -jar \"") + lspath + fantasia + "\" &").c_str()));                  Command = _tcsdup(TEXT((String("javaw -jar \"") + lspath + fantasia + "\"").c_str()));
119                  CreateProcess(NULL, Command, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi);                  CreateProcess(NULL, Command, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi);
120                  ProcessHandle = pi.hProcess;                  ProcessHandle = pi.hProcess;
121                  CloseHandle(pi.hThread);                  CloseHandle(pi.hThread);

Legend:
Removed from v.1917  
changed lines
  Added in v.1920

  ViewVC Help
Powered by ViewVC