you can reference other library projects in a solution just like you do with VS.NET
What Sebastien is saying is that a DLL built in VS.NET is not compatible with MT. You have to build the library with MD/MT. You can either build it standalone and reference the DLL, or include the project in your solution and use project references. On Sun, Mar 25, 2012 at 9:55 AM, Pure Krome < [email protected]> wrote: > That's a bit frustrating then. > > so my MT solution will have a number of projects in it -> one being the > MonoTouch iPad project. The rest being normal .NET 4.0 class library > proj's. > So this means i need to add a reference the .dll's in the release (or > debug) > folder, which each of these class libraries makes? > > that sounds a bit of a bummer? > > if that's right, then will MT even consider changing it so that the iPad > app > can reference those projects in the future, instead of the .dll's ? > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Newbie-iPad-application-and-incompatible-target-frameworks-tp4503021p4503296.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
