Closed Shadowblitz16 closed 4 years ago
it might better to wrap the unmanaged c++ dlls into a managed C# one so that something like fody can be used with love2d.
this is the result of a discussion about how to embed native dlls into a managed library with a user called abnormal.
It embeds the following.. love.dll lua51.dll mpg123.dll OpenAL32.dll SDL2.dll
good idea. i'm not use the costura, but i get the same effect. now it will release native library to temp folder. 11.0.37.
closed because it finished .
do you think costura fody could be used to embed the 3rd party love dlls?
I can only seem to get it to work with love.dll however maybe you can get it to work with the others