I am unable to get a GTK# app to run on windows, and I would appreciate any help I can get. I tried googleing around, but was unable to find a solution for my problem.
I wrote a small app in monodevelop using GTK#, which just opens a window with a button. It runs fine on linux.
However I am unable to get it to run on windows. I tried installing the GTK+ and the GTK# redistributables, the GTK# SDK, but it still does not work. And it does not show any exceptions thrown (in the command line), which would be helpful for debugging the problem.
After invoking the .exe, it sits there for a few seconds, and after that the shell reappears waiting for the next command, no output whatsoever.
Can anyone please walk me through what do I have to install on a virgin windows install to be able to run GTK# applications?
[edit] I understand mono is not needed to run them, and would like to avoid it, if possible.