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

Thread: Mkbundle: bundle Mono with applications

  1. #11
    Administrator Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan's Avatar
    Join Date
    Nov 2005
    Location
    Hendersonville, NC
    Posts
    24,556
    Blog Entries
    97

    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. #12
    Guru ArekBulski is just really nice ArekBulski is just really nice ArekBulski is just really nice ArekBulski is just really nice ArekBulski is just really nice ArekBulski's Avatar
    Join Date
    Mar 2009
    Posts
    1,374

    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?

  3. #13
    Administrator Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan's Avatar
    Join Date
    Nov 2005
    Location
    Hendersonville, NC
    Posts
    24,556
    Blog Entries
    97

    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 1 2

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Hacking Applications With Memory Editors
    By TcM in forum Security Tutorials
    Replies: 10
    Last Post: 01-05-2010, 08:32 PM
  2. Tried to use Mono... and failed.
    By ArekBulski in forum C# Programming
    Replies: 3
    Last Post: 04-02-2009, 06:08 AM
  3. Installing MONO on CentOS
    By phpforfun in forum Linux Installation & Configuration
    Replies: 2
    Last Post: 07-22-2008, 07:49 AM
  4. Replies: 0
    Last Post: 08-22-2007, 02:37 PM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

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