FileToCppArray(parOutputPath + wxFILE_SEP_PATH + flist[i], i));
file.Write(""
-"void ") + parFuncname + wxT("()\n"
+"void " + parFuncname + "()\n"
"{\n"
"\n"
" // Check for memory FS. If not present, load the handler:\n"
"//\n"
"// This file was automatically generated by wxrc, do not edit by hand.\n"
"//\n\n"
-"#ifndef __") + fileSpec + _T("_h__\n"
-"#define __") + fileSpec + _T("_h__\n"
+"#ifndef __" + fileSpec + "_h__\n"
+"#define __" + fileSpec + "_h__\n"
);
for(size_t i=0;i<aXRCWndClassData.GetCount();++i){
aXRCWndClassData.Item(i).GenerateHeaderCode(file);
wxASSERT_MSG( offset == lng, wxT("Huge file not supported") );
snum.Printf(_T("%i"), num);
- output = _T(" xml_res_file_") + snum + _T(" = '''\\\n");
+ output = " xml_res_file_" + snum + " = '''\\\n";
unsigned char *buffer = new unsigned char[lng];
file.Read(buffer, lng);
);
- file.Write("def ") + parFuncname + _T("():\n");
+ file.Write("def " + parFuncname + "():\n");
for (i = 0; i < flist.GetCount(); i++)
file.Write(
fout.Open(parOutput, wxT("wt"));
for (size_t i = 0; i < str.GetCount(); i++)
- fout.Write("_(\"") + str[i] + "\");\n";
+ fout.Write("_(\"" + str[i] + "\");\n");
if (!parOutput) fout.Detach();
}