[Mono-dev] MPAPI documentation

xepharalon siskasalkin at gmail.com
Sun Jan 29 23:32:12 UTC 2012


I was having trouble with MPI.NET in mono, so I started trying to get MPAPI
to work... still no success.

The error I get is from mono 2.0 when trying to compile my program is:

Program.cs(5,7): error CS0246: The type or namespace name `MPAPI' could not
be found.
    Are you missing a using directive or an assembly reference?
    Compilation failed: 1 error(s), 0 warnings

Is this something I'm doing (the line generating the error is simply: "using
MPAPI;")? Is there not MPI.NET or MPAPI support in mono since 1.6?
I'm running Mono 2.0... if this is not a mono issue, how do I correctly
include MPAPI (or MPI.NET) in my compile or program so that it builds
successfully? This is on a remote server so I may or may not be able to
update to the latest mono build.

Thanks for your help... hope this was the correct topic category! Apologies
if not!
-Dave

--
View this message in context: http://mono.1490590.n4.nabble.com/MPAPI-documentation-tp4339591p4339591.html
Sent from the Mono - Dev mailing list archive at Nabble.com.


More information about the Mono-devel-list mailing list