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

GUILayer project sometimes fails to compile #10

Open
djewsbury opened this issue Jun 19, 2016 · 0 comments
Open

GUILayer project sometimes fails to compile #10

djewsbury opened this issue Jun 19, 2016 · 0 comments

Comments

@djewsbury
Copy link
Collaborator

Sometimes while compiling the GUILayer project, we get errors such as this:

error LNK2022: metadata operation failed (801311E4)

This is related to the combination of native C++ and managed C++ used in the GUILayer project. Unfortunately the root cause is not known; but my suspicion is it is related to forward declarations of some native classes.

There is a work around currently:

  • If you get this error, just rebuild the single project "GUILayer"
    • To do this, right click the project in solution explorer, and select "Project Only > Rebuild"
    • This will rebuild GUILayer successfully, without rebuilding any other projects.

This work-around is helpful; but I would love to have a more reliable solution!

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

1 participant