You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Linux version of System.Diagnostics.Process.dll works fine, but trying to add --net-lib with the Windows .NET 5 SDK version you will encounter this error. (Presumably you need to use the trace function(?))
Module Interop does not define type Interop_Shell32_SHELLEXECUTEINFO
C:\HaxeToolkit\haxe\std/haxe/Log.hx:29: lines 29-75 : ... Defined in this class
This is a stub of what the C# interface looks like for that type
The Linux version of
System.Diagnostics.Process.dll
works fine, but trying to add--net-lib
with the Windows .NET 5 SDK version you will encounter this error. (Presumably you need to use thetrace
function(?))This is a stub of what the C# interface looks like for that type
This DLL is required for Haxe std to compile on C# windows.
The text was updated successfully, but these errors were encountered: