Changeset 602 for trunk


Ignore:
Timestamp:
Mar 28, 2016, 11:27:28 AM (8 years ago)
Author:
roman
Message:

Code formatting

Location:
trunk/Utilities/Miscellaneous/ExcelControl
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/Miscellaneous/ExcelControl/ExcelControl.cpp

    r597 r602  
    1 // ExcelControl.cpp : Implementation of DLL Exports.
    2 
     1////////////////////////////////////////////////////////////
     2// Copyright (C) Roman Ryltsov, 2016
     3// Created by Roman Ryltsov roman@alax.info
     4//
     5// A permission to use the source code is granted as long as reference to
     6// source website http://alax.info is retained.
    37
    48#include "stdafx.h"
     
    610#include "ExcelControl_i.h"
    711#include "dllmain.h"
    8 
    912
    1013using namespace ATL;
  • trunk/Utilities/Miscellaneous/ExcelControl/ExcelControl.idl

    r597 r602  
    1 // ExcelControl.idl : IDL source for ExcelControl
    2 //
    3 
    4 // This file will be processed by the MIDL tool to
    5 // produce the type library (ExcelControl.tlb) and marshalling code.
     1////////////////////////////////////////////////////////////
     2// Copyright (C) Roman Ryltsov, 2016
     3// Created by Roman Ryltsov roman@alax.info
     4//
     5// A permission to use the source code is granted as long as reference to
     6// source website http://alax.info is retained.
    67
    78#include "olectl.h"
  • trunk/Utilities/Miscellaneous/ExcelControl/Sample.cpp

    r597 r602  
    1 // Sample.cpp : Implementation of CSample
     1////////////////////////////////////////////////////////////
     2// Copyright (C) Roman Ryltsov, 2016
     3// Created by Roman Ryltsov roman@alax.info
     4//
     5// A permission to use the source code is granted as long as reference to
     6// source website http://alax.info is retained.
     7
    28#include "stdafx.h"
    39#include "Sample.h"
    4 
    5 
    6 // CSample
  • trunk/Utilities/Miscellaneous/ExcelControl/Sample.h

    r598 r602  
    1 // Sample.h : Declaration of the CSample
     1////////////////////////////////////////////////////////////
     2// Copyright (C) Roman Ryltsov, 2016
     3// Created by Roman Ryltsov roman@alax.info
     4//
     5// A permission to use the source code is granted as long as reference to
     6// source website http://alax.info is retained.
     7
    28#pragma once
    39#include "resource.h"       // main symbols
     
    612
    713#if defined(_WIN32_WCE) && !defined(_CE_DCOM) && !defined(_CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA)
    8 #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."
     14        #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."
    915#endif
    1016
    1117using namespace ATL;
    12 
    13 
    1418
    1519// CSample
  • trunk/Utilities/Miscellaneous/ExcelControl/dllmain.cpp

    r597 r602  
    1 // dllmain.cpp : Implementation of DllMain.
     1////////////////////////////////////////////////////////////
     2// Copyright (C) Roman Ryltsov, 2016
     3// Created by Roman Ryltsov roman@alax.info
     4//
     5// A permission to use the source code is granted as long as reference to
     6// source website http://alax.info is retained.
    27
    38#include "stdafx.h"
  • trunk/Utilities/Miscellaneous/ExcelControl/dllmain.h

    r597 r602  
    1 // dllmain.h : Declaration of module class.
     1////////////////////////////////////////////////////////////
     2// Copyright (C) Roman Ryltsov, 2016
     3// Created by Roman Ryltsov roman@alax.info
     4//
     5// A permission to use the source code is granted as long as reference to
     6// source website http://alax.info is retained.
    27
    38class CExcelControlModule : public ATL::CAtlDllModuleT< CExcelControlModule >
  • trunk/Utilities/Miscellaneous/ExcelControl/stdafx.cpp

    r597 r602  
    1 // stdafx.cpp : source file that includes just the standard includes
    2 // ExcelControl.pch will be the pre-compiled header
    3 // stdafx.obj will contain the pre-compiled type information
     1////////////////////////////////////////////////////////////
     2// Copyright (C) Roman Ryltsov, 2016
     3// Created by Roman Ryltsov roman@alax.info
     4//
     5// A permission to use the source code is granted as long as reference to
     6// source website http://alax.info is retained.
    47
    58#include "stdafx.h"
  • trunk/Utilities/Miscellaneous/ExcelControl/stdafx.h

    r597 r602  
    1 // stdafx.h : include file for standard system include files,
    2 // or project specific include files that are used frequently,
    3 // but are changed infrequently
     1////////////////////////////////////////////////////////////
     2// Copyright (C) Roman Ryltsov, 2016
     3// Created by Roman Ryltsov roman@alax.info
     4//
     5// A permission to use the source code is granted as long as reference to
     6// source website http://alax.info is retained.
    47
    58#pragma once
  • trunk/Utilities/Miscellaneous/ExcelControl/targetver.h

    r597 r602  
     1////////////////////////////////////////////////////////////
     2// Copyright (C) Roman Ryltsov, 2016
     3// Created by Roman Ryltsov roman@alax.info
     4//
     5// A permission to use the source code is granted as long as reference to
     6// source website http://alax.info is retained.
     7
    18#pragma once
    29
Note: See TracChangeset for help on using the changeset viewer.