Help Problem with devices!!

Started by
0 comments, last by TheAdmiral 17 years, 5 months ago
Hi i'm a complete noob at game development and have just started to code games using ms XNA and i use the visual Basic coding language. I Came across a problem when coding a game engine: http://i49.photobucket.com/albums/f292/smithy1158/errorsone.png Please Help
Advertisement
You're trying to call a function that doesn't exist. InitialiseGraphics isn't an XNA function, but something you must write yourself.

I suggest you take a closer look at the tutorial or sample you got this from and see how this function is implemented.

Regards
Admiral
Ring3 Circus - Diary of a programmer, journal of a hacker.

This topic is closed to new replies.

Advertisement