Commit graph

15 commits

Author SHA1 Message Date
Soreepeong
84f2f0d064 Use Shared VC Runtime 2025-07-20 19:43:58 +09:00
goat
30581d534a boot: don't link nethost.dll implicitly
Turns out this does not work if we are injecting, since ffxiv_dx11.exe does not have dalamud workdir in its DLL search path and can't link the nethost DLL. I definitely don't want to modify the search path in ffxiv_dx11.exe so this bodge will do for now.
2024-07-17 22:54:34 +02:00
goat
782df6ea6b boot: always link nethost.lib 2024-07-17 20:53:11 +02:00
goat
a9ca9b44fb boot: update nethost, hostfxr to 8.0.7 2024-07-17 20:15:39 +02:00
kizer
2f4c0bbc97
Update logging to reflect msvc updates on std::format (#883) 2022-06-17 10:28:10 +02:00
kizer
75de126c9d
Implement xiv fixes into Dalamud.Boot (#857) 2022-05-28 19:11:03 +02:00
kizer
9a38a9470c
Fix inject problems (#820)
* CoreCLR: resolve and load nethost on demand instead of requiring it on load

* Remove nethost loading from C# side

* Added option to not chain Process.Dispose; see for last error only if result is empty
2022-04-25 10:13:32 +02:00
kizer
4d7b3bca9c
Turn Dalamud Injector into a console app (#811) 2022-04-23 16:46:58 +02:00
Soreepeong
e64cc7e687 Print dotnet stack trace on veh error msgbox, and use precompiled headers. 2021-12-24 12:23:23 +09:00
Raymond
9bd713f697 Hide boot dialogs 2021-09-15 17:46:09 -04:00
goat
b32d9df873
Revert "fix: use Windows subsystem for Dalamud.Injector.Boot"
This reverts commit c2df221a47.
2021-09-15 03:11:02 +02:00
goat
c2df221a47
fix: use Windows subsystem for Dalamud.Injector.Boot 2021-09-15 02:46:37 +02:00
Raymond
e8eabef525 Make things compile 2021-08-24 10:33:36 -04:00
Raymond
cca2c5decc Fix PartyFinder class names 2021-08-24 10:22:35 -04:00
Raymond Lynch
658eedca37 Magic the magic happen 2021-07-11 16:32:32 -04:00