Search found 12 matches

by EvolutionXEngine
Mon Oct 05, 2009 12:07 pm
Forum: Game Development
Topic: Directx10 Beginning!
Replies: 21
Views: 5945

Re: Directx10 Beginning!

OMG i got it to work .. you guys where right .. I didn't know what was Projects/Solutions.. to open Tutorial00.cpp i first had to open Project Tutorial00.(something lol) and then execute.. My heart started pumping fast and that "window" made my day.. Thanks Guys .. Im going to continue rea...
by EvolutionXEngine
Fri Oct 02, 2009 5:45 pm
Forum: Game Development
Topic: Directx10 Beginning!
Replies: 21
Views: 5945

Re: Directx10 Beginning!

//-------------------------------------------------------------------------------------- // File: Tutorial00.cpp // // This tutorial sets up a windows application with a window and a message pump // // Copyright (c) Microsoft Corporation. All rights reserved. //-------------------------------------...
by EvolutionXEngine
Thu Oct 01, 2009 10:53 pm
Forum: Game Development
Topic: Directx10 Beginning!
Replies: 21
Views: 5945

Re: Directx10 Beginning!

Do i have to the same thing to just execute a "Window" You see in the Directx 10 folder contains tutorials like you guys mention and, Tutorial 00 is just the create a "window" a simple window and i cant execute... Why cant i execute a window...?
by EvolutionXEngine
Wed Sep 30, 2009 12:39 pm
Forum: Game Development
Topic: Directx10 Beginning!
Replies: 21
Views: 5945

Re: Directx10 Beginning!

I think i might have found the problem! I believe you have to do something with "project" > Confuguration Properties>Linker>Input and in the Additional Dependencies field. I heard that you suppose to do this for every project that you do in Microsoft Visual C++. Would this be after you add...
by EvolutionXEngine
Tue Sep 29, 2009 9:09 pm
Forum: Game Development
Topic: Directx10 Beginning!
Replies: 21
Views: 5945

Re: Directx10 Beginning!

Thanks but is the exact same code that i reviewed in Microsoft Tutorials. I will read more in detail and i downloaded the newer version of Directx10 book. Introduction to 3D Game Programming with DirectX 10 by Frank D. Luna is a good book but right now im covering the vectors so doesn't really tell ...
by EvolutionXEngine
Mon Sep 28, 2009 8:17 pm
Forum: Game Development
Topic: Directx10 Beginning!
Replies: 21
Views: 5945

Re: Directx10 Beginning!

Well, that's the thing. I don't have actual code that i can show you. I've been trying that same code you posted which is the MAIN WINDOW, but I'm having trouble with Visual C++ 2008. When i use the DevC++ IDE it executes the window with no problem, but doesn't work with directx 10. I believe that m...
by EvolutionXEngine
Mon Sep 28, 2009 1:15 pm
Forum: Game Development
Topic: Directx10 Beginning!
Replies: 21
Views: 5945

Directx10 Beginning!

I started learning how to use the Directx10 API , but im having trouble setting up the D3Dx10, etc device. I saw in a youtube video where this guy uses the <window.h> to make the window. Then he makes another program to link the Directx 10 device, such as the back buffer, rendering and swap chains. ...
by EvolutionXEngine
Sun Apr 26, 2009 6:46 pm
Forum: Programming Discussion
Topic: An Introduction to Programming, For beginners
Replies: 54
Views: 18069

Re: An Introduction to Programming, For beginners

Still im reading the C++ book but i want to get an idea of a game structure.
Can anyone help. Such as a 2d or 3d structure... some sort of chart!

Thanks!
by EvolutionXEngine
Mon Apr 06, 2009 3:18 pm
Forum: Programming Discussion
Topic: An Introduction to Programming, For beginners
Replies: 54
Views: 18069

Re: An Introduction to Programming, For beginners

Sooo now I'm trying to learn C++ with the Dummies version... dam... anyways my complier is to executing this.. I copy and paste ..but it says their is an error and i can't figure it out... // BoolTest - compare variables input from the // keyboard and store the results off // into a logical variable...
by EvolutionXEngine
Thu Feb 05, 2009 10:34 am
Forum: Programming Discussion
Topic: User input
Replies: 14
Views: 1057

Re: An Introduction to Programming, For beginners

haha lol string stupidity; cout << "C'mon guys im just a noob, what's your name?"; cin >> stupidity; cout << "C'mon guys im just a noob, my name is " << stupidity << " What is your name?"; system("pause"); return 0; } lol man this C++ book is hard!
by EvolutionXEngine
Tue Feb 03, 2009 4:47 pm
Forum: Programming Discussion
Topic: User input
Replies: 14
Views: 1057

Re: An Introduction to Programming, For beginners

THANK YOU SO MUCH !!! YEAH IT DID WORK!

NOW I READ!
by EvolutionXEngine
Mon Feb 02, 2009 8:35 pm
Forum: Programming Discussion
Topic: User input
Replies: 14
Views: 1057

User input

Hello my name is Erick and I've seen your youtube videos for the longest. Before i saw the videos i knew i was interested in video game design and development. I want to learn C++ and hopefully one day make a game engine! I bought a C++ book and im in like page 120 of 900 and everything was fine un...