代码搜索:OutputDebugString
找到约 360 项符合「OutputDebugString」的源代码
代码结果 360
www.eeworm.com/read/380488/9144916
h debug.h
#if !defined( __CYH_DEBUG_H__ )
#define __CYH_DEBUG_H__
/*
\author Hannosset Christophe
\author c.hannosset@ainenn.org
\version 1.2
\date 01 - 01 - 2003
\brief collection of various wa
www.eeworm.com/read/167186/9978126
pas globals.pas
unit globals;
interface
uses windows,SysUtils;
type TAPIInfo = record
location: Pointer;
Original: Array [0..4] of byte;
Jump: Array [0..4] of byte;
end;
type tfloatscan=(rou
www.eeworm.com/read/355379/10272708
cpp debug.cpp
/*
* 调试接口
*/
#include "StdAfx.h"
#include
#include
#include "options.h"
void debug(const char *fmts,...)
{
va_list ap;
char buf[1024];
va_start(ap,fmts);
www.eeworm.com/read/349661/10806485
txt ijl使用说明.txt
#include "ijl.h"
//--------------自己写的压缩函数,参数分别是:[输出参数]压缩后的缓冲区、大小,[输入]bmp宽、高,bmp缓冲区,图像位(一般写 3),压缩质量1-99。
BOOL EncodeJpegUseIJL(char *dstfile,int *len, int width, int height, char* srcdata, int imag
www.eeworm.com/read/275439/10816597
h debug.h
////////////////////////////////////////////
// Debug.h文件
// 调试支持
#ifndef __DEBUG_H__
#define __DEBUG_H__
#ifdef _DEBUG
#define ODS(szOut) \
{ \
OutputDebugString(s
www.eeworm.com/read/275438/10816620
h debug.h
////////////////////////////////////////////
// Debug.h文件
// 调试支持
#ifndef __DEBUG_H__
#define __DEBUG_H__
#ifdef _DEBUG
#define ODS(szOut) \
{ \
OutputDebugString(s
www.eeworm.com/read/458733/7290122
cpp spassert.cpp
/*
Cross Platform Core Code.
Copyright(R) 2001-2002 Balang Software.
All rights reserved.
Using:
SP_ASSERT( BOOL f );
SP_VERIFY( BOOL f );
*/
#include "StdAfx.h"
#define _PORTAB
www.eeworm.com/read/449433/7505254
h debugutil.h
/**
* @file debugutil.h
*
* @brief debugutil.h, v 1.0.0 2005/9/4 1:29:09 sunwang
*
* details here.
*
*
* @author sunwang
*/
#ifndef DEBUGUTIL_H
#define D
www.eeworm.com/read/449433/7505271
h debugutil.h
/**
* @file debugutil.h
*
* @brief debugutil.h, v 1.0.0 2005/9/4 1:29:09 sunwang
*
* details here.
*
*
* @author sunwang
*/
#ifndef DEBUGUTIL_H
#define D
www.eeworm.com/read/443174/7636574
cpp spassert.cpp
/*
Cross Platform Core Code.
Copyright(R) 2001-2002 Balang Software.
All rights reserved.
Using:
SP_ASSERT( BOOL f );
SP_VERIFY( BOOL f );
*/
#include "StdAfx.h"
#ifdef _DEBUG