How to Embed/Link binary data into a Windows module

前端 未结 2 546
無奈伤痛
無奈伤痛 2020-11-30 10:24

So I have a Visual Studio 2008 project which has a large amount of binary data that it is currently referencing. I would like to package the binary data much like you can do

2条回答
  •  庸人自扰
    2020-11-30 11:00

    You can embed the binary data as a C language array - no resources involved at all. An old classic trick. see for example XD

提交回复
热议问题