PureDataConverter
Posted: Wed Oct 08, 2008 2:36 pm
With this tool you can write several individual files that are needed by
your program (pictures, sounds, sprites, DLLs etc.) into one single file,
which later is to be included (packed if you like) in your Exe file.
Currently there are 3 output formats:
* Include file with Hex data (linux compatible!)
* Include file + BinPack (linux compatible!)
* Windows resource which has to be linked (Import „MyResource.res“ : EndImport)
Currently 3 pack formats are supported:
* none (unpacked)
* jCalg1 (Caution: This is currently not compatible with x64.)
* zip (doesn’t need any UserLib, DLL or similar, uses zlib.lib which is located in the PureBasic folder)
Preview of the GUI:

The GUI requires windows 2000 +
The generatet Output requires PB 4.30 +
The GUI is multilingual, english, german, french, spain, italian, romanian, swedish, turkey and russian
Download V 1.6
Feedback welcome
Update: Version 1.6
Projectfile supports more than 256 entries
Update: Version 1.5
Update checker added
Update: Version 1.3
New functions:
Update: Version 1.2
New Outputformat: BinPack
Update: Version 1.1
AddFiles added
AddDirs (recursive) added
some cosmetic for other languages with long phrases
Update: Version 1.1.001
russian language added
your program (pictures, sounds, sprites, DLLs etc.) into one single file,
which later is to be included (packed if you like) in your Exe file.
Currently there are 3 output formats:
* Include file with Hex data (linux compatible!)
* Include file + BinPack (linux compatible!)
* Windows resource which has to be linked (Import „MyResource.res“ : EndImport)
Currently 3 pack formats are supported:
* none (unpacked)
* jCalg1 (Caution: This is currently not compatible with x64.)
* zip (doesn’t need any UserLib, DLL or similar, uses zlib.lib which is located in the PureBasic folder)
Preview of the GUI:

The GUI requires windows 2000 +
The generatet Output requires PB 4.30 +
The GUI is multilingual, english, german, french, spain, italian, romanian, swedish, turkey and russian
Download V 1.6
Feedback welcome
Update: Version 1.6
Projectfile supports more than 256 entries
Update: Version 1.5
Update checker added
Update: Version 1.3
New functions:
Code: Select all
Result.s = UDRes_GetFileName(ResNumber[, hModule])
Result.s = PBData_GetFileName(ResNumber)
Result = UDRes_GetResNumber(FileName.s[, start[, hModule]])
Result = PBData_GetResNumber(FileName.s[, start])
New Outputformat: BinPack
Update: Version 1.1
AddFiles added
AddDirs (recursive) added
some cosmetic for other languages with long phrases
Update: Version 1.1.001
russian language added