-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use libdeflate [de]compressor under conditional compilation #13
Comments
A few additional thoughts... Pros
Cons
Misc
...with relevant deflate/inflate code gently modified...
Hard to know what is "best" for the average VB6 consumer of the class :/ |
10x for input, Tanner. I think gcc/mingw must support stdcall on x86 targets. Although still have to weight in benefits of using official release dlls against custom built stdcall ones. |
Yes, GCC does support stdcall exports, but I am fuzzy on "best practices" for handling things like name-mangling with it... tbh I have moved more and more toward p/invoke-style DispCallFunc wrapping of official 3rd-party release builds in recent years, mostly because maintaining custom stdcall builds is tedious and I find few repo owners are interested in merging patches to simplify cross-building. But it's also entirely possible that I am just getting lazier... :) Either way, thank you for investigating this feature! (And sorry for popping into this repo so often; it's one of the few I watch on GitHub as I've deployed it to quite a few client projects - across many production environments, it works excellently.) |
Pros
Cons
.dll
The text was updated successfully, but these errors were encountered: