On 7/28/08, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> OK I see what you saying, what I need to get is we now reference the
>  WindowsBase.dll assembly to get access to the new ZIP file functionality
>  and I need to get mono to resolve this.

The Zip thing in WindowsBase is not implemented yet.

But if you simply want to reference it (let say you want to contribute
this part ;), you can compile using:

gmcs -pkg:olive -out:test.exe ...

and when running:

mono test.exe

The runtime will load WindowsBase from the GAC. If you've installed
olive properly of course.

-- 
Jb Evain  <[EMAIL PROTECTED]>
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to