File downloading is much faster from this mirror: http://members.lycos.co.uk/rfront/ |
DarkBasic examples |
Upacking data from RAR archive. Packing DarkBasic EXE by UPX. Packing DarkBasic EXE by UPX - 32-bit version for Windows Resource extractor for DarkBasic EXE files |
|
Code examples and tools for DarkBasic (classic) programmers There is an easy way to store all data files in the single RAR archive using free library UNRAR.DLL. You can even protect archive data with password | |
Programs compiled with DarkBasic in Build Exe mode can be packed by UPX. There is only one moment: last 4 bytes of EXE code (32bit pointer) must be fixed after packing to prevent packed program crash. Packed EXEs is about only 40% from its' original size. Note: UNRAR.DLL also can be packed by UPX without any additional tricks. | |
All resources (images, models, textures, sound, music) from EXE files created in Build Final mode can be easely extracted with full original data file names and directory structure. Mini format convert utility for DarkBasic Classic 1.13 What about to make DarkBasic EXEs 10 times smaller ? Or 100 times smaller ? The solution is to remove interpreter code from EXE file. Now executable file created with DarkBasic will have size only about 100KB download 15 KB DbaMini for Windows download 42 KB DbaMini utility download 591 KB DbaMini utility+DBRT13.EXE (only if you don't have DarkBasic) TechTip: How to play music on Arduino TechTip: Music on Arduino 2 - even more simple coding TechTip: Music on Arduino 3 Notes Convertor TechTip: FreeBasic and Arduino TechTip: MiniBloq and Arduino TechTip: Tiny Basic and Arduino |
FreeBasic examples |
Delete EXIF and other hidden data from JPG files |
|
Intel Jpeg Library (IJL10.DLL, IJL15.DLL) installation pack. Contains full PDF documentation and
examples on Visual C++ v6, Visual Basic v6, Delphi and now on FreeBasic. |
|
Loading DirectX (.X) 3D models. |
Site developed by Trustmaster [2003] |