Closed NotHunter101 closed 5 years ago
Hi @NotHunter101, you'll need to provide more information for me to be able to help you. Please include a more complete reproducible example, as well as your environment details (operating system, architecture, .NET runtime, etc.).
I pretty much just copied the stock XNA example code into my project. What version of the ImGUI.Net.DLL should I be using, and how would I obtain it? I have a feeling that this is to due with me just having the wrong DLLs.
Operating System: Windows 10 x64 .Net Framework 4.7.2
Okay, apparently I was using the wrong cimgui. Now that I am using the right one, the application boots, but nothing draws. Any ideas?
Are you running the sample program, or your own project? If the latter, what modifications have you made?
I am using my own project, but I essentially copied the code directly from the sample. When I get home I will loading the sample project directly.
I got this to work, I was using the wrong references and targeting the wrong framework version. Thanks for your help.