代码搜索:create

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

代码结果 10,000
www.eeworm.com/read/350642/10722752

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/350642/10722754

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/350642/10722757

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",
www.eeworm.com/read/350642/10722760

cpp create_icon.cpp

#include #include "Create_Icon.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/350642/10722815

cpp create_remove.cpp

#include #include "Create_Remove.h" #if defined (WIN32) #define IS_WIN32 TRUE #else #define IS_WIN32 FALSE #endif #define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0
www.eeworm.com/read/350642/10722817

rc create_remove.rc

#include "windows.h" #include "Create_Remove.h" MYAPP ICON DISCARDABLE "GENERIC.ICO" MYAPP MENU DISCARDABLE BEGIN POPUP "&File" BEGIN MENUITEM "E&xit"
www.eeworm.com/read/350642/10722819

mak create_remove.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/350642/10722824

h create_remove.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/10723236

cpp create_set.cpp

#include LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { switch (uMsg) { case WM_CREATE: // Set current directory to value passed on c
www.eeworm.com/read/350642/10723244

mak create_set.mak

# Nmake macros for building Windows 32-Bit apps all: Create~1.exe # Update the resource if necessary generic.res:generic.rc generic.h rc -r -fo generic.res generic.rc # Update the obj