wince进程间利用WM_COPY传递消息的服务端程序源码。

源代码在线查看: wmcopyserver.plg

软件大小: 16 K
上传用户: a1102882595
关键词: WM_COPY wince 进程 服务端
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				Build Log
				
				--------------------Configuration: WMCOPYServer - Win32 Debug--------------------
				
				Command Lines
				Creating temporary file "C:\WINDOWS\TEMP\RSP1201.TMP" with contents
				[
				/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /FR"Debug/" /Fp"Debug/WMCOPYServer.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
				"F:\TechStuff\SDK\WMCOPYServer\WMCOPYServer.cpp"
				]
				Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP1201.TMP" 
				Creating temporary file "C:\WINDOWS\TEMP\RSP1202.TMP" with contents
				[
				/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /FR"Debug/" /Fp"Debug/WMCOPYServer.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
				"F:\TechStuff\SDK\WMCOPYServer\StdAfx.cpp"
				]
				Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP1202.TMP" 
				Creating temporary file "C:\WINDOWS\TEMP\RSP1203.TMP" with contents
				[
				kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/WMCOPYServer.pdb" /debug /machine:I386 /out:"Debug/WMCOPYServer.exe" /pdbtype:sept 
				.\Debug\StdAfx.obj
				.\Debug\WMCOPYServer.obj
				]
				Creating command line "link.exe @C:\WINDOWS\TEMP\RSP1203.TMP"
				Output Window
				Compiling...
				StdAfx.cpp
				Compiling...
				WMCOPYServer.cpp
				F:\TechStuff\SDK\WMCOPYServer\WMCOPYServer.cpp(8) : warning C4018: '				F:\TechStuff\SDK\WMCOPYServer\WMCOPYServer.cpp(10) : warning C4018: '				F:\TechStuff\SDK\WMCOPYServer\WMCOPYServer.cpp(24) : warning C4018: '				F:\TechStuff\SDK\WMCOPYServer\WMCOPYServer.cpp(26) : warning C4018: '				F:\TechStuff\SDK\WMCOPYServer\WMCOPYServer.cpp(73) : warning C4715: 'WMCOPYWNDPROC' : not all control paths return a value
				Linking...
				
				
				
				Results
				WMCOPYServer.exe - 0 error(s), 5 warning(s)
				
				
				
							

相关资源