[Mono-list] If mono is written in c# why would you need dll's.

Rodrigo Moya rodrigo@ximian.com
16 May 2002 00:39:42 +0200


On Wed, 2002-05-15 at 06:33, Michael Schwery wrote:
> I noticed on the ado.net web page it said you still need dll's to use
> ado.net. If you plan on just using c# and ado.net on linux will you need
> the dll's when the 1.0 version of mono is released.
> 
> If mono is written in c# why would you need dll's. 
> 
it refers to Mono .dll's compiled on windows. Those .dll's are in turn
written in C#.

So, they are not external .dll's, but mono's.

cheers