Hey, I didn't even realize that you had a forum. I would have asked my question here at the very beginning, so thats for the redirection...
Ok my problem is pretty specific now that have tried to solve it through moving things, and renaming, and reorganizing... but no luck with getting it solved.
http://www.thehazymind.com/archives/2005/06/tutorial_2_crea.htmI read tutorial 2 and downloaded the source(c# files), then updated my c#, directX, and .NET SDK's... I followed along typing my own code with tutorial 2....When I run the program, it begins to run then goes straight to a "!". I double checked by running your sources, and making the changes to directx and presentParams and such... but I get the exact same problem:
myDevice.Clear(ClearFlags.Target, Color.CornflowerBlue, 1.0f, 0);
Object reference not set to an instance of an object
I assume myDevice is NULL and it can't be. The Device myDevice is set up the same way as in the tutorial.
I literally am using the exact source code made available. I have no idea what to do, because I don't even see the problem. ::frustrating:: I have come to believe that the error may have to do with something in Visual C# itself. I am not familiar with it enough to know for sure.
Any info that you need from me, to come up with a solution to this I will post ASAP. I am having horrible luck with C# and I would like to start getting somewhere eventually...
Any troubleshooting advice is helpful, considering this could be a simple "why didn't I think of that" type of thing.
Thanks,
Hans