代码搜索:appframework
找到约 19 项符合「appframework」的源代码
代码结果 19
www.eeworm.com/read/490329/1205522
h appframework.h
//======== (C) Copyright 1999, 2000 Valve, L.L.C. All rights reserved. ========
//
// The copyright to the contents herein is the property of Valve, L.L.C.
// The contents may be used and/or copied
www.eeworm.com/read/270198/11045518
cpp appframework.cpp
#include "AppFramework.h"
static CAppFramework* g_pApp = NULL;
CAppFramework::CAppFramework()
: m_hInst(NULL)
, m_hWnd(NULL)
, m_pClassName(NULL)
, m_nPosX(0)
, m_nPosY(0)
, m_nWidth(0)
,
www.eeworm.com/read/270198/11045521
h appframework.h
#ifndef _APPFRAMEWORK_H_
#define _APPFRAMEWORK_H_
#ifdef APPFRAMEWORK_DLL_EXPORTS
#define APPFRAMEWORK_DLL_API __declspec(dllexport)
#else
#define APPFRAMEWORK_DLL_API __declspec(dllimport)
#e
www.eeworm.com/read/320847/13417274
jar appframework-1.0.3.jar
www.eeworm.com/read/479805/6679083
jar appframework-1.0.3.jar
www.eeworm.com/read/407811/11410510
jar appframework-1.0.3.jar
www.eeworm.com/read/236211/14027916
jar appframework-0.4.jar
www.eeworm.com/read/270198/11045516
h mouseproc.h
#ifndef _MOUSEPROC_H_
#define _MOUSEPROC_H_
#ifdef APPFRAMEWORK_DLL_EXPORTS
#define APPFRAMEWORK_DLL __declspec(dllexport)
#else
#define APPFRAMEWORK_DLL __declspec(dllimport)
#endif
#inclu