Удален старый вариант WMF. Немного изменена структура файлов.

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62375 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Ilya.Kirillov
2015-04-30 15:01:39 +00:00
committed by Alexander Trofimov
parent b241feffac
commit 64ae206b4d
37 changed files with 731 additions and 88038 deletions

View File

@ -1,13 +1,12 @@
//#define _CRTDBG_LEAK_CHECK_DF
//#define _CRTDBG_LEAK_CHECK_DF
#include "stdafx.h"
#include <vector>
#include "../../fontengine/ApplicationFonts.h"
#include "MetaFile.h"
#include <Windows.h>
#include <vector>
using namespace MetaFile;
std::vector<std::wstring> GetAllFilesInFolder(std::wstring wsFolder, std::wstring wsExt)
@ -63,6 +62,7 @@ void ConvertFolder(CMetaFile &oMetaFile, std::wstring wsFolderPath)
}
}
#include "../../common/String.h"
void Test()
{
CApplicationFonts oFonts;
@ -70,7 +70,7 @@ void Test()
CMetaFile oMetaFile(&oFonts);
//ConvertFile(oMetaFile, L"D://Test Files//fulltest.wmf");
ConvertFolder(oMetaFile, L"D://Test Files//Bugs//");
ConvertFolder(oMetaFile, L"D://Test Files//Bugs//Bugs//");
}
void main()