- I found the guy who creates the game XNA Racer.
http://abi.exdream.com/It's greate!I think the game will be avaiable on Dec 11th with the release of new XNA framework..And he is writing a new xna book " Professional XNA Game programming".In his blog ,he told us he just flied to Seattle to debug his game on Xbox 360 for ...
- These forums have moved to http://forums.xna.com
These forums will no longer permit new posts or new replies. The XNA/DirectX team has moved their forum support over to http://forums.xna.com. We apologize in advance if this creates an inconvenience, but we are very excited about the new opportunities this will offer to our entire ...
- Sidesroller demo and simple sprite library
I've spent the last few nights working on a simple side scrolling demo and a 2d sprite library. If anyone is interested in checking out the source, a description and the download are available on http://www.xnaexplorer.com/Keep in mind it's just a start. I've only put a few hours into it so ...
- I get an error when using DirectX functions
Hi, I keep getting these errors:d3DCOOL.obj : error LNK2019: unresolved external symbol _Direct3DCreate9@4 referenced in function _WinMain@16C:\Documents and Settings\Compaq_Owner\My Documents\Visual Studio 2005\Projects\d3D\Debug\d3D.exe : fatal error LNK1120: 1 unresolved externalsWhen I use ...
- Editing component properties in the Properties Window
Hi all,I have succesfully created a new XNA game component which exposes certain properties that are editable from the properties window in visual studio.However I notice that whilst all the correct component properties are displayed in the properties window, only those that have standard types ...
- How to create video from discrete images?
Hi,I'm looking for a method to create either AVI or MPEG or WMV file from a series of discrete images stream (captured from a usb or ip camera, audio may or may be not present). Is there any DirectX or DirectShow filters included by default in Windows that enable me to do this?If NOT, is there ...