⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.plg

📁 基于周立功FAT32文件系统建立的项目
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: main - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\JOHNNY~1.JOH\LOCALS~1\Temp\RSP4B.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"Debug/" /Fp"Debug/main.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\officepc_work\Project\VIA\02.FAT32_File_System\PRJ\=[History]=\2006.05.22.FAT32.Basic\FAT32\dir.c"
"D:\officepc_work\Project\VIA\02.FAT32_File_System\PRJ\=[History]=\2006.05.22.FAT32.Basic\FAT32\fat.c"
"D:\officepc_work\Project\VIA\02.FAT32_File_System\PRJ\=[History]=\2006.05.22.FAT32.Basic\FAT32\file.c"
"D:\officepc_work\Project\VIA\02.FAT32_File_System\PRJ\=[History]=\2006.05.22.FAT32.Basic\FAT32\misc.c"
"D:\officepc_work\Project\VIA\02.FAT32_File_System\PRJ\=[History]=\2006.05.22.FAT32.Basic\FAT32\sec.c"
"D:\officepc_work\Project\VIA\02.FAT32_File_System\PRJ\=[History]=\2006.05.22.FAT32.Basic\FAT32\vvdriver.c"
"D:\officepc_work\Project\VIA\02.FAT32_File_System\PRJ\=[History]=\2006.05.22.FAT32.Basic\FAT32\disk.c"
"D:\officepc_work\Project\VIA\02.FAT32_File_System\PRJ\=[History]=\2006.05.22.FAT32.Basic\FAT32\main.c"
]
Creating command line "cl.exe @C:\DOCUME~1\JOHNNY~1.JOH\LOCALS~1\Temp\RSP4B.tmp" 
<h3>Output Window</h3>
Compiling...
dir.c
fat.c
d:\officepc_work\project\via\02.fat32_file_system\prj\=[history]=\2006.05.22.fat32.basic\fat32\dir.c(249) : warning C4761: integral size mismatch in argument; conversion supplied
d:\officepc_work\project\via\02.fat32_file_system\prj\=[history]=\2006.05.22.fat32.basic\fat32\fat.c(228) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
d:\officepc_work\project\via\02.fat32_file_system\prj\=[history]=\2006.05.22.fat32.basic\fat32\fat.c(232) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
d:\officepc_work\project\via\02.fat32_file_system\prj\=[history]=\2006.05.22.fat32.basic\fat32\fat.c(246) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
d:\officepc_work\project\via\02.fat32_file_system\prj\=[history]=\2006.05.22.fat32.basic\fat32\fat.c(259) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
d:\officepc_work\project\via\02.fat32_file_system\prj\=[history]=\2006.05.22.fat32.basic\fat32\fat.c(624) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
d:\officepc_work\project\via\02.fat32_file_system\prj\=[history]=\2006.05.22.fat32.basic\fat32\fat.c(626) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
d:\officepc_work\project\via\02.fat32_file_system\prj\=[history]=\2006.05.22.fat32.basic\fat32\fat.c(628) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
d:\officepc_work\project\via\02.fat32_file_system\prj\=[history]=\2006.05.22.fat32.basic\fat32\fat.c(630) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
d:\officepc_work\project\via\02.fat32_file_system\prj\=[history]=\2006.05.22.fat32.basic\fat32\fat.c(632) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
d:\officepc_work\project\via\02.fat32_file_system\prj\=[history]=\2006.05.22.fat32.basic\fat32\fat.c(634) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
d:\officepc_work\project\via\02.fat32_file_system\prj\=[history]=\2006.05.22.fat32.basic\fat32\fat.c(636) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
file.c
misc.c
sec.c
vvdriver.c
D:\officepc_work\Project\VIA\02.FAT32_File_System\PRJ\=[History]=\2006.05.22.FAT32.Basic\FAT32\vvdriver.c(484) : warning C4028: formal parameter 1 different from declaration
disk.c
main.c
D:\officepc_work\Project\VIA\02.FAT32_File_System\PRJ\=[History]=\2006.05.22.FAT32.Basic\FAT32\main.c(130) : warning C4101: 'i' : unreferenced local variable
D:\officepc_work\Project\VIA\02.FAT32_File_System\PRJ\=[History]=\2006.05.22.FAT32.Basic\FAT32\main.c(182) : warning C4047: 'function' : 'char *' differs in levels of indirection from 'const int '
D:\officepc_work\Project\VIA\02.FAT32_File_System\PRJ\=[History]=\2006.05.22.FAT32.Basic\FAT32\main.c(182) : warning C4024: 'VV_SetVVName' : different types for formal and actual parameter 1
D:\officepc_work\Project\VIA\02.FAT32_File_System\PRJ\=[History]=\2006.05.22.FAT32.Basic\FAT32\main.c(184) : warning C4047: 'function' : 'char *' differs in levels of indirection from 'const int '
D:\officepc_work\Project\VIA\02.FAT32_File_System\PRJ\=[History]=\2006.05.22.FAT32.Basic\FAT32\main.c(184) : warning C4024: 'VV_SetVVName' : different types for formal and actual parameter 1
D:\officepc_work\Project\VIA\02.FAT32_File_System\PRJ\=[History]=\2006.05.22.FAT32.Basic\FAT32\main.c(195) : warning C4013: 'VV_ReadBlock' undefined; assuming extern returning int
D:\officepc_work\Project\VIA\02.FAT32_File_System\PRJ\=[History]=\2006.05.22.FAT32.Basic\FAT32\main.c(218) : warning C4047: 'function' : 'char *' differs in levels of indirection from 'unsigned char '
D:\officepc_work\Project\VIA\02.FAT32_File_System\PRJ\=[History]=\2006.05.22.FAT32.Basic\FAT32\main.c(218) : warning C4024: 'VV_SetVVName' : different types for formal and actual parameter 1
Creating temporary file "C:\DOCUME~1\JOHNNY~1.JOH\LOCALS~1\Temp\RSP4C.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/main.pdb" /debug /machine:I386 /out:"Debug/main.exe" /pdbtype:sept 
".\Debug\dir.obj"
".\Debug\fat.obj"
".\Debug\file.obj"
".\Debug\misc.obj"
".\Debug\sec.obj"
".\Debug\vvdriver.obj"
".\Debug\disk.obj"
".\Debug\main.obj"
]
Creating command line "link.exe @C:\DOCUME~1\JOHNNY~1.JOH\LOCALS~1\Temp\RSP4C.tmp"
<h3>Output Window</h3>
Linking...
Creating command line "bscmake.exe /nologo /o"Debug/main.bsc"  ".\Debug\dir.sbr" ".\Debug\fat.sbr" ".\Debug\file.sbr" ".\Debug\misc.sbr" ".\Debug\sec.sbr" ".\Debug\vvdriver.sbr" ".\Debug\disk.sbr" ".\Debug\main.sbr""
Creating browse info file...
<h3>Output Window</h3>



<h3>Results</h3>
main.exe - 0 error(s), 21 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -