Page 1 of 1

Windows 7 games programming

Posted: Thu Nov 15, 2012 8:08 am
by IT_tech81
Hi all I currently have Windows 7. I am just confused with state of windows games programming on a whole. Which version of DirectX should I be looking at learning and does the Win32 Api still exist.

I havnt touched programming for a while now but have changed job and have loads more free time now.

Thanks

Re: Windows 7 games programming

Posted: Thu Nov 15, 2012 4:59 pm
by dandymcgee
IT_tech81 wrote:Hi all I currently have Windows 7. I am just confused with state of windows games programming on a whole. Which version of DirectX should I be looking at learning and does the Win32 Api still exist.

I havnt touched programming for a while now but have changed job and have loads more free time now.

Thanks
Yes, the Win32 API most definitely still exists. DirectX 11 is the latest version of DX, so I would recommend focusing on that if your hardware supports it. Grats on more free time, wish I could say the same for myself. Welcome to the forums.

Re: Windows 7 games programming

Posted: Thu Nov 15, 2012 5:13 pm
by IT_tech81
dandymcgee wrote:Yes, the Win32 API most definitely still exists. DirectX 11 is the latest version of DX, so I would recommend focusing on that if your hardware supports it. Grats on more free time, wish I could say the same for myself. Welcome to the forums.
Thanks for the reply. I have had a look for the Direct 11 SDK. However I can only see the WIndows 8.0 SDK. Now it does state that it works on WIndows 7, however I cannot afford Visual STudio at the minute. Will it work on VC++ express. If so which version 2010 or 2012?

I got a pretty upto date laptop, so should be fine.

Re: Windows 7 games programming

Posted: Thu Nov 15, 2012 5:37 pm
by Aspirer
According to this thread: viewtopic.php?f=6&t=4257&start=30

You won't need the commercial version of VS. These guys know what they're talking about. Paraphrasing: unless you're a commercial software dev you won't need the commercial version of VC, as express has everything you need.

Re: Windows 7 games programming

Posted: Fri Nov 16, 2012 3:31 pm
by dandymcgee
Aspirer wrote:According to this thread: viewtopic.php?f=6&t=4257&start=30

You won't need the commercial version of VS. These guys know what they're talking about. Paraphrasing: unless you're a commercial software dev you won't need the commercial version of VC, as express has everything you need.
That's correct. You can make anything your heart desires in the Express version. VS2010 or VS2012 should both be fine.

Re: Windows 7 games programming

Posted: Wed Nov 21, 2012 2:34 pm
by IT_tech81
Thanks for that guys. It has been most helpful.