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

LINK1104: cannot open file 'plugin_d.lib' #23

Closed
TheoryOfNekomata opened this issue Dec 29, 2016 · 3 comments
Closed

LINK1104: cannot open file 'plugin_d.lib' #23

TheoryOfNekomata opened this issue Dec 29, 2016 · 3 comments

Comments

@TheoryOfNekomata
Copy link
Contributor

How to resolve this is not written in the documentation.

It just happens that the plugin_d.lib file is just written in the project linker config as is (without a complete path).

@quiret
Copy link
Collaborator

quiret commented Dec 29, 2016

Have you compiled plugin_sa and plugin_vc in Debug configuration? Compiling them this way creates the files in the right spot :)

Could you specify what project you were compiling? Any of the examples?

@eklypss
Copy link

eklypss commented Dec 29, 2016

I had the same problem, as quiret said above you have to open the plugin.sln in the root directory and build either the SA or the VC plugin project and it will create the plugin_d.lib file, after that your plugins will compile just fine.

@TheoryOfNekomata
Copy link
Contributor Author

@quiret, @bengace Your solution worked. I just need to compile the plugin_sa/plugin_vc project. I didn't know this had to be done because it wasn't included in the installation instructions in the wiki.

Closing this now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants