Jump to content

User:Paradox-01/Blender/Research: Difference between revisions

m
link fix
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://docs.microsoft.com/de-de/windows/win32/procthread/creating-processes CreateProcess].
Therefore let's use [https://learn.microsoft.com/de-de/windows/win32/procthread/creating-processes CreateProcess].


  #include <windows.h> // CreateProcess
  #include <windows.h> // CreateProcess