+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Mkbundle: bundle Mono with applications

  1. #11
    Jordan Guest

    Re: Mkbundle: bundle Mono with applications

    The bundle package does not work with Linux and utterly fails.
    Your source code ran fine with Mono, however. You state "based on .NET Framework 3.5" but isn't mono only equal to .NET 2.0?

  2. CODECALL Circuit advertisement

     
  3. #12
    Join Date
    Mar 2009
    Posts
    1,375
    Rep Power
    24

    Re: Mkbundle: bundle Mono with applications

    I cannot say I fully understand how Mono works. Look at this page, they state that their C# compiler supports C# 3.0 language. Is it not C# 3.0 only available in .NET 3.0 and higher? CSharp Compiler - Mono

    From my understanding I can say that mkbundle worked on my pc. And mono-bundled exe worked well on my pc, as well. So it must be working properly ...right?

  4. #13
    Jordan Guest

    Re: Mkbundle: bundle Mono with applications

    In Linux execute this command to do the same:

    Code:
    # mkbundle -o <output> <input.exe>
    IE

    Code:
    #mkbundle -o bnsource bnsource.exe
    It will produce a Linux executable "bnsource" file that has mono packaged in it. Since I already have mono installed, I can't test if it works.

+ Reply to Thread
Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 09-21-2011, 06:02 AM
  2. Android Mono for Android
    By sam_coder in forum Mobile Development
    Replies: 0
    Last Post: 01-06-2011, 05:30 PM
  3. Mono for Android
    By sam_coder in forum C# Programming
    Replies: 0
    Last Post: 01-06-2011, 05:30 PM
  4. mono allows development?
    By TcM in forum Linux Applications
    Replies: 4
    Last Post: 06-22-2009, 12:30 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts