SharpDevelop

  • Thread starter Thread starter Junaid Hussain
  • Start date Start date
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??
 
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
 
Back
Top