smack0007 / GLFWDotNet

.NET bindings for GLFW.
MIT License
50 stars 8 forks source link

Visual Studio Issue #10

Closed Tetrago closed 5 years ago

Tetrago commented 5 years ago

When adding this in visual studio, I get this error:

Error Failed to add reference to 'glfw3'. Please make sure that the file is accessible, and that it is a valid assembly or COM component.

Tetrago commented 5 years ago

I attempted to add the package manually to the project config file, but when launched, the program says that it failed to find the glfw dll, that path of which was in the bin path of the project it was referenced to.