diff --git a/GUI/Program.cs b/GUI/Program.cs index 17aaf57..c955516 100644 --- a/GUI/Program.cs +++ b/GUI/Program.cs @@ -14,6 +14,7 @@ namespace GUI [STAThread] static void Main() { + if (!HostInterop.Host.Start()) return; Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new Form1()); diff --git a/HostInterop/HostInterop.h b/HostInterop/HostInterop.h index 57f3e8f..1f9aad4 100644 Binary files a/HostInterop/HostInterop.h and b/HostInterop/HostInterop.h differ diff --git a/HostInterop/HostInterop.vcxproj b/HostInterop/HostInterop.vcxproj index 86ad513..6ccee25 100644 --- a/HostInterop/HostInterop.vcxproj +++ b/HostInterop/HostInterop.vcxproj @@ -95,7 +95,7 @@ Use - + ..\Builds\Debug\texthook\vnrhost.lib;%(AdditionalDependencies)