kkemic wrote: > > I am also wondering if it is possible to make .NET code once, without > recompiling on Linux (basically I will have two different C++ binaries and > one .NET for all platforms). I can't answer your first question, but as for the second, you could fork your code a little bit with a simple if, like if(IsLinux()), that way you'd only have a single exe... See this page for more information: http://jira.codehaus.org/browse/BOO-679 -- View this message in context: http://www.nabble.com/How-to-send-XEvent-%28using-xlib%29-from-native-C%2B%2B-code-to-mono-.NET-code-%28on-Linux%29--tp20416884p20416898.html Sent from the Mono - General mailing list archive at Nabble.com.
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
