Blitz Media-Linker V1.5 Released!

Community Forums/Showcase/Blitz Media-Linker V1.5 Released!

AL90(Posted 2005) [#1]
Hi All,

Blitz Media-Linker is a Wizard-Controlled Program with it you can Create Stand-Alone-
Executables (Single Executables) of your own Blitz-Programs. So you can add all Media-
Files to your Executable File and Create it as Stand-Alone (Single) File. So you must
not rewrite, change or add the ExtractEngine (like in BBCruncher) in your Blitz-
Sourcecode, but can accept the Sourcecode directly in Blitz Media-Linker when the
Sourcecode has a Final-State. Therefore is this Tool not only usable for Advanced
Users, but also good for Beginners. A Wizard (GUI) will you help with the Installation
in Step-by-Step.


Features:
---------

- Wizard-Controlled and Step-by-Step Installation.
- Easy Controlling, so also good usable for Beginners.
- Based on the known CrunchEngine of BBCruncher.
- Supports the ExtractEngines of BBCruncher. (optional - If available in Sourcecode)
- No rewrite or changes on Final-Sourcecode required.
- English & German DOCs available.

History:
--------

V1.0
-----
- First Release.

V1.1
-----
- Add Recursive Including Support.
- Some Routines changed.

V1.2
-----
- Fixed: Picture Recognization in some .b3d-Files

V1.3
-----
- Add: All required Paths will now save in a ConfigFile.
- Add: Include a new option "AddPath".
- Add: User can now select to a Split-Project (Exe + Archive)
or Single-Exe when a Project is bigger than 10 MB.

V1.4
-----
- Fixed: Multitasking problems in Crunch Process.
- Some Changes.

V1.5
-----
- Some SpeedUp in Data-Compression.
- Add: A new option to force a BlitzPlus Compilation for better compatibly.
- Some Fixes.


JoeRetro(Posted 2005) [#2]
What about command-line operations?


Braincell(Posted 2005) [#3]
Wow if this works like i think it should, its AWESOME. I didnt catch this tool before, this is amazing work and just what i will need.

However, can you tell me, does it expose any of the files during runtime, or do they stay within the exe?


AL90(Posted 2005) [#4]
@P-Q4

command-line operations? No, BML its a GUI based Exe-
Generator.

@Lenn

Compilations are created without runtimedebugger.
So created as "released version"


Damien Sturdy(Posted 2005) [#5]
AL90, This rocks :)
Lenn doesnt mean, does it create a Debug version- We would like to know;

WHen we RUN the exe it creates, Does it extract files somewhere at runtime then run the main EXE? or dos it just run as is,without decompressing stuff? :D


AL90(Posted 2005) [#6]
the MediaFiles will be first extract and use when it is
called. Not before. (e.g. if LoadImage() is called)