origin7.5绿色免安装版.rar


用于专业绘图的工具,可以进行专业制图,方便上手
资源截图
代码片段和文件信息
// 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  Origin753d.ogs

     文件      16048  2003-10-08 12:00  Origin753D.OTP

     文件      17309  2003-10-08 12:00  Origin753dbars.OTP

     文件       8710  2003-10-08 12:00  Origin75ANOVA1Way.OGS

     文件      12343  2003-10-08 12:00  Origin75ANOVA2Way.OGS

     文件       4118  2003-12-02 17:00  Origin75AppFile.ogs

     文件      14657  2003-10-08 12:00  Origin75AREA.OTP

     文件        409  2003-10-08 12:00  Origin75ARROW.OGS

     文件      12318  2003-10-08 12:00  Origin75ASSAYS.OGS

     文件       4766  2003-10-08 12:00  Origin75ATIClassExtenderConvTempconvtemp.dsp

     文件       4579  2003-10-08 12:00  Origin75ATIClassExtenderConvTempconvtempdll.cpp

     文件         24  2003-10-08 12:00  Origin75ATIClassExtenderConvTempconvtempdll.def

     文件       1296  2003-10-08 12:00  Origin75ATIClassExtenderConvTempconvtempdll.h

     文件       4644  2003-10-08 12:00  Origin75ATIClassExtenderConvTempOCConvTemp.cpp

     文件       1383  2003-10-08 12:00  Origin75ATIClassExtenderConvTempOCConvTemp.h

     文件        222  2003-10-08 12:00  Origin75ATIClassExtenderConvTempOriginCconvtemp.c

     文件        590  2003-10-08 12:00  Origin75ATIClassExtenderConvTempOriginCConvTemp.h

     文件        194  2003-10-08 12:00  Origin75ATIClassExtenderConvTempOriginCconvtemp.ocw

     目录          0  2004-09-25 23:53  Origin75ATIClassExtenderConvTempOriginC

     文件        210  2003-10-08 12:00  Origin75ATIClassExtenderConvTempStdAfx.cpp

     文件       1447  2003-10-08 12:00  Origin75ATIClassExtenderConvTempStdAfx.h

     目录          0  2004-09-25 23:53  Origin75ATIClassExtenderConvTemp

     文件      19968  2003-10-08 12:00  Origin75ATIClassExtenderOrigin C Class Extender - Getting Started.doc

     目录          0  2004-09-25 23:53  Origin75ATIClassExtender

     文件      65536  2003-10-08 12:00  Origin75ATIDialog Builderodialog.awx

     目录          0  2004-09-25 23:53  Origin75ATIDialog Builder

     文件       2050  2003-10-08 12:00  Origin75ATIincludeFitFuncDef.h

     文件      19184  2003-10-08 12:00  Origin75ATIincludeLABSTR.H

     文件      61425  2003-10-08 12:00  Origin75ATIincludeORGDLL.H

     目录          0  2004-09-25 23:53  Origin75ATIinclude

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

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)