Algorithman / SoundCenSe

Sound for Dwarf Fortress without the need of java :)
14 stars 2 forks source link

Extracted "get process information" to own class ProcessInfo. #19

Open leiflundgren opened 2 years ago

leiflundgren commented 2 years ago

On Windows, fail to get it DF.exe-path using System.Diagnostics (since we are 32bit and newer DF is 64 bit) Fixed by using interop to Kernel32.dll QueryFullProcessImageName Extracted some "Find DF logic" to ProcessInfo.cs