You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not exactly the right place for this kind of problems, but oh well. :)
Here, I wrote this for you: https://github.com/kallisto56/BeefDLL
There you will find a workspace that contains two projects, one of which is Game and the other one is Library. Library, as the name suggests, configured to produce a DLL, while Game project will consume it through System.Windows.LoadLibraryA and System.Windows.GetProcAddress.
Note: this might require latest nightly build, that can be downloaded from official webstite.
I want to import a DLL (created by another beef project) in the beef project to implement the functionality like game mods, How do I do this?Thanks!
The text was updated successfully, but these errors were encountered: