文件名称:bin2c:bin2c转换工具
文件大小:30KB
文件格式:ZIP
更新时间:2024-04-22 07:00:02
cpp14 bin2c C++
该程序采用任何类型的二进制文件(例如PNG图像文件)并将其处理为一个文件,该文件将其数据存储在C数组中,从而可以将其嵌入程序内容中。 通道在freenode上是#bin2c,因此请确保在freenode的主要状态部分执行/JOIN #bin2c 。 bin2c v0.15.0-Windows / Linux / MAC-[最终]: Windows(需要Visual Studio 2015或更高版本以及命令行工具): 在Visual Studio 2015或更高版本中打开bin2c.sln。 选择所需的配置平台,然后构建发布配置。 您可以选择32或64位。 然后打开开发人员命令提示符x86(用于32位编译)或x64(用于64位编译)。 然后要构建测试,请在您将bin2c下载到的文件夹中创建一个名为compile.bat的批处理文件,其内容如下: @ echo off cd t
【文件预览】:
bin2c-master
----.gitignore(942B)
----icons()
--------linux()
--------Windows()
--------MAC()
----Makefile(357B)
----CONTRIBUTING.md(235B)
----CODE_OF_CONDUCT.md(3KB)
----LICENSE(1KB)
----.github()
--------workflows()
--------dependabot.yml(505B)
----libs()
--------libbin2cconstants.hpp(3KB)
--------libargparse.hpp(2KB)
--------hexstream(15KB)
--------libcompilehack.hpp(324B)
--------libunicodemacros.h(55B)
--------libunicodemacros(579B)
--------lib2hex.hpp(2KB)
----tests()
--------VP.jpg(5KB)
--------VP.cpp(498B)
----bin2c.sln(2KB)
----readme.md(4KB)
----MAC()
--------PkgInfo(9B)
--------Makefile(892B)
--------Info.plist(995B)
----bin2c.rc(680B)
----.gitattributes(378B)
----bin2c.vcxproj(18KB)
----bin2c.vcxproj.filters(2KB)
----bin2c.cpp(135B)