Compiling Allegro source code (C#)

Posted by 7331 on Stack Overflow See other posts from Stack Overflow or by 7331
Published on 2010-12-28T14:36:36Z Indexed on 2010/12/30 4:54 UTC
Read the original article Hit count: 280

Filed under:
|
|

I am trying to build a C# project (downloaded code) in Visual Studio Express 2008. I get the error (my translation):

The type or namespace name "Allegro" couldn't be found.

for the line

using Allegro;

I know the 2D graphics library Allegro, of course, but I can't find much information on how to use it in C#. It is being used for visualization in the project I am trying to compile.

I also get the warning

This reference couldn't be resolved. The Universal assembly couldn't be found.

I haven't been working with C# before and and I barely know Visual Studio Express. These are newbie mistakes - but I just need a fast solution for this problem. Could someone provide me with a short step-by-step solution?

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio-2008