• 大小: 17.13MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-06-17
  • 语言: 其他
  • 标签: 绘图  

资源简介

用于专业绘图的工具,可以进行专业制图,方便上手

资源截图

代码片段和文件信息

// convtempdll.cpp : Defines the initialization routines for the DLL.
//

#include “stdafx.h“
#include “convtempdll.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

//
// Note!
//
// If this DLL is dynamically linked against the MFC
// DLLs any functions exported from this DLL which
// call into MFC must have the AFX_MANAGE_STATE macro
// added at the very beginning of the function.
//
// For example:
//
// extern “C“ BOOL PASCAL EXPORT ExportedFunction()
// {
// AFX_MANAGE_STATE(AfxGetStaticModuleState());
// // normal function body here
// }
//
// It is very important that this macro appear in each
// function prior to any calls into MFC.  This means that
// it must appear as the first statement within the 
// function even before any object variable declarations
// as their constructors may generate calls into the MFC
// DLL.
//
// Please see MFC Technical Notes 33 and 58 for additional
// details.
//

/////////////////////////////////////////////////////////////////////////////
// CConvtempApp

BEGIN_MESSAGE_MAP(CConvtempApp CWinApp)
//{{AFX_MSG_MAP(CConvtempApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CConvtempApp construction

CConvtempApp::CConvtempApp()
{
HRESULT hr = CoInitialize(NULL);
}

CConvtempApp::~CConvtempApp()
{
CoUninitialize();
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CConvtempApp object

CConvtempApp theApp;

/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////

#include “MOCAMain.h“
#include “OCConvTemp.h“

//--------------------------------------------------------------------------
// MOCA_CRT_OBJ
//
// This function is exported from the DLL and is called by Origin C to
// construct objects and for execution of Origin C codes.
//--------------------------------------------------------------------------
extern “C“ CscriptMocaobject * MOCA_CRT_OBJ(UINT nTypeID void* pArg UINT nSize DWORD dwArg)
{
switch( dwArg )
{
case MOCA_CREATE_SET_CALLBACK: 
// Used during loading to set the HWND and callback pointers.

MOCAObj::Set

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1387  2003-10-08 12:00  Origin75\3d.ogs

     文件      16048  2003-10-08 12:00  Origin75\3D.OTP

     文件      17309  2003-10-08 12:00  Origin75\3dbars.OTP

     文件       8710  2003-10-08 12:00  Origin75\ANOVA1Way.OGS

     文件      12343  2003-10-08 12:00  Origin75\ANOVA2Way.OGS

     文件       4118  2003-12-02 17:00  Origin75\AppFile.ogs

     文件      14657  2003-10-08 12:00  Origin75\AREA.OTP

     文件        409  2003-10-08 12:00  Origin75\ARROW.OGS

     文件      12318  2003-10-08 12:00  Origin75\ASSAYS.OGS

     文件       4766  2003-10-08 12:00  Origin75\ATI\ClassExtender\ConvTemp\convtemp.dsp

     文件       4579  2003-10-08 12:00  Origin75\ATI\ClassExtender\ConvTemp\convtempdll.cpp

     文件         24  2003-10-08 12:00  Origin75\ATI\ClassExtender\ConvTemp\convtempdll.def

     文件       1296  2003-10-08 12:00  Origin75\ATI\ClassExtender\ConvTemp\convtempdll.h

     文件       4644  2003-10-08 12:00  Origin75\ATI\ClassExtender\ConvTemp\OCConvTemp.cpp

     文件       1383  2003-10-08 12:00  Origin75\ATI\ClassExtender\ConvTemp\OCConvTemp.h

     文件        222  2003-10-08 12:00  Origin75\ATI\ClassExtender\ConvTemp\OriginC\convtemp.c

     文件        590  2003-10-08 12:00  Origin75\ATI\ClassExtender\ConvTemp\OriginC\ConvTemp.h

     文件        194  2003-10-08 12:00  Origin75\ATI\ClassExtender\ConvTemp\OriginC\convtemp.ocw

     目录          0  2004-09-25 23:53  Origin75\ATI\ClassExtender\ConvTemp\OriginC

     文件        210  2003-10-08 12:00  Origin75\ATI\ClassExtender\ConvTemp\StdAfx.cpp

     文件       1447  2003-10-08 12:00  Origin75\ATI\ClassExtender\ConvTemp\StdAfx.h

     目录          0  2004-09-25 23:53  Origin75\ATI\ClassExtender\ConvTemp

     文件      19968  2003-10-08 12:00  Origin75\ATI\ClassExtender\Origin C Class Extender - Getting Started.doc

     目录          0  2004-09-25 23:53  Origin75\ATI\ClassExtender

     文件      65536  2003-10-08 12:00  Origin75\ATI\Dialog Builder\odialog.awx

     目录          0  2004-09-25 23:53  Origin75\ATI\Dialog Builder

     文件       2050  2003-10-08 12:00  Origin75\ATI\include\FitFuncDef.h

     文件      19184  2003-10-08 12:00  Origin75\ATI\include\LABSTR.H

     文件      61425  2003-10-08 12:00  Origin75\ATI\include\ORGDLL.H

     目录          0  2004-09-25 23:53  Origin75\ATI\include

............此处省略1482个文件信息

评论

共有 条评论