What's the limitation in express edtion?

B

Boki

Hi All,


If I use express edtion, can I still develop directX game program?

If yes, what's the limitation?


Best regards,
Boki.
 
C

Carl Daniel [VC++ MVP]

Boki said:
Hi All,

If I use express edtion, can I still develop directX game program?

If yes, what's the limitation?

Express edition doesn't include MFC or ATL. Just about everything else you
can get from the Windows SDK, including all the Direct-X libraries, headers,
etc.

-cd
 
B

Bruno van Dooren

If I use express edtion, can I still develop directX game program?
If yes, what's the limitation?

Hi Boki,
here is a comparison table for the different VC editions:
http://msdn2.microsoft.com/en-us/library/hs24szh9.aspx

As Carl already indicated, you have to download the Platform SDK and DirectX
SDK yourself because they are not included with the express edition by
default.

--

Kind regards,
Bruno van Dooren
(e-mail address removed)
Remove only "_nos_pam"
 
B

Boki

Bruno said:
Hi Boki,
here is a comparison table for the different VC editions:
http://msdn2.microsoft.com/en-us/library/hs24szh9.aspx

As Carl already indicated, you have to download the Platform SDK and DirectX
SDK yourself because they are not included with the express edition by
default.

--

Kind regards,
Bruno van Dooren
(e-mail address removed)
Remove only "_nos_pam"

Hi All,

Thanks for your information!

Best regards,
Boki.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top