Possibility to use as nuget package
See original GitHub issueIs it possible to make use the nuget package given by using add package glfw-net
,
instead of using the source code directly, even as submodule?
Whenever I try, I receive a System.DllNotFoundException
even when renaming the dll files from glfw3 to glfw. Neither does changing the location from a lib folder to the root seem to work. Though this method seems greatly more preferable to cloning the source.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (3 by maintainers)
Top Results From Across the Web
Create a package using the nuget.exe CLI
A detailed guide on designing and creating a NuGet package, including files and versioning.
Read more >How to Use NuGet Packages: The Ultimate Guide
This article is a complete guide to configure, install, update, uninstall, and clear caches of NuGet packages in a Visual Studio project's ...
Read more >Is it Possible to Create Nuget Package for Single Project in ...
Yes, you can do only specific projects. You could even make a package for a single static text file. It is very flexible....
Read more >Creating NuGet Packages the easy way with .NET Standard in C
NuGet packages are a way to share versioned code with the world. If you have done any development in C#, you have used...
Read more >Is It possible to use Nuget packages in Acumatica?
Yes, you can add them using normal Visual Studio and incorporate them into the dll for your project. Is there a specific package...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think I can get an updated release pushed out within the next few days, I have admittedly been a little complacent with this project lately working on a small game-engine myself. Luckily, doing so has brought to my attention a few other minor issues that could be improved upon with this library, so I will use the opportunity to improve those aspects as well.
I will be dropping the .NET Standard targeting and just going full-on .NET Core to finally fix the library loading once and for all. There is very little reason not to be using .NET Core at this point on any desktop platform, and it is causing more problems than it fixes sticking with .NET Standard.
i installed glfw-net and glfw 3.3.1 in nuget but im getting the same unable to load dll issue.
Im doing something wrong. If i installed through nuget i dont need to go download the actual dlls right?