11#include <wx/filesys.h>
13#include <wx/xrc/xmlres.h>
14#include <wx/xrc/xh_all.h>
16#if wxCHECK_VERSION(2,8,5) && wxABI_VERSION >= 20805
17 #define XRC_ADD_FILE(name, data, size, mime) \
18 wxMemoryFSHandler::AddFileWithMimeType(name, data, size, mime)
20 #define XRC_ADD_FILE(name, data, size, mime) \
21 wxMemoryFSHandler::AddFile(name, data, size)
24static size_t xml_res_size_0 = 137;
25static unsigned char xml_res_file_0[] = {
2660,63,120,109,108,32,118,101,114,115,105,111,110,61,34,49,46,48,34,32,101,
27110,99,111,100,105,110,103,61,34,85,84,70,45,56,34,63,62,10,60,114,101,
28115,111,117,114,99,101,32,120,109,108,110,115,61,34,104,116,116,112,58,
2947,47,119,119,119,46,119,120,119,105,100,103,101,116,115,46,111,114,103,
3047,119,120,120,114,99,34,62,10,32,32,60,33,45,45,32,72,97,110,100,108,101,
31114,32,71,101,110,101,114,97,116,105,111,110,32,105,115,32,79,78,32,45,
3245,62,10,60,47,114,101,115,111,117,114,99,101,62,10};
34void wxC40F6InitBitmapResources()
39 wxMemoryFSHandler::AddFile(wxT(
"XRC_resource/dummy_file"), wxT(
"dummy one"));
41 wxFSFile *f = fsys.OpenFile(wxT(
"memory:XRC_resource/dummy_file"));
42 wxMemoryFSHandler::RemoveFile(wxT(
"XRC_resource/dummy_file"));
44 else wxFileSystem::AddHandler(
new wxMemoryFSHandlerBase);
47 XRC_ADD_FILE(wxT(
"XRC_resource/DebugFrameBitmaps.cpp$C__Users_Pichau_Documents_GitHub_PSP_Project_DebugFrameBitmaps.xrc"), xml_res_file_0, xml_res_size_0, wxT(
"text/xml"));
48 wxXmlResource::Get()->Load(wxT(
"memory:XRC_resource/DebugFrameBitmaps.cpp$C__Users_Pichau_Documents_GitHub_PSP_Project_DebugFrameBitmaps.xrc"));