-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello,
I have some code that compiles in Visual Studio but I didn't have much luck trying to compile it with mono. The problem is that I have lib1 and lib2 and each instantiates an object with a class definition in the other library. I found in the archive that I can compile the libraries with mcs /t:library lib1.cs -r... I get this error lib1.cs (line) error CS0246: Cannot find type 'lib2.foo' The same happens if I try to compile lib2. I tried with -r:lib1.cs but it didn't quite like it. Also is there a way that I can automate the whole compiling process, maybe if not direct I can dig into Makefiles and write one? - -- Martin Tsachev http://martin.f2o.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQFAO0unypytlz9Py3wRAk3sAJ9W3Y1MUASk2LwTGursdJIBl+7E3ACgqBYG kr5zz7Bl41qjloGHqJ/ncwU= =EaFM -----END PGP SIGNATURE----- _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
