microsoft / vs-pty.net

Fork pseudoterminals in C#
MIT License
49 stars 18 forks source link

How to find conpty #17

Closed bnuzhouwei closed 3 years ago

bnuzhouwei commented 4 years ago

When i try to test the assembly, I clone the code, and compiled with .NET48, and got the error.

System.DllNotFoundException: cannot load DLL“os64\conpty.dll”.

javierdlg commented 3 years ago

Conpty comes from the dependency project https://github.com/microsoft/terminal, it also comes shipped with Windows although I'd suggest getting it from the linked repo instead.