Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/image/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Image 是否可以在可执行文件中包含的wxHtmlWindow中指定图像?_Image_Wxwidgets_Embed_Wxhtmlwindow - Fatal编程技术网

Image 是否可以在可执行文件中包含的wxHtmlWindow中指定图像?

Image 是否可以在可执行文件中包含的wxHtmlWindow中指定图像?,image,wxwidgets,embed,wxhtmlwindow,Image,Wxwidgets,Embed,Wxhtmlwindow,我希望我的可执行文件是自包含的。但是,wxHtmlWindow使用一个映像,如果映像可以存储在可执行文件中就更好了 这可以做到吗?如果可以,怎么做?是的,使用内存:模式。例如,请参阅中的我的代码(只需在那里搜索“memory:” 不要忘记注册wxMemoryFSHandler,否则这将无法工作

我希望我的可执行文件是自包含的。但是,wxHtmlWindow使用一个映像,如果映像可以存储在可执行文件中就更好了


这可以做到吗?如果可以,怎么做?

是的,使用
内存:
模式。例如,请参阅中的我的代码(只需在那里搜索“memory:”

不要忘记注册
wxMemoryFSHandler
,否则这将无法工作