> I cannot just copy libraries compiledin windows to linux, because i am > using perf counters (and other stuff) in the code so in mono they will > give NotImplemented exception so i have to " #if " that code out in > Linux.
We're distinguishing the system we're running on at runtime to use the same assemblies anywhere. So we can use different functionality on both systems without problems. Maybe that's an option for you too? Joerg. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
