[Mono-list] how to use mscorlib...

Nick Drochak ndrochak@gol.com
Wed, 18 Sep 2002 17:16:50 +0900


| -----Original Message-----
| From: mono-list-admin@ximian.com [mailto:mono-list-admin@ximian.com]On
| Behalf Of Auge Mike
| Sent: Wednesday, September 18, 2002 4:58 PM
| To: mono-list@ximian.com
| Subject: [Mono-list] how to use mscorlib...
|
|
|
| *How can i use the mscorlib instead of corlib ??? I've tried to
| chang someof
| .c and .h files, but this dose not work for me  ???


What are you trying to do?

You need to use corlib.dll with the mono runtime (windows or linux) and
mscorlib.dll with the MS runtime (windows only, of course).

Nick D.