Commit 4617d8d4 authored by Ivan.Shulga's avatar Ivan.Shulga Committed by Alexander Trofimov

git-svn-id:...

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52489 954022d7-b5bf-4e40-9824-e11837661b57
parent aee6f924
...@@ -394,6 +394,7 @@ OfficeCore/Test/TestConsole/bin/Release/TestConsole.exe svn_mime_002dtype=applic ...@@ -394,6 +394,7 @@ OfficeCore/Test/TestConsole/bin/Release/TestConsole.exe svn_mime_002dtype=applic
OfficeCore/Test/TestConsole/bin/Release/TestConsole.pdb svn_mime_002dtype=application%2Foctet-stream OfficeCore/Test/TestConsole/bin/Release/TestConsole.pdb svn_mime_002dtype=application%2Foctet-stream
Redist/ASCFontConverter.dll svn_mime_002dtype=application%2Foctet-stream Redist/ASCFontConverter.dll svn_mime_002dtype=application%2Foctet-stream
Redist/ASCGraphics.dll svn_mime_002dtype=application%2Foctet-stream Redist/ASCGraphics.dll svn_mime_002dtype=application%2Foctet-stream
Redist/ASCImageFile3.dll svn_mime_002dtype=application%2Foctet-stream
Redist/ASCImageJpeg2000.dll svn_mime_002dtype=application%2Foctet-stream Redist/ASCImageJpeg2000.dll svn_mime_002dtype=application%2Foctet-stream
Redist/ASCMediaCore3.dll svn_mime_002dtype=application%2Foctet-stream Redist/ASCMediaCore3.dll svn_mime_002dtype=application%2Foctet-stream
Redist/ASCMediaFormatSettings3.dll svn_mime_002dtype=application%2Foctet-stream Redist/ASCMediaFormatSettings3.dll svn_mime_002dtype=application%2Foctet-stream
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#include "resource.h" #include "resource.h"
#define COMPONENT_NAME "ImageFile3" #define COMPONENT_NAME "ImageFile3"
#include "FileInfo.h" #include "../../Common/FileInfo.h"
#include "version.h" #include "version.h"
......
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
> >
<Tool <Tool
Name="VCPreBuildEventTool" Name="VCPreBuildEventTool"
CommandLine="D:\Work\VersionControl.exe &quot;$(SolutionDir)\version.h&quot;" CommandLine="..\..\Redist\VersionControl.exe &quot;$(SolutionDir)\version.h&quot;"
/> />
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
#include <atlsafe.h> #include <atlsafe.h>
#include <comdef.h> #include <comdef.h>
#include <stdio.h> #include <stdio.h>
#include <registration.h>
#include <gdiplusex.h> #include <gdiplusex.h>
#include <graydither.h> #include <graydither.h>
#include <math.h> #include <math.h>
...@@ -1261,12 +1260,6 @@ protected: ...@@ -1261,12 +1260,6 @@ protected:
// reset output value // reset output value
VARIANT_BOOL Success = VARIANT_FALSE; VARIANT_BOOL Success = VARIANT_FALSE;
#ifndef DISABLE_REGISTRATION
// check for registered component
if (!CRegistratorClient::IsRegistered())
return Success;
#endif
try try
{ {
MetaDataFromFile( Path ); // load metadata from file MetaDataFromFile( Path ); // load metadata from file
...@@ -1411,13 +1404,6 @@ protected: ...@@ -1411,13 +1404,6 @@ protected:
// reset output value // reset output value
VARIANT_BOOL Success = VARIANT_TRUE; VARIANT_BOOL Success = VARIANT_TRUE;
#ifndef DISABLE_REGISTRATION
// check for registered component
if (!CRegistratorClient::IsRegistered())
return VARIANT_FALSE;
#endif
// Gdi+ Bitmap object // Gdi+ Bitmap object
BYTE* pixels = 0; BYTE* pixels = 0;
...@@ -1460,13 +1446,7 @@ protected: ...@@ -1460,13 +1446,7 @@ protected:
// reset output value // reset output value
VARIANT_BOOL Success = VARIANT_FALSE; VARIANT_BOOL Success = VARIANT_FALSE;
#ifndef DISABLE_REGISTRATION
// check for registered component
if (!CRegistratorClient::IsRegistered())
return VARIANT_FALSE;
#endif
// check for valid input parameters // check for valid input parameters
if (Frame < 0) if (Frame < 0)
return VARIANT_FALSE; return VARIANT_FALSE;
...@@ -1540,13 +1520,6 @@ protected: ...@@ -1540,13 +1520,6 @@ protected:
// update result flag // update result flag
VARIANT_BOOL Success = VARIANT_TRUE; VARIANT_BOOL Success = VARIANT_TRUE;
#ifndef DISABLE_REGISTRATION
// check for registered component
if (!CRegistratorClient::IsRegistered())
return Success;
#endif
// variables // variables
Bitmap* bitmap = 0; Bitmap* bitmap = 0;
...@@ -1870,12 +1843,6 @@ protected: ...@@ -1870,12 +1843,6 @@ protected:
{ {
VARIANT_BOOL Success = VARIANT_FALSE; VARIANT_BOOL Success = VARIANT_FALSE;
#ifndef DISABLE_REGISTRATION
if (!CRegistratorClient::IsRegistered())
return VARIANT_FALSE;
#endif
int nWidth = 0; int nWidth = 0;
int nHeight = 0; int nHeight = 0;
...@@ -1912,12 +1879,6 @@ protected: ...@@ -1912,12 +1879,6 @@ protected:
VARIANT_BOOL Success = VARIANT_TRUE; VARIANT_BOOL Success = VARIANT_TRUE;
#ifndef DISABLE_REGISTRATION
if (!CRegistratorClient::IsRegistered())
return VARIANT_FALSE;
#endif
int nWidth = 0; int nWidth = 0;
int nHeight = 0; int nHeight = 0;
...@@ -2256,14 +2217,6 @@ public: ...@@ -2256,14 +2217,6 @@ public:
{ {
// update result flag // update result flag
*Success = VARIANT_FALSE; *Success = VARIANT_FALSE;
#ifndef DISABLE_REGISTRATION
// check for registered component
if (!CRegistratorClient::IsRegistered())
return S_OK;
#endif
// save image to file // save image to file
try try
{ {
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
//3 //3
//4 //4
//0 //0
//82 //83
#define INTVER 3,4,0,82 #define INTVER 3,4,0,83
#define STRVER "3,4,0,82\0" #define STRVER "3,4,0,83\0"
...@@ -68,14 +68,16 @@ ...@@ -68,14 +68,16 @@
using namespace ATL; using namespace ATL;
using namespace Gdiplus; using namespace Gdiplus;
#import "../../../../AVS/Redist/AVSImageFile3.dll" named_guids rename_namespace("ImageFile") #import "../../Redist/ASCImageFile3.dll" named_guids rename_namespace("ImageFile")
//#import "../../../../AVS/Redist/AVSImageTransform3.dll" named_guids rename_namespace("ImageTransform") //#import "../../../../AVS/Redist/AVSImageTransform3.dll" named_guids rename_namespace("ImageTransform")
#import "../../../../AVS/Redist/AVSImagePaint3.dll" named_guids rename_namespace("ImagePaint")
//#import "../../../../AVS/Redist/AVSImageCompose3.dll" named_guids rename_namespace("ImageCompose") //#import "../../../../AVS/Redist/AVSImageCompose3.dll" named_guids rename_namespace("ImageCompose")
#import "../../../../AVS/Redist/AVSMediaCore3.dll" named_guids rename_namespace("MediaCore"), exclude("tagRECT") #import "../../Redist/ASCMediaCore3.dll" named_guids rename_namespace("MediaCore"), exclude("tagRECT")
#import "../../../../AVS/Redist/AVSMediaFormatSettings3.dll" named_guids rename_namespace("MediaFormat"), exclude("tagRECT") #import "../../Redist/ASCMediaFormatSettings3.dll" named_guids rename_namespace("MediaFormat"), exclude("tagRECT")
#import "../../Redist/ASCImageJpeg2000.dll" named_guids rename_namespace("Jpeg2000")
#import "../../Redist/ASCGraphics.dll" named_guids rename_namespace("AVSGraphics")
#import "../../../../AVS/Redist/AVSImagePaint3.dll" named_guids rename_namespace("ImagePaint")
#import "../../../../AVS/Redist/AVSSWFFile3.dll" named_guids rename_namespace("SWF")
#import "../../../../AVS/Redist/AVSUniversalVideoConverter.dll" named_guids rename_namespace("FileCache") #import "../../../../AVS/Redist/AVSUniversalVideoConverter.dll" named_guids rename_namespace("FileCache")
#import "../../../../AVS/Redist/AVSImageRaw3.dll" named_guids rename_namespace("ImageRaw") #import "../../../../AVS/Redist/AVSImageRaw3.dll" named_guids rename_namespace("ImageRaw")
#import "../../../../AVS/Redist/AVSImageJpeg2000.dll" named_guids rename_namespace("Jpeg2000")
#import "../../../../AVS/Redist/AVSGraphics.dll" named_guids rename_namespace("AVSGraphics")
#import "../../../../AVS/Redist/AVSSWFFile3.dll" named_guids rename_namespace("SWF")
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