Topic: Getting Forex Strategy Builder to run on Linux
Hi,
First of all, I'd like to thank Popov for such a nice software.
I'm trying to get FSB to run on Linux via Mono (http://www.go-mono.com/mono-downloads/download.html); there's also a Mono version for windows from the above link.
After very minor changes (case issues), I'm able to build FSB on Mono. But when I tried to run, it gave the following error messages:
$ mono Forex\ Strategy\ Builder.exe
Could not get XIM
System.ArgumentNullException: Argument cannot be null.
System.ArgumentNullException: Argument cannot be null
Unhandled Exception: System.NotSupportedException: Either the image format is unknown or you don't have the required libraries to decode this format [GDI+ status: UnknownImageFormat]
Could someone have a look at this? Thanks
ps: there's a Mono Migration Analyzer (MoMA) tool (http://www.mono-project.com/MoMA) which helps porting to Mono.