Hi, well i read post and post but all of them assumes than we know how to use directx, so I wondering about: Where can i found info, tutorials, about how to get started... In C/C++, or C# oriented to those how never in their lives have contact with DirectX before and their skill in programming are Intermediate... thx
PS. Simple kind, because i found one, but in the begining it said.... Create a new project... ok, but in VS.NET 2005 C++ are a bunch of options to create a new project... please info for trully beginners...

4 Beginners!
Ivan Scattergood
If you are going to go along the path of the sample framework, I have put together an article on Coding4Fun that goes through setting up a basic application template using the sample framework as a base. This end product is the same as the empty project from the SDK, but it includes information like adding media files and content to the project, and then exporting it as a template for reuse later (Similar to the old Project Templates of the 2004 SDK Versions).
After that you can then have a look at my blog post on rotating a simple mesh, this will give you the basic steps to use one of the built in mesh systems and rotate it on the screen.
ChaitanyNaveen
thanks a lot for both examples, Glenn!! Really helpful ;)
btw. do you have any experience with running the framework on a panel instead of a window
hani1426
hy. i have readed your article at http://msdn.microsoft.com/coding4fun/weekend/apptemplate/default.aspx.
i have done all the things you wrote there but i stil can't make that template you speak about, what so ever. i am dealing with 3 errors (please take a look at the picture i have posted here http://80.97.50.242/). i am using visual studio 2005 and directX Sdk oct 2005 , exactly like you said. thanks a lot
Sjefsmoen
Silvercat
MartinDolphin
The best method for starting a new project is to use the "Install Project" feature in the SDKs' "Sample Browser" program. Load that up, and one of the links under each entry will be "Install Project" - click that and it'll copy the necessary project/code files for you to start working with... There's one called "EmptyProject" that is equivalent to creating other types of new project in VStudio.
Have you read through the tutorials and programming guide in the SDK That should give you a fair amount to get started with.
hth
Jack
KushalMarthak
Gabi - I have posted an message in your other post.
For the example of using a panel, sorry I have not done much at all with that, but you might be able to talk to Zman as he has done some work with it. Also there is an example in the user samples on www.gotdotnet.com that does use an older version of the framework and a panel. Here is the link to the sample...
dooney
sxd
Hi, well at last I found 2 sites, with the necesary information to begin with directx, have good examples, and one of them a small "matematics" tutorial...
http://www.andypike.com/tutorials/directx8/
http://www.codesampler.com/index.htm
--
I think these site will help you like me