ktix007 wrote:
Stifu wrote:
There are 2 types of exe files: unmanaged ones, and managed (.NET) ones. The second type can be run with Mono. So it seems like you should try to run that exe file with Mono.
How do I make the managed exe?
I haven't had a close look at that tutorial, but I'm pretty sure that it must already be managed. Else that'd be pointless.
Just launch it using "mono filename.exe", or by right clicking the file and choosing to open it with Mono.