代码搜索:devC
找到约 129 项符合「devC」的源代码
代码结果 129
www.eeworm.com/read/139250/13170234
h devc.h
/*************************************************************************/
/* */
/* Copyright (c) 1997 - 1999 Accelerat
www.eeworm.com/read/147424/12552614
h devc.h
/*************************************************************************/
/* */
/* Copyright (c) 1997 - 1999 Accelerat
www.eeworm.com/read/162078/10340901
rc get_devc.rc
#include "windows.h"
#include "Get_DevC.h"
MYAPP ICON DISCARDABLE "GENERIC.ICO"
MYAPP MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit",
www.eeworm.com/read/162078/10340905
h get_devc.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM
www.eeworm.com/read/162078/10340909
mak get_devc.mak
# Nmake macros for building Windows 32-Bit apps
all: Get_DevC.exe
# Update the resource if necessary
Get_DevC.res: Get_DevC.rc Get_DevC.h
rc -r -fo Get_DevC.res Get_DevC.rc
# Update t
www.eeworm.com/read/162078/10340915
cpp get_devc.cpp
#include
#include "Get_DevC.h"
#if defined (WIN32)
#define IS_WIN32 TRUE
#else
#define IS_WIN32 FALSE
#endif
#define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0x8000
www.eeworm.com/read/351740/10614193
f90 devc.f90
MODULE DEVICE_VARIABLES
USE PRECISION_PARAMETERS
IMPLICIT NONE
CHARACTER(255), PARAMETER :: devcid='$Id: devc.f90 567 2007-09-11 20:48:44Z drjfloyd $'
CHARACTER(255), PARAMETER :: devcrev='$Revisio
www.eeworm.com/read/350642/10722869
rc get_devc.rc
#include "windows.h"
#include "Get_DevC.h"
MYAPP ICON DISCARDABLE "GENERIC.ICO"
MYAPP MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit",
www.eeworm.com/read/350642/10722872
h get_devc.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM
www.eeworm.com/read/350642/10722876
mak get_devc.mak
# Nmake macros for building Windows 32-Bit apps
all: Get_DevC.exe
# Update the resource if necessary
Get_DevC.res: Get_DevC.rc Get_DevC.h
rc -r -fo Get_DevC.res Get_DevC.rc
# Update t