ThePentiumGuy Posted July 27, 2004 Posted July 27, 2004 Microsoft just released their latest summer update yesterday (DirectX 9.0c). I was just wondering whether any of you guys had problems with this update (VS.NET 2002) while installing it. I know lots of people had problems getting the 9.0b update to work, especially with VS.NET 2002. The URL for the download is here: http://www.microsoft.com/downloads/details.aspx?FamilyID=fd044a42-9912-42a3-9a9e-d857199f888e&DisplayLang=en Major improvements include: -HLSL support for Pixel Shader & Vertex Shader 3.0 -Effects Framework performance improvements -Pre computed Radiance Transfer improvements -New Sample framework -New & Updated Samples -PIX tool for better debugging of Direct3D applications -Introduction of the Preview Pipeline for easier content creation (from http://www.activewin.com/awin/comments.asp?HeadlineIndex=25171) It's pretty amazing that they're adding support for PS/VS 3.0, becuase the only graphics card that supports currently it is the Nvidia 6800GT. I'm interested in this Preview Pipeline (I really have no idea what it is) -The Pentium Guy Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
*Experts* mutant Posted July 27, 2004 *Experts* Posted July 27, 2004 Some pretty impressive stuff :). The long awaited 3.0 support is here! Quote
ThePentiumGuy Posted July 27, 2004 Author Posted July 27, 2004 What's new in 3.0? Oh man! Download the complete DirectX 9.0 SDK - (Summer 2004), which contains the DirectX 9.0c Runtime and all DirectX software required to create DirectX 9.0 compliant applications in C/C++, and C#. There's no VB.NET! Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
*Experts* mutant Posted July 27, 2004 *Experts* Posted July 27, 2004 There is support for VB.NET but code samples are all in C#. Quote
samsmithnz Posted July 28, 2004 Posted July 28, 2004 THere are plenty of decent C# to vb.net converters now anyway. Quote Thanks Sam http://www.samsmith.co.nz
createdbyx Posted July 29, 2004 Posted July 29, 2004 Microsoft just released their latest summer update yesterday (DirectX 9.0c). I was just wondering whether any of you guys had problems with this update (VS.NET 2002) while installing it. I know lots of people had problems getting the 9.0b update to work, especially with VS.NET 2002. The URL for the download is here: http://www.microsoft.com/downloads/details.aspx?FamilyID=fd044a42-9912-42a3-9a9e-d857199f888e&DisplayLang=en Major improvements include: -HLSL support for Pixel Shader & Vertex Shader 3.0 -Effects Framework performance improvements -Pre computed Radiance Transfer improvements -New Sample framework -New & Updated Samples -PIX tool for better debugging of Direct3D applications -Introduction of the Preview Pipeline for easier content creation (from http://www.activewin.com/awin/comments.asp?HeadlineIndex=25171) It's pretty amazing that they're adding support for PS/VS 3.0, becuase the only graphics card that supports currently it is the Nvidia 6800GT. I'm interested in this Preview Pipeline (I really have no idea what it is) -The Pentium Guy Holy, has a year passed already! Quote Created by: X createdbyx@gmail.com www.createdbyx.com
wyrd Posted August 7, 2004 Posted August 7, 2004 People still use VB.NET? Might as well just kill off the language IMO. :p Quote Gamer extraordinaire. Programmer wannabe.
createdbyx Posted August 7, 2004 Posted August 7, 2004 VB.NET rules! and C# drools! ( Drools in envey of vb.net that is :D ) Quote Created by: X createdbyx@gmail.com www.createdbyx.com
David Posted August 10, 2004 Posted August 10, 2004 I'm beginning to think that VS.NET (2000) is incompatible with the new Summer DirectX release. I'm at the stage where I'm going to ditch VS.NET and go back to VS6 just so I can get some coding done. My issue is specifically that the references will not work. Stressed. Quote
ThePentiumGuy Posted August 10, 2004 Author Posted August 10, 2004 Actually they will, 1 sec lemme find a link that i made so it'll be compatible. http://www.xtremedotnettalk.com/showthread.php?t=85188&highlight=2002+summer+update There ya go! Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
David Posted August 10, 2004 Posted August 10, 2004 Dude, you may have earned a place in heaven with that advice. I'll try it out tonight. Cheers, David Quote
ThePentiumGuy Posted August 10, 2004 Author Posted August 10, 2004 You may have to do a little more tweaking as that was for the summer 2003 update and this thread is about the 2004 update. I'll install the 2004 update and let you know what to do (then maybe the thread would be marked sticky for anyone who needs help with either of the updates) pent Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
ThePentiumGuy Posted August 10, 2004 Author Posted August 10, 2004 Yeah the instructions work for the summer 2004 update as well Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
David Posted August 12, 2004 Posted August 12, 2004 Yes it got my references sorted. Many thanks for that, you are a star Still, since 'updating' my sdk, I have yet to see a single piece of code actually work on any system I have access to. Am i right in thinking the following the latest DX SDK is incompatible with earlier versions' source code. I've donwloaded every VB.NET sample/tutorial/example of Direct3D ever made and none of them work anymore. I'm finding this extremely confusing because I am new as new to .NET as I am to DirectX (Direct3D). I can't translate C# into VB because, apart from the semi-colons, it looks like a version of basic anyway :) If I had the code to create a device in VB.NET with the latest .NET framework and the latest Direct3D SDK stuff (is that what "Managed" is? There's no explanation of what Managed means in relation to anything else that a layman can get to grips with), I could sail off into the distance whisting contentedly. Can someone post the source or a zip of the most basic Direct3D device creation routine possible - one that presents an empty screen? From there, I would hope to make some headway by comparing C# and VB statements and extrapolating. This is so annoying - I can't believe how ignorant this language is making me feel - I've been programming on and off for 23yrs! Rgds, David Quote
ThePentiumGuy Posted August 12, 2004 Author Posted August 12, 2004 David - IM me (there should be a messenger icon below the "number of posts: 621" thing. I"ll teach you everythin you need man. The Pentium Guy Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.