Skip to content
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

How to import beef dll #1843

Closed
jemoo opened this issue May 11, 2023 · 1 comment
Closed

How to import beef dll #1843

jemoo opened this issue May 11, 2023 · 1 comment

Comments

@jemoo
Copy link

jemoo commented May 11, 2023

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!

@kallisto56
Copy link
Contributor

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.

If you have any questions, hop on official Discord server: https://discord.gg/rnsc9YP

This issue may be closed.

@bfiete bfiete closed this as completed Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants