473,414 Members | 1,622 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

Installed Microsoft DirectX 9.0 SDK (Summer 2004) but can't refere

Hi, I installed Microsoft DirectX 9.0 SDK (Summer 2004) but when I create a project and try to add the necessary references I can't find them. Does anybody know where to look for them? BTW, I have VS 2002. Don't know if there's an incompatibility issue. Thanks.
Nov 16 '05 #1
6 7092
Hi
You might need to download framework 1.1 as visual studio 2002 ships with
framework 1.0 while directX 9 would support 1.1
http://www.microsoft.com/downloads/d...5e3-f589-4842-
8157-034d1e7cf3a3&displaylang=e
It might be also as simple as that you would need to add reference to the
needed dependencies .

Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC

Nov 16 '05 #2
I installed the .NET Framework Redistributable Package version 1.1 AND the .NET Framework SDK Version 1.1. After that I remove the DirectX SDK and reinstalled it. I still can't figure out how to add the needed references. Thanks.
"Mohamoss" wrote:
Hi
You might need to download framework 1.1 as visual studio 2002 ships with
framework 1.0 while directX 9 would support 1.1
http://www.microsoft.com/downloads/d...5e3-f589-4842-
8157-034d1e7cf3a3&displaylang=e
It might be also as simple as that you would need to add reference to the
needed dependencies .

Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC

Nov 16 '05 #3
project/add reference

Then find in the list presented:

MIcrosoft.DirectX
Microsoft.DirectX.Direct3D
Microsoft.DirectX.Direct3DX

and add one or all of these references to your project.

The source code should contain:

using Microsoft.DirectX;
using Microsoft.DirectX.Direct3D;

I have been developing with Managed DirectX and both MS VS 2003 and C#
Express without
(too many) problems.

A pretty good book: Managed DirectX9 by Tom Miller.

"Adrian" <Ad****@discussions.microsoft.com> wrote in message
news:87**********************************@microsof t.com...
I installed the .NET Framework Redistributable Package version 1.1 AND the .NET Framework SDK Version 1.1. After that I remove the DirectX SDK and
reinstalled it. I still can't figure out how to add the needed references.
Thanks.

"Mohamoss" wrote:
Hi
You might need to download framework 1.1 as visual studio 2002 ships with framework 1.0 while directX 9 would support 1.1
http://www.microsoft.com/downloads/d...5e3-f589-4842- 8157-034d1e7cf3a3&displaylang=e
It might be also as simple as that you would need to add reference to the needed dependencies .

Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC

Nov 16 '05 #4
Did you select the .Net tab in the Add Reference window? That is where I
find it.

If you cannot find it, you can browse (browse button in Add Reference
window) to find the dll.

In my installation, I find Microsoft.DirectX.Direct3D.dll in
C:\Windows\Microsoft.Net\ManagedDirectX\
v9.00.0900

You can use the MS/XP search to search on "directx" to find where the dll is
installed. Then use the
browse button in the Add Reference/.Net to add the reference once you found
it. You may also
need the Direct3DX.dll depending on what you are doing in Direct3d
"Adrian" <Ad****@discussions.microsoft.com> wrote in message
news:E8**********************************@microsof t.com...
That's exactly what I'm doing (project/add reference), but I can't find Microsoft.DirectX in the list (.NET).
"Fred Mellender" wrote:
project/add reference

Then find in the list presented:

MIcrosoft.DirectX
Microsoft.DirectX.Direct3D
Microsoft.DirectX.Direct3DX

and add one or all of these references to your project.

The source code should contain:

using Microsoft.DirectX;
using Microsoft.DirectX.Direct3D;

I have been developing with Managed DirectX and both MS VS 2003 and C#
Express without
(too many) problems.

A pretty good book: Managed DirectX9 by Tom Miller.

"Adrian" <Ad****@discussions.microsoft.com> wrote in message
news:87**********************************@microsof t.com...
I installed the .NET Framework Redistributable Package version 1.1 AND
the .NET Framework SDK Version 1.1. After that I remove the DirectX SDK and reinstalled it. I still can't figure out how to add the needed references. Thanks.


"Mohamoss" wrote:

> Hi
> You might need to download framework 1.1 as visual studio 2002 ships

with
> framework 1.0 while directX 9 would support 1.1
>

http://www.microsoft.com/downloads/d...5e3-f589-4842- > 8157-034d1e7cf3a3&displaylang=e
> It might be also as simple as that you would need to add reference

to the
> needed dependencies .
>
> Mohamed Mahfouz
> MEA Developer Support Center
> ITworx on behalf of Microsoft EMEA GTSC
>
>


Nov 16 '05 #5
Found the dlls in C:\Windows\Microsoft.Net\ManagedDirectX\v9.02.2904 . Still, they are not showing up under the .NET tab, so I think there's something wrong with my installation. Anyway, I can keep working this way. Thanks for your help!!!
"Fred Mellender" wrote:
Did you select the .Net tab in the Add Reference window? That is where I
find it.

If you cannot find it, you can browse (browse button in Add Reference
window) to find the dll.

In my installation, I find Microsoft.DirectX.Direct3D.dll in
C:\Windows\Microsoft.Net\ManagedDirectX\
v9.00.0900

You can use the MS/XP search to search on "directx" to find where the dll is
installed. Then use the
browse button in the Add Reference/.Net to add the reference once you found
it. You may also
need the Direct3DX.dll depending on what you are doing in Direct3d
"Adrian" <Ad****@discussions.microsoft.com> wrote in message
news:E8**********************************@microsof t.com...
That's exactly what I'm doing (project/add reference), but I can't find

Microsoft.DirectX in the list (.NET).

"Fred Mellender" wrote:
project/add reference

Then find in the list presented:

MIcrosoft.DirectX
Microsoft.DirectX.Direct3D
Microsoft.DirectX.Direct3DX

and add one or all of these references to your project.

The source code should contain:

using Microsoft.DirectX;
using Microsoft.DirectX.Direct3D;

I have been developing with Managed DirectX and both MS VS 2003 and C#
Express without
(too many) problems.

A pretty good book: Managed DirectX9 by Tom Miller.

"Adrian" <Ad****@discussions.microsoft.com> wrote in message
news:87**********************************@microsof t.com...
> I installed the .NET Framework Redistributable Package version 1.1 AND the .NET Framework SDK Version 1.1. After that I remove the DirectX SDK and reinstalled it. I still can't figure out how to add the needed references. Thanks.
>
>
> "Mohamoss" wrote:
>
> > Hi
> > You might need to download framework 1.1 as visual studio 2002 ships
with
> > framework 1.0 while directX 9 would support 1.1
> >
http://www.microsoft.com/downloads/d...5e3-f589-4842- > > 8157-034d1e7cf3a3&displaylang=e
> > It might be also as simple as that you would need to add reference to the
> > needed dependencies .
> >
> > Mohamed Mahfouz
> > MEA Developer Support Center
> > ITworx on behalf of Microsoft EMEA GTSC
> >
> >


Nov 16 '05 #6
DMD
I'm having the same problem Ammd. While I went ahead using the Browse button
to locate the referenced files, they never showed up under the .NET tab. I'm
also using VS 2002. Even after including these references into my project,
that wasn't the end of my problems. Can you effectively work with DirectX 9
within the VS 2002 IDE? Do I have to purchase VS 2003 to fix this issue?

"ammd" wrote:
Hi, I installed Microsoft DirectX 9.0 SDK (Summer 2004) but when I create a project and try to add the necessary references I can't find them. Does anybody know where to look for them? BTW, I have VS 2002. Don't know if there's an incompatibility issue. Thanks.

Nov 16 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Sara Price | last post by:
This year's XML Summer School is approaching once again and so it is time to make sure you register your place now! The event will again be held at Wadham College, University of Oxford, from...
4
by: Dr Paul A Daniels | last post by:
I've got Visual Studio 7.0.9466 and have installed the Framework 1.1 and its SDK and DirectX 9.0 (Summer 2003 release) SDK. OS is Windows XP Pro. I'm logged on with Administrator rights. I...
1
by: Markus | last post by:
Hallo, i am writing a C# application using dotnet. My problem is: The application has to figure out whether DirectX is installed or not. Can anybody tell me how to do this? Thanks
2
by: j.b.messina | last post by:
This has not yet been published by Microsoft. It will be published within the next few weeks, mainly because I asked them to. I felt this was information badly needed, and I think this is the...
2
by: JessCurious | last post by:
1. does anybody have a discussion of pros and cons directx9 vs GDI+? is GDI+ simply last year's version and directx9 the future, or do they each have advantages? 2. does directx9 do...
4
by: Zoury | last post by:
look up your timezome settings... you have future posted.
5
by: zimmy | last post by:
Hi, Is it possible to check whether ASP.NET is installed on a machine, within a program that I'm writing in C#? And if it's installed, can I check if it is enabled? How? Thanks
3
by: Hughsie | last post by:
Hi I have created an installation package for my app and I have installed the application onto another machine together with the framework and the correct MDAC version. The problem is when I...
11
by: eSolTec, Inc. 501(c)(3) | last post by:
Thank you in advance for any and all assistance. It is greatly appreciated. Is there a way to programmatically check for .NET Framework versions installed on the computer? -- Michael Bragg,...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.