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?
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?
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?
proudly presenting my personal website and game website: F1Simulation. a thrilling Managed DirectX racing game... also my Ask Me
look at my tutorials about cropping images and Mono: bundling Mono with programs and lambda expressions
In Linux execute this command to do the same:
IECode:# mkbundle -o <output> <input.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.Code:#mkbundle -o bnsource bnsource.exe
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks
Algorithms and Data Structures
Java tutorials
Algorithms Forum