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

fix dll doesn't compile issue #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ysyyork
Copy link

@ysyyork ysyyork commented Jun 9, 2023

I'm not sure if this is valid fix but at least I can't directly compile the C++ project out of the box. I have to do 2 things

  1. copy the .def file into the project root directory
  2. Edit the .vcxproj file and update the postbuild command path. The original path is not valid and it's missing one \...

After this change, i can compile successfully. However i'm not sure if this fix mess up anything else tho. Please check and let me know. Thanks!

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

Successfully merging this pull request may close these issues.

2 participants