Menu

#2 Linux compatibility

open
nobody
None
9
2009-04-30
2009-04-30
Leo
No

I'd like to see that program running on Linux.
I'm gonna look at the code and mess with it until I can get it working with Linux, if that's possible.
First problem: don't use:
new FileInfo(PluginDirectory+"\"+FileName)
which only works on Windows, use:
new FileInfo(Path.Combine(PluginDirectory,FileName))
which is cross-platform

Discussion

  • Leo

    Leo - 2009-04-30

    no source code available :|
    WTF???
    the software is GPL so you MUST provide a way to obtain the complete code
    it's not something nice to do
    it's something you're legally BOUND to do

     
  • Leo

    Leo - 2009-04-30
    • priority: 5 --> 9
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.