Game Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming LanguagesGame Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
  #1  
Old June 25th, 2006, 05:42 PM
Kilgayne Kilgayne is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2006
Location: Republic of Quebec
Posts: 7 Kilgayne User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 1 m 26 sec
Reputation Power: 0
Send a message via AIM to Kilgayne Send a message via MSN to Kilgayne
Unhappy Using the DirectX SDK??

Hi, I wanted to make programs using the DirectX 9.0 SDK so I downloaded and installed it, as well as Borland C++ Builder 6. Being a total n00b at directx programming, I don't need to tell you how confused I am right now! x_x I've looked for tutorials but they're all done in Visual C++, and I've never worked with VC++ before... So do I absolutely need to use VC++ to use the DirectX SDK? Or are there any good tutorials out there I could use?

I think I should mention that I haven't done many uh... windowed apps, I've just got out of console mode you see ^^; so far, I've never created forms or anything with code alone, I just drag and dropped controls and stuff or clicked the "create new form" button in BCB. So if you know of a good tutorial that covers both windows applications and directx (mostly directx though), it would be greatly appreciated!

Reply With Quote
  #2  
Old June 25th, 2006, 08:51 PM
xlordt's Avatar
xlordt xlordt is offline
Only the strong survives!!.
Dev Shed God 1st Plane (5500 - 5999 posts)
 
Join Date: Feb 2003
Location: A World of wonder.
Posts: 5,516 xlordt User rank is Major (30000 - 40000 Reputation Level)xlordt User rank is Major (30000 - 40000 Reputation Level)xlordt User rank is Major (30000 - 40000 Reputation Level)xlordt User rank is Major (30000 - 40000 Reputation Level)xlordt User rank is Major (30000 - 40000 Reputation Level)xlordt User rank is Major (30000 - 40000 Reputation Level)xlordt User rank is Major (30000 - 40000 Reputation Level)xlordt User rank is Major (30000 - 40000 Reputation Level)xlordt User rank is Major (30000 - 40000 Reputation Level)xlordt User rank is Major (30000 - 40000 Reputation Level)  Folding Points: 103339 Folding Title: Super Ultimate Folder - Level 1Folding Points: 103339 Folding Title: Super Ultimate Folder - Level 1Folding Points: 103339 Folding Title: Super Ultimate Folder - Level 1Folding Points: 103339 Folding Title: Super Ultimate Folder - Level 1Folding Points: 103339 Folding Title: Super Ultimate Folder - Level 1Folding Points: 103339 Folding Title: Super Ultimate Folder - Level 1
Time spent in forums: 4 Weeks 1 Day 14 h 51 m 14 sec
Reputation Power: 378
Send a message via ICQ to xlordt Send a message via AIM to xlordt Send a message via MSN to xlordt Send a message via Yahoo to xlordt Send a message via Google Talk to xlordt Send a message via Skype to xlordt
Facebook
Well if your starting out in programming games.. and you have no Idea on how to start.. then I suggest using visual basic ( to start of on the basic side ) then move your way up... say like.. pygame. then you can probably move to directX. DirectX will require you to have some knowledge in c/c++ So it will be of no use for you, and you will be lost.

Reply With Quote
  #3  
Old June 25th, 2006, 09:07 PM
Kilgayne Kilgayne is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2006
Location: Republic of Quebec
Posts: 7 Kilgayne User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 1 m 26 sec
Reputation Power: 0
Send a message via AIM to Kilgayne Send a message via MSN to Kilgayne
Okay, I will rephrase that.

I've been coding in C++ for two years now. I know how to use classes, templates and such. The thing is, I've only been coding in a DOS environment and/or console mode. Now I'd like to use the Windows interface but with the basic controls in, for instance, Borland C++ Builder, I can't make a very advanced game. So I thought of using the DirectX SDK to make games. But I don't know how to use it. So I'd need a good tutorial on how to use the DirectX SDK in BCB!!

Reply With Quote
  #4  
Old June 25th, 2006, 11:00 PM
para45's Avatar
para45 para45 is offline
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2006
Posts: 261 para45 User rank is Sergeant Major (2000 - 5000 Reputation Level)para45 User rank is Sergeant Major (2000 - 5000 Reputation Level)para45 User rank is Sergeant Major (2000 - 5000 Reputation Level)para45 User rank is Sergeant Major (2000 - 5000 Reputation Level)para45 User rank is Sergeant Major (2000 - 5000 Reputation Level)para45 User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 6 Days 1 h 23 m 59 sec
Reputation Power: 43
Is there any particular reason you want to go with DirectX?
If you're really just interested in 3d (or even 2d) graphics, you might also want to consider OpenGL. Contrary to popular belief, OpenGL is still a widely used and up-to-date powerhouse graphics API (was used for Doom3).

I posted a few great OpenGL resources on this post. You'll be most interested in NeHe and the fantastic lecture notes.

If you really want to get into 3d programming, READ THE LECTURE NOTES! It's absolutely necessary to understand the math being used.
Comments on this post
xlordt agrees!

Reply With Quote
  #5  
Old June 26th, 2006, 12:08 AM
Kilgayne Kilgayne is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2006
Location: Republic of Quebec
Posts: 7 Kilgayne User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 1 m 26 sec
Reputation Power: 0
Send a message via AIM to Kilgayne Send a message via MSN to Kilgayne
actually I was thinking of making a two dimensional rpg game, nothing too complicated. anyway thanks for the links, I might consider using opengl instead, although I'd rather use directx.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesGame Development > Writing programs using the DirectX SDK??


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway