Software Development Network Logo
  • Windows Live
  • Windows Forms
  • Architecture
  • Smart Device
  • VS Team System
  • Microsoft ISV
  • Visual C#
  • Visual Basic
  • Game Technologies
  • Visual FoxPro
  • Visual C++
  • .NET Development
  • Windows Vista
  • Visual Studio
  • SQL Server

Software Development Network >> Game Technologies

Game Technologies

New Question

NEXT DIRECTX BETA AVAILABILITY?
Still using Visual C++ 6.0? Try Visual C++ Express Edition with DirectX!
A small problem with project files SDK and C# Express 2005
Program for editing .x files
DirectPlay Voice Error
Directx 9.0C Deployment Problem
UI controls
Rotating around mesh center
Run time error when attempting to toggle Wireframe mode.
Broken Link to MechCommander 2 Shared Source Release

Top Answerers

CryptoKnight
it99kent
WISDOM
Deefer
trehberg
bdaniel7
wpcheah
aggieben
Echo1937
Ali Reza Pooneh
Pembroke International
Only Title

Answer Questions

  • Santhosh Kumar errror 1721

    when i trying to instal XNA build system .. then i get this error : error 1721. There is a problem with this windows installer package. A program required for this install to complete could not be run. i running Windows XP home edition & SP 2 whats wrong.. This is most likely caused by a corrupt download. I would suggest trying to download the installer again, and possibly using a download manager to assure that it's ...Show All

  • cisellis XBox and directX

    I am new to game programming and directX and I would like to inquire about the following problems... I want to develop games for my Xbox; Is there a DirectX SDK for that or the DirectX10 SDK would work with it. If there is another SDK then where can it be downloaded from How do I view the game that I would be developing at my PC, through an emulator or something And can the LAN connection of the Xbox be used to dump the game resou ...Show All

  • Justin Starnes Cloth simulation through physics

    Hi, Are there any SDKs that enables animation of cloth like dresses, skirts, hair etc Or any samples on how to implement it (I know it's not an easy task). Thanks! Hmm...I can't say I found many SDKs offering cloth simulation. I forgot to mention that I need real-time simulation, not some plugin for Maya or 3DS.. Thanks again! Yup. Just enter "Phys ...Show All

  • AtinLango Problem with "PlaySound()" Function????

    When ever I used to Play a .Wav file through "PlaySound" Function it is stopping the Previous sound and Playing the new one. I want to Two files to be Played Simultaneously. Is there any other function in VC++. or How can we use the PlaySound Function to play the multiple .Wav files simultaneously.. Thanx Aarkay PlaySound is not capable to do this. You can try it with DirectX. ...Show All

  • joe_pool_is Really curious behaviour

     Hi, I am using Visual Studio 2005 Beta 2 and Managed DirectX from the August 2005 SDK. My Program does behave very differently on different computers. On some computers it crashes reporting an AccessViolationException, on another computer it crashes reporting a Direct3DXException and on my development system it works fine until I use the debug runtimes. When using the debug runtimes, the program crashes and Visual Studio shows some assembl ...Show All

  • tessy Sample framework on a panel

    Hi, As a lot of people have already said the sample framework is great but it is very big and thus hard to understand. I would need to run the sample framework inside a Panel instead of it always opening a new form. Has anyone implemented this Thank you, saso Glenn Wilson wrote: Have a look at the following sample , it uses the sample framework inside a windows panel, it might be what you are ...Show All

  • KFowler Realy simple tutorial.

    Hello I'm looking for a tutorial that shows the most simple DX-program ever, just how to create a simple plane/box/polygon. I've looked everywhere but all i can find is "create your own battletank game", "your own flightsimulator" etc etc. I'm using J# but there is almost no tutorials for that so i have to use C#-tutorials and convert them but that takes alot of time, specialy if the tutorials has mixed in some piece of flightsimulator code in i ...Show All

  • johnnyappleseed .NET 2.0 application template

    Hi! How to create an application template like the one presented here: http://msdn.microsoft.com/coding4fun/weekend/apptemplate/default.aspx , but for .NET 2.0 I'm new to the whole .NET thing and it's quite confusing for me. I tried to follow the steps in the tutorial mentioned above and just changed reference to Microsoft.DirectX (which should i use: "version 2.0.900.0 runtime 2.0" or "version 2.0.0.0 runtime 2.0.50727" ), but should i also us ...Show All

  • LukeRazor to David Weller and tom miller

    Hello . Please fix before xmas Microsoft.DirectX.DirectInput;  Version beta 2 december 2005   no mouse or keyboard support SystemGuid.Keyboard or SystemGuid.Mouse SystemGuid is gone. We have to release a sdk for game engine cos money problem it is hard to wait 4 month with no income in the firm and 4 peoble on the payrool we have been programing for allmost 1 year now prepering for net framework 2.0 of directx and mobile directx ...Show All

  • markgkda Directx 9.0C issues , cant play games anymore.......

    I had a missing system DLL file in my Directx 9.0 C . I tried reinstalling 9.0C but I kept getting the same error over and over , missing system DLL file. So I decided to check with colleagues and on the Internet and Microsoft and found out that I needed to first REINSTALL the original directx 8.1 drivers from my Windows XP Home Edition cd.........but 1 needed file ( d3d8.dll) was not there which i really needed for my UNINSTALL/REINSTALL TOOL ! ...Show All

  • John Portnov MIDI - and DirectMusic Support April 2006 DirectX SDK

    I am about to start on some software to use MIDI. However I seem to be going round in circles as to the best way to support it! MSDN searches (about 3 hours of them) seem to go round in circles. DirectMusic appeared to be the best way, however the Apr2006 SDK no longer supports it. I did see a post on here saying XACT may support it (well replace DirectMusic), I cannot find any references to midi in the XACT sites! The best way I have found ...Show All

  • biggi How to create a simple 3D Text

    Hi, i want to create a simple 3D Text displaying "Hello World" on the window with DircetX. I did not found a simple example in the docs so I hope someone can help me here. Thanks in advance.   Hi, I had the same problem. Below, you can see a sample of my code. Maybe you can find it useful. PS. It is written in VB.Net. I hope you will have no problems to translate it into VC++. ...Show All

  • Roger_Wolter_MS XNA Installation Problems?

    Hi there, I've gone ahead and installed the XNA package, following the instructions in the download. The prerequisite's, Visual Studio Partner Edt, and the XNA installer. I've however not downloaded the MechCommander2 package yet. I wanted to see if this was any bit usable without it. I fire up Visual Studio and attempt to make one of it's "content build", and am greeted with a number of exciting errors. Of note, the content build proj ...Show All

  • jnf Simple (Beginners) Explanation DXInput needed please.

    Dead all, I'm wanting to read a joystick using DX and VB (using VS2005). Most tutorials (Sample browser, etc) seem to be in C# or C++, and I'm wanting to write my app in VB. Can anybody explain to me how it is done... As far as I'm reading, you need to have a GUID for a joystick, as there are so many around there, I can tell the differece with it's ID so to speak Now the the joystick I'm wanting to read, doesn't have an x ...Show All

  • Syed Atheeque Pasha .X Files, Baked Textures & 3D Studio Max

    Since there is a .x file exporter for 3D Studio Max included to DirectX SDK, I'm posting this thread here - hope there are co-martyrs on this forum. I've analysed the character samples for C++ that come with the dxsdk. If you've done the same you couldn't have missed the "tiny" character. Judging by it's .x file hierarchy, it's been made in 3dsm. The character's texture bitmap is baked (it looks like the object's been peeled off). Well, I'm havi ...Show All

757677787980818283848586878889909192

©2008 Software Development Network

powered by phorum