NuklearDotNet icon indicating copy to clipboard operation
NuklearDotNet copied to clipboard

Solution not passing build

Open sbarisic opened this issue 7 months ago • 3 comments

          Can you share your process of getting NuklearDotNet to work in MonoGame? I just cloned the repo and I can't even get the examples to build. Not sure how to start with MonoGame.

The errors when I try to build ExampleShared or Example_WindowsForms:

Severity	Code	Description	File	Line	Suppression State
Error	C1083	Cannot open include file: 'nuklear.h': No such file or directory	C:\Dev\XNA--Monogame\NuklearDotNet\NuklearDotNetRepo\Nuklear2\Nuklear.c	17	
Error	CS5001	Program does not contain a static 'Main' method suitable for an entry point	C:\Dev\XNA--Monogame\NuklearDotNet\NuklearDotNetRepo\ExampleShared\CSC	1	N/A

Edit: If it matters, I installed NativeLibraryLoader, which is given as a requirement in the original project.

Originally posted by @kriskeillor in https://github.com/sbarisic/NuklearDotNet/issues/14#issuecomment-1800342611

sbarisic avatar Nov 08 '23 09:11 sbarisic