C
C#2mo ago
Mih4n

How to glue cpp with c#

I have a project that aims to provide an api for a cpp library (Minecraft bedrock plugin loader, Endstone), and I need to import a lot of dlls. The question is, can I somehow generate it https://github.com/Mih4n/FPUCS/blob/main/DotnetLoader/DotnetLoaderLibrary/Plugin/PluginImports.cs https://github.com/Mih4n/FPUCS/blob/main/HostLoader/src/plugin/EndstoneExports/PluginExports.hpp
GitHub
FPUCS/DotnetLoader/DotnetLoaderLibrary/Plugin/PluginImports.cs at m...
Contribute to Mih4n/FPUCS development by creating an account on GitHub.
GitHub
FPUCS/HostLoader/src/plugin/EndstoneExports/PluginExports.hpp at ma...
Contribute to Mih4n/FPUCS development by creating an account on GitHub.
1 Reply
Mih4n
Mih4nOP2mo ago
I would also appreciate any suggestions on the project structure.

Did you find this page helpful?