19,703
edits
Paradox-01 (talk | contribs) mNo edit summary  | 
				m (link fix)  | 
				||
| Line 190: | Line 190: | ||
system(processFile); could be used but then Blender hangs until the child has process finished.  | system(processFile); could be used but then Blender hangs until the child has process finished.  | ||
Therefore let's use [https://  | Therefore let's use [https://learn.microsoft.com/de-de/windows/win32/procthread/creating-processes CreateProcess].  | ||
  #include <windows.h> // CreateProcess  |   #include <windows.h> // CreateProcess  | ||