Search Home Members Contacts
About Us
Products
Downloads
Community
Support
Pages: [1]
  Print  
Author Topic: Attention All C# Devers  (Read 3425 times)
MadProgrammer
Community Member
*
Posts: 86


« on: December 11, 2002, 08:22:17 PM »

It is possible to use DX9 RC0+ RUNTIME to program DirectX9 in C# (and presumably VB). I'll post later when I figure out how to use it.
Logged

Programming today is a race between software engineers  
striving to build bigger and better idiot-proof programs,  
and the Universe trying to produce bigger and better idiots.
So far, the Universe is winning.
Anti-Gremlin
Community Member
*
Posts: 862


WWW
« Reply #1 on: December 11, 2002, 08:24:09 PM »

*cheers*

This i can not wait for! i must have NOW!!!  :twisted:  :twisted:
Logged

Project: It's a secret..
Progress: <secret progress>
TV3D Chat: http://www.voidzero.com/chat/chatter.cgi?channel=tviug
TV3D Wiki Doc: http://wiki.truevision3d.com/
TV3D TVDN: http://www.truevision3d.com/tvdna/
MadProgrammer
Community Member
*
Posts: 86


« Reply #2 on: December 11, 2002, 08:39:20 PM »

I need to know how to reference an assembly, since it seems that when I go to add reference and hit browse, I am unable to select ANY of the assemblies on the list.
Logged

Programming today is a race between software engineers  
striving to build bigger and better idiot-proof programs,  
and the Universe trying to produce bigger and better idiots.
So far, the Universe is winning.
Anti-Gremlin
Community Member
*
Posts: 862


WWW
« Reply #3 on: December 11, 2002, 08:41:10 PM »

Ill play around on my end and see what i get...
Logged

Project: It's a secret..
Progress: <secret progress>
TV3D Chat: http://www.voidzero.com/chat/chatter.cgi?channel=tviug
TV3D Wiki Doc: http://wiki.truevision3d.com/
TV3D TVDN: http://www.truevision3d.com/tvdna/
JeffWeber
Community Member
*
Posts: 1023


« Reply #4 on: December 11, 2002, 09:02:49 PM »

<edit> nevermind, I thought that was a question. Smiley Not a statement.
Logged

""Space is deep, Man is small and Time is his relentless enemy" --Orson Scott Card
Anti-Gremlin
Community Member
*
Posts: 862


WWW
« Reply #5 on: December 11, 2002, 10:37:27 PM »

Ok here is what you do people...

Download dX9 from microsoft.. install it, and reboot (eww i know!)

Create a folder to store the .DLLs in that you will later reference (eg: c:\windlls\)

Now we open up a dos prompt.

Code:

cd  c:\Windows\Assembly\GAC\

copy Microsoft.DirectX\5.3.0.308__31bf3856ad364e35\*.dll  C:\windlls\

copy Microsoft.DirectX.AudioVideoPlayback\5.3.0.308__31bf3856ad364e35\*.dll c:\windlls\

copy Microsoft.DirectX.Diagnostics\5.3.0.308__31bf3856ad364e35\*.dll c:\windlls\

copy Microsoft.DirectX.Direct3D\5.3.0.308__31bf3856ad364e35\*.dll c:\windlls\

copy Microsoft.DirectX.Direct3DX\5.3.0.308__31bf3856ad364e35\*.dll c:\windlls\

copy Microsoft.DirectX.DirectDraw\5.3.0.308__31bf3856ad364e35\*.dll c:\windlls\

copy Microsoft.DirectX.DirectInput\5.3.0.308__31bf3856ad364e35\*.dll c:\windlls\

copy Microsoft.DirectX.DirectPlay\5.3.0.308__31bf3856ad364e35\*.dll c:\windlls\

copy Microsoft.DirectX.DirectSound\5.3.0.308__31bf3856ad364e35\*.dll c:\windlls\


after you have done that, open up your C# project remove your dX8 reference, and click browse to add new reference, goto the c:\windlls\ folder and simple add the dX9 Assembly files.. and wolla! you can now code dX9 in C#!!

Enjoy!
Logged

Project: It's a secret..
Progress: <secret progress>
TV3D Chat: http://www.voidzero.com/chat/chatter.cgi?channel=tviug
TV3D Wiki Doc: http://wiki.truevision3d.com/
TV3D TVDN: http://www.truevision3d.com/tvdna/
MadProgrammer
Community Member
*
Posts: 86


« Reply #6 on: December 11, 2002, 10:43:01 PM »

C# Tuts to follow, by Anti-Gremlin and Me
Logged

Programming today is a race between software engineers  
striving to build bigger and better idiot-proof programs,  
and the Universe trying to produce bigger and better idiots.
So far, the Universe is winning.
JeffWeber
Community Member
*
Posts: 1023


« Reply #7 on: December 11, 2002, 11:24:49 PM »

The DX9 SDK also comes with a ton of C# and VB.Net samples and tutorials.
Logged

""Space is deep, Man is small and Time is his relentless enemy" --Orson Scott Card
Anti-Gremlin
Community Member
*
Posts: 862


WWW
« Reply #8 on: December 11, 2002, 11:32:14 PM »

That may be true, but they wont have T VC# examples... Cheesy

First tutorial will be posted soon.
Logged

Project: It's a secret..
Progress: <secret progress>
TV3D Chat: http://www.voidzero.com/chat/chatter.cgi?channel=tviug
TV3D Wiki Doc: http://wiki.truevision3d.com/
TV3D TVDN: http://www.truevision3d.com/tvdna/
MadProgrammer
Community Member
*
Posts: 86


« Reply #9 on: December 12, 2002, 12:09:00 AM »

@Jeff:

Some of us don't have the full SDK  :shock: Tongue
Logged

Programming today is a race between software engineers  
striving to build bigger and better idiot-proof programs,  
and the Universe trying to produce bigger and better idiots.
So far, the Universe is winning.
Anti-Gremlin
Community Member
*
Posts: 862


WWW
« Reply #10 on: December 12, 2002, 03:22:16 AM »

I have completed csharp tutorial 1, as soon as MadProgrammer creates the VB.NET version we will post up a url for you guys to download and play around...

already working on tut 2 & 3 Cheesy
Logged

Project: It's a secret..
Progress: <secret progress>
TV3D Chat: http://www.voidzero.com/chat/chatter.cgi?channel=tviug
TV3D Wiki Doc: http://wiki.truevision3d.com/
TV3D TVDN: http://www.truevision3d.com/tvdna/
jimski
Community Member
*
Posts: 1


« Reply #11 on: December 12, 2002, 05:57:40 AM »

I have some C#/DX9 samples up at:

http://mysite.freeserve.com/buffportion/Code/ManagedDirectx.htm


Jim
Logged
punkouter
Community Member
*
Posts: 202


« Reply #12 on: December 12, 2002, 10:37:07 AM »

everytime I try to download it it says it is busy

hs anyone else had that problem??
Logged

http://www.mattherb.com
now with CATCAM!!
Anti-Gremlin
Community Member
*
Posts: 862


WWW
« Reply #13 on: December 12, 2002, 03:58:13 PM »

I must say no i have not had that problem. but if it still continues let me know.
Logged

Project: It's a secret..
Progress: <secret progress>
TV3D Chat: http://www.voidzero.com/chat/chatter.cgi?channel=tviug
TV3D Wiki Doc: http://wiki.truevision3d.com/
TV3D TVDN: http://www.truevision3d.com/tvdna/
Pages: [1]
  Print  
 
Jump to:  

Powered by SMF 1.1.3 | SMF © 2006-2007, Simple Machines LLC
Seo4Smf v0.2 © Webmaster's Talks