Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I am using C#, DirectX 9.0, and I am trying to make a 2D puzzle game(sokoban). (newbie question)

 

I want to display a bitmap, so I want to use TextureLoader, but It does not appear in my intellisense ?

 

I have in my references a.o.

using System;

using Microsoft.DirectX;

using Microsoft.DirectX.Direct3D;

 

When will it show up? Do I have to create the Textureloader, of is it an abstract class?

 

tx

  • *Experts*
Posted

Did you reference the Microsoft.DirectX.Direct3DX assembly?

That is where the class is located, and then after you reference that assembly it will be added to Microsoft.DirectX.Direct3D namespace.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...