代码搜索:Devc
找到约 129 项符合「Devc」的源代码
代码结果 129
www.eeworm.com/read/128628/14287997
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/128628/14287998
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/128628/14288000
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/119982/14815614
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/119982/14815615
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/119982/14815616
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/119982/14815617
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/206867/15287587
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/206867/15287588
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/206867/15287589
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