PASCAL语言子集编译器

源代码在线查看: pas.plg

软件大小: 242 K
上传用户: houlong111
关键词: PASCAL 语言 编译器
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				Build Log
				
				--------------------Configuration: pas - Win32 Debug--------------------
				
				Command Lines
				Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP6.tmp" with contents
				[
				/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/pas.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
				"C:\Documents and Settings\Administrator\桌面\com\My Music\compiler\pas.c"
				]
				Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP6.tmp" 
				Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP7.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 /nologo /subsystem:console /incremental:yes /pdb:"Debug/pas.pdb" /debug /machine:I386 /out:"Debug/pas.exe" /pdbtype:sept 
				".\Debug\pas.obj"
				]
				Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP7.tmp"
				Output Window
				Compiling...
				pas.c
				c:\documents and settings\administrator\桌面\com\my music\compiler\pas.c(527) : warning C4013: 'getch' undefined; assuming extern returning int
				c:\documents and settings\administrator\桌面\com\my music\compiler\pas.c(1150) : warning C4047: '				c:\documents and settings\administrator\桌面\com\my music\compiler\pas.c(1459) : warning C4101: 'j' : unreferenced local variable
				c:\documents and settings\administrator\桌面\com\my music\compiler\pas.c(488) : warning C4715: 'change1' : not all control paths return a value
				c:\documents and settings\administrator\桌面\com\my music\compiler\pas.c(518) : warning C4715: 'change2' : not all control paths return a value
				c:\documents and settings\administrator\桌面\com\my music\compiler\pas.c(728) : warning C4715: 'lrparse2' : not all control paths return a value
				c:\documents and settings\administrator\桌面\com\my music\compiler\pas.c(928) : warning C4715: 'lrparse' : not all control paths return a value
				c:\documents and settings\administrator\桌面\com\my music\compiler\pas.c(1400) : warning C4715: 'assign' : not all control paths return a value
				c:\documents and settings\administrator\桌面\com\my music\compiler\pas.c(1453) : warning C4715: 'assign_1' : not all control paths return a value
				Linking...
				
				
				
				Results
				pas.exe - 0 error(s), 9 warning(s)
				
				
				
							

相关资源