SharpDevelop

J

Junaid Hussain

Hey,
I have a question for those developers here using Sharpdevelop. I just
recently started using Sharpdevelop, but I keep getting errors regarding
assembly references. I have used the 'assembly scout' to locate the assembly
dll's however when I run compile I get the same errors notably;

PoolGame.cs(7,17): error CS0234: The type or namespace nae 'DirectX' does
not exist in the class or namespace 'Microsoft' (are you missing an assembly
reference?)

Any ideas, I cant seem to figure out how to set these assembly refernces??
 
M

Massimo

Hey,
I have a question for those developers here using Sharpdevelop. I just
recently started using Sharpdevelop, but I keep getting errors regarding
assembly references. I have used the 'assembly scout' to locate the
assembly dll's however when I run compile I get the same errors notably;

PoolGame.cs(7,17): error CS0234: The type or namespace nae 'DirectX' does
not exist in the class or namespace 'Microsoft' (are you missing an
assembly reference?)

Any ideas, I cant seem to figure out how to set these assembly refernces??

You need the DirectX SDK; you'll find those assemblies there.

Massimo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top