代码搜索:DirectDraw

找到约 969 项符合「DirectDraw」的源代码

代码结果 969
www.eeworm.com/read/251189/12358587

pas dxerror.pas

unit DXError; {$i-} interface uses Windows,SysUtils,ShellAPI; type EDXError=class(Exception) end; procedure CheckDD(Error:integer; Msg:string); function DXErrorString(Value: HResult)
www.eeworm.com/read/218261/14929511

c d3d_err.c

/****************************************************************************************/ /* D3D_Err.cpp */ /*
www.eeworm.com/read/285425/8841500

txt readme.txt

Code Sample Name: Donuts2 Feature Area: Direct Draw Description: This simple game shows how to combine DirectDraw and waveform audio. Although it demonstrates other DirectX componen
www.eeworm.com/read/465350/7053482

dpk gdiplusvcl.dpk

package GDIPlusVCL; {$R *.res} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OP
www.eeworm.com/read/441527/7669281

dpk gdiplusvcl.dpk

package GDIPlusVCL; {$R *.res} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OP
www.eeworm.com/read/137723/13303040

cpp dd.cpp

#include "stdafx.h" #include "DD.h" #include "ddutil.h" ////////////////////////////////////////////////////////////////////////// // CDD::CDD() { //add some special code here? } CDD::~CDD(
www.eeworm.com/read/132069/5925730

cpp windraw2.cpp

/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the
www.eeworm.com/read/216864/14990566

c ddraw.c

/**************************************************************************** * * SciTech Multi-platform Graphics Library * * =====================================================================
www.eeworm.com/read/164348/5497773

cpp windraw2.cpp

/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: windraw2.cpp,v 1.19.10.1 2004/07/09 01:59:19 hubbe Exp $ * * Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reser
www.eeworm.com/read/414532/11109367

cpp childview.cpp

// ChildView.cpp : implementation of the CChildView class // #include "stdafx.h" #include "Tearing Demo.h" #include "ChildView.h" #include "DDExcept.h" #ifdef _DEBUG #define new DEBUG_NEW