> It may work but there's no way that core code > should contain #ifdef WIN32 blocks. You should > add a function to lyx::support.
Not a problem. I will have to send format, command, etc separately to a lyx::support function. The format.empty() check should be removed from format.C though. I will do that after my patches are confirmed to work. > If this facility is extended in the future to > support similar functionality on Mac, kde, gnome > then it'll be a big win. The view/edit/print without application name is best supported under windows, and is actually only needed over there. kde/gnome can wait since such support is only preliminary for them. Bo