Commit db50a8c5 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

(1.0.1.176) unconverted to wmf emf files

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@55767 954022d7-b5bf-4e40-9824-e11837661b57
parent af5d6981
......@@ -234,9 +234,9 @@ private:
delete pMetaFile;
m_lImageType = c_lImageTypeUnknown;
return;
}
else
{
::fclose( pFile );
// Wmf
......@@ -276,11 +276,14 @@ private:
delete[] pBuffer;
delete pMetaFile;
}
}
else
{
DeleteEnhMetaFile( hEmf );
delete pMetaFile;
}
if (TRUE)
{
Gdiplus::Bitmap* pBitmap = new Gdiplus::Bitmap(bsFilePath);
MediaCore::IAVSUncompressedVideoFrame* pFrame = NULL;
......@@ -297,6 +300,7 @@ private:
return;
}
RELEASEINTERFACE(pFrame);
return;
}
}
}
......
#pragma once
#include "../../../Common/ASCUtils.h"
#include "../Interfaces/ASCRenderer.h"
#include "../../../Common/DocxFormat/Source/XML/XmlUtils.h"
#include "../../../Common/XmlUtils.h"
#include "../agg/ap_aggplusenums.h"
#include <gdiplus.h>
......
......@@ -2,6 +2,6 @@
//1
//0
//1
//175
#define INTVER 1,0,1,175
#define STRVER "1,0,1,175\0"
//176
#define INTVER 1,0,1,176
#define STRVER "1,0,1,176\0"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment