Commit 1811191e 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@52545 954022d7-b5bf-4e40-9824-e11837661b57
parent 6a498bc5
// AVSDocxRenderer.cpp : Implementation of CAVSDocxRenderer
// ASCDocxRenderer.cpp : Implementation of CASCDocxRenderer
#include "stdafx.h"
#include "AVSDocxRenderer.h"
#include "ASCDocxRenderer.h"
// CAVSDocxRenderer
......
// AVSDocxRenderer.h : Declaration of the CAVSDocxRenderer
// ASCDocxRenderer.h : Declaration of the CAVSDocxRenderer
#pragma once
#include "resource.h" // main symbols
#include "..\..\..\AVSImageStudio3\AVSGraphics\Interfaces\AVSRenderer.h"
#include ".\..\..\..\AVSVideoStudio3\Common\AVSUtils.h"
#include "..\..\..\..\..\Common\xmlutils.h"
#include "..\..\..\ASCImageStudio3\ASCGraphics\Interfaces\ASCRenderer.h"
#include "..\..\..\Common\ASCUtils.h"
#include "..\..\..\Common\xmlutils.h"
#import ".\..\..\..\..\Redist\AVSOfficeStudio\AVSOfficeUtils.dll" raw_interfaces_only
#import ".\..\..\..\..\Redist\AVSImageStudio3.dll" raw_interfaces_only
#import ".\..\..\..\Redist\ASCOfficeUtils.dll" raw_interfaces_only
#import ".\..\..\..\Redist\ASCImageStudio3.dll" raw_interfaces_only
#include <io.h>
#include <fcntl.h>
......@@ -23,7 +23,7 @@
#pragma comment(lib, "OfficeSvmFile.lib")
#include "Document.h"
#include "AVSOfficeCriticalSection.h"
#include "ASCOfficeCriticalSection.h"
#if defined(_WIN32_WCE) && !defined(_CE_DCOM) && !defined(_CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA)
#error "Single-threaded COM objects are not properly supported on Windows CE platform, such as the Windows Mobile platforms that do not include full DCOM support. Define _CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA to force ATL to support creating single-thread COM object's and allow use of it's single-threaded COM object implementations. The threading model in your rgs file was set to 'Free' as that is the only threading model supported in non DCOM Windows CE platforms."
......
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