[Mono-devel-list] NUnit & Mono

Jason King jason.king at profox.co.uk
Tue Dec 23 06:28:19 EST 2003


Hello

Can anyone give me a walk through of how to get NUnit to work with Mono
please?  I know how to use NUnit, just not how to get it to run with Mono on
Linux.  I currently have Mono 0.28 installed.

Jase

Regards,
Jason King
Profox Systems Ltd

-----Original Message-----
From: mono-devel-list-admin at lists.ximian.com
[mailto:mono-devel-list-admin at lists.ximian.com]On Behalf Of Duncan Mak
Sent: 23 December 2003 08:12
To: mono-devel mailing list
Cc: Alexandre Pigolkine; Miguel de Icaza
Subject: Re: [Mono-devel-list] Choice of filename in GDI+


Replying to myself,

On Tue, 2003-12-23 at 15:18, Duncan Mak wrote:
> From the GDI+ documentation on MSDN, we can see the names of the header
> files in the MS implementation. They have gdiplus.h where we have
> gdip.h, and my new graphics-path.h is named gdippath.h instead.
>

I just grepped through the Platform SDK. All the header files I listed
(GdiPlus.h, GdiPlusPath.h, etc) are headers for the C++ wrapper API, so
they have nothing to do with the 'Flat API' that we're writing right
now.

There is also a GdiPlusFlat.h, their equivalent of our gdip.h, which
lists all of the flat API.

> Of course, the immediate question for me is this: Should I rename my
> graphics-path.h to gdippath.h before I commit my GraphicsPath changes?

Since we won't be implementing the C++ wrapper anytime soon, I'm
guessing that as long as the names of the header files do not clash with
the names of the C++ wrappers, everything will work alright?

Duncan.

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list






More information about the Mono-devel-list mailing list