代码搜索:Create

找到约 10,000 项符合「Create」的源代码

代码结果 10,000
www.eeworm.com/read/148696/12442355

h create_bigroman.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/148696/12442356

cpp create_bigroman.cpp

#include #include "Create_BigRoman.h" #if defined (WIN32) #define IS_WIN32 TRUE #else #define IS_WIN32 FALSE #endif #define IS_NT IS_WIN32 && (BOOL)(GetVersion()
www.eeworm.com/read/148696/12442358

rc create_bigroman.rc

#include "windows.h" #include "Create_BigRoman.h" MYAPP ICON DISCARDABLE "GENERIC.ICO" MYAPP MENU DISCARDABLE BEGIN POPUP "&File" BEGIN MENUITEM "E&xi
www.eeworm.com/read/148696/12442361

cpp create_temp.cpp

#include #include "Create_Temp.h" #if defined (WIN32) #define IS_WIN32 TRUE #else #define IS_WIN32 FALSE #endif #define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0x8
www.eeworm.com/read/148696/12442363

h create_temp.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/148696/12442366

rc create_temp.rc

#include "windows.h" #include "Create_Temp.h" MYAPP ICON DISCARDABLE "GENERIC.ICO" MYAPP MENU DISCARDABLE BEGIN POPUP "&File" BEGIN MENUITEM "E&xit",
www.eeworm.com/read/148696/12442369

mak create_temp.mak

# Nmake macros for building Windows 32-Bit apps all: Create~1.exe # Update the resource if necessary Create~1.res: Create~1.rc Create~1.h rc -r -fo Create~1.res Create~1.rc # Update t
www.eeworm.com/read/148696/12442381

h create_icon.h

#define IDM_EXIT 100 #define IDM_ABOUT 301 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM); LRESULT CALLBACK About (HWND, UINT, WPARAM, LPARAM);
www.eeworm.com/read/148696/12442383

mak create_icon.mak

# Nmake macros for building Windows 32-Bit apps all: Create~1.exe # Update the resource if necessary Create~1.res: Create~1.rc Create~1.h rc -r -fo Create~1.res Create~1.rc # Update t
www.eeworm.com/read/148696/12442385

rc create_icon.rc

#include "windows.h" #include "Create_Icon.h" MYAPP ICON DISCARDABLE "GENERIC.ICO" MYAPP MENU DISCARDABLE BEGIN POPUP "&File" BEGIN MENUITEM "E&xit",