It may run under WINE but not directly under Linux. It is basically a command line program though, so strip out the GUI interface (which just builds a command line anyway) and compile under standard C. Should run then. So basically remove BMPGUI.C and BMPGUI.H then in main get rid of GetDialogArgs ();
John Z
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It may run under WINE but not directly under Linux. It is basically a command line program though, so strip out the GUI interface (which just builds a command line anyway) and compile under standard C. Should run then. So basically remove BMPGUI.C and BMPGUI.H then in main get rid of GetDialogArgs ();
John Z