vincentnl Posted November 8, 2003 Posted November 8, 2003 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 Quote
*Experts* mutant Posted November 8, 2003 *Experts* Posted November 8, 2003 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. Quote
vincentnl Posted November 8, 2003 Author Posted November 8, 2003 Thanx, I did not know (read) that it is in another assembly. Quote
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.