Skip to content

Avoid startup dependency on AXHost DLL#1327

Merged
blairmcg merged 4 commits into
masterfrom
blairmcg/1323
Feb 15, 2025
Merged

Avoid startup dependency on AXHost DLL#1327
blairmcg merged 4 commits into
masterfrom
blairmcg/1323

Conversation

@blairmcg

Copy link
Copy Markdown
Contributor

The AXHost DLL is optional and its absence should only cause a failure if an attempt is made to actually use it.

This mitigates #1323. Although the DLL should be added to the setup, this should prevent failure on initial startup following installation.

Contains a few other small low-impact changes. Often the Scintilla upgrades are impactful, but in this case there is no API change.

No material changes to API.
See [Scintilla History](https://www.scintilla.org/ScintillaHistory.html)
If the AXHost library, DolphinAX8.dll, cannot be loaded, then image startup
fails. Since this is an optional component, it would be much better to fail
when attempting to use it.
@blairmcg blairmcg merged commit 04230dd into master Feb 15, 2025
@blairmcg blairmcg deleted the blairmcg/1323 branch February 15, 2025 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant