代码搜索:DevC
找到约 129 项符合「DevC」的源代码
代码结果 129
www.eeworm.com/read/206867/15287590
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/161438/5553970
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/161438/5553971
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/161438/5553972
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/161438/5553973
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/171829/9735737
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/171829/9735739
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/171829/9735740
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/171829/9735743
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/367406/9751963