Finish support for generating bindings to static libraries #224
Labels
Area-OutputGeneration
Issues concerning the process of generating output from Biohazrd
Concept-CppFeatures
Issues concerning unsupported C++ features
Concept-CrossPlatform
Issues concerning cross-platform support
Language-C#
Issues specific to C#
Platform-Linux
Issues specific to Linux
Platform-Windows
Issues specific to Windows
Milestone
I actually got most of this done for PhysX but I decided to go in a different direction (MochiLibraries/Mochi.PhysX#4) and I still need to polish the implementation and add proper Linux support.
Here's a Windows-specific implementation:
Linux is pretty easy, you can use
-Wl,--whole-archive
to link a static library into a shared library and export all of its symbols:Polish that is still needed:
(CoffSymbolComplexType)32
thing. (At first I thought Kaisa was wrong, but it seems to match the relevant documentation.).lib
for it?)The text was updated successfully, but these errors were encountered: