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

📄 setup.vcl

📁 一个播放器 使用了evc 大家可以参考下 哦
💻 VCL
📖 第 1 页 / 共 5 页
字号:
motion.c
recon.c
Linking...
AVIStream.obj : warning LNK4197: export "AVIDecaps_Open" specified multiple times; using first specification
AVIStream.obj : warning LNK4197: export "AVIDecaps_NextVideoFrame" specified multiple times; using first specification
AVIStream.obj : warning LNK4197: export "AVIDecaps_ReadAudio" specified multiple times; using first specification
AVIStream.obj : warning LNK4197: export "AVIDecaps_FrameRate" specified multiple times; using first specification
AVIStream.obj : warning LNK4197: export "AVIDecaps_Seek" specified multiple times; using first specification
AVIStream.obj : warning LNK4197: export "AVIDecaps_ReSeekAudio" specified multiple times; using first specification
AVIStream.obj : warning LNK4197: export "AVIDecaps_GetProgress" specified multiple times; using first specification
AVIStream.obj : warning LNK4197: export "AVIDecaps_Close" specified multiple times; using first specification
AVIStream.obj : warning LNK4197: export "InitializeReader" specified multiple times; using first specification
   Creating library MIPSRel/MPEGReader.lib and object MIPSRel/MPEGReader.exp

<h3>
--------------------Configuration: msmpeg - Win32 (WCE MIPS) Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\marc1\LOCALS~1\Temp\RSP390.tmp" with contents
[
/nologo /QMR4100 /W3 /O2 /D _WIN32_WCE=211 /D "_USRDLL" /D "MSMPEG_EXPORTS" /D "MIPS" /D "_MIPS_" /D "NDEBUG" /D "GAPI" /D "WIN32_PLATFORM_PSPC" /D UNDER_CE=211 /D "UNICODE" /D "_UNICODE" /Fo"MIPSRel/" /Zp16 /Oxs /MC /c 
"D:\PocketMVP_8R\msmpeg\common.c"
"D:\PocketMVP_8R\msmpeg\dsputil.c"
"D:\PocketMVP_8R\msmpeg\h263.c"
"D:\PocketMVP_8R\msmpeg\h263dec.c"
"D:\PocketMVP_8R\msmpeg\mpegvideo.c"
"D:\PocketMVP_8R\msmpeg\msmpeg.cpp"
"D:\PocketMVP_8R\msmpeg\msmpeg4.c"
"D:\PocketMVP_8R\msmpeg\utils.c"
]
Creating command line "clmips.exe @D:\DOCUME~1\marc1\LOCALS~1\Temp\RSP390.tmp" 
Creating temporary file "D:\DOCUME~1\marc1\LOCALS~1\Temp\RSP391.tmp" with contents
[
/nologo /QMR4100 /W3 /O2 /D _WIN32_WCE=211 /D "_USRDLL" /D "MSMPEG_EXPORTS" /D "MIPS" /D "_MIPS_" /D "NDEBUG" /D "GAPI" /D "WIN32_PLATFORM_PSPC" /D UNDER_CE=211 /D "UNICODE" /D "_UNICODE" /Fp"MIPSRel/msmpeg.pch" /Yc"stdafx.h" /Fo"MIPSRel/" /Zp16 /Oxs /MC /c 
"D:\PocketMVP_8R\msmpeg\StdAfx.cpp"
]
Creating command line "clmips.exe @D:\DOCUME~1\marc1\LOCALS~1\Temp\RSP391.tmp" 
Creating temporary file "D:\DOCUME~1\marc1\LOCALS~1\Temp\RSP392.tmp" with contents
[
winsock.lib commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /incremental:no /pdb:"MIPSRel/msmpeg.pdb" /nodefaultlib:"libc.lib /nodefaultlib:libcd.lib /nodefaultlib:libcmt.lib /nodefaultlib:libcmtd.lib /nodefaultlib:msvcrt.lib /nodefaultlib:msvcrtd.lib" /def:".\msmpeg.def" /out:"../MIPSRel/msmpeg.dll" /implib:"MIPSRel/msmpeg.lib" /subsystem:windowsce,2.11 /MACHINE:MIPS 
.\MIPSRel\common.obj
.\MIPSRel\dsputil.obj
.\MIPSRel\h263.obj
.\MIPSRel\h263dec.obj
.\MIPSRel\mpegvideo.obj
.\MIPSRel\msmpeg.obj
.\MIPSRel\msmpeg4.obj
.\MIPSRel\StdAfx.obj
.\MIPSRel\utils.obj
]
Creating command line "link.exe @D:\DOCUME~1\marc1\LOCALS~1\Temp\RSP392.tmp"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
common.c
D:\PocketMVP_8R\msmpeg\common.c(26) : warning C4005: 'NDEBUG' : macro redefinition
        unknown(0) : see previous definition of 'NDEBUG'
dsputil.c
h263.c
D:\PocketMVP_8R\msmpeg\h263.c(29) : warning C4005: 'NDEBUG' : macro redefinition
        unknown(0) : see previous definition of 'NDEBUG'
h263dec.c
mpegvideo.c
D:\PocketMVP_8R\msmpeg\mpegvideo.c(1489) : warning C4244: '=' : conversion from '__int64 ' to 'int ', possible loss of data
D:\PocketMVP_8R\msmpeg\mpegvideo.c(1516) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
D:\PocketMVP_8R\msmpeg\mpegvideo.c(1526) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
Generating Code...
Compiling...
msmpeg.cpp
Generating Code...
Compiling...
msmpeg4.c
D:\PocketMVP_8R\msmpeg\msmpeg4.c(395) : warning C4133: '=' : incompatible types - from 'unsigned char *' to 'const int *'
D:\PocketMVP_8R\msmpeg\msmpeg4.c(397) : warning C4133: '=' : incompatible types - from 'unsigned char *' to 'const int *'
D:\PocketMVP_8R\msmpeg\msmpeg4.c(399) : warning C4133: '=' : incompatible types - from 'const unsigned char *' to 'const int *'
D:\PocketMVP_8R\msmpeg\msmpeg4.c(410) : warning C4133: '=' : incompatible types - from 'const unsigned char *' to 'const int *'
utils.c
Generating Code...
Linking...
   Creating library MIPSRel/msmpeg.lib and object MIPSRel/msmpeg.exp
LINK : warning LNK4089: all references to "WINSOCK.dll" discarded by /OPT:REF

<h3>
--------------------Configuration: OGGLib - Win32 (WCE MIPS) Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\marc1\LOCALS~1\Temp\RSP394.tmp" with contents
[
/nologo /QMR4100 /W3 /O2 /D "_LOW_ACCURACY_" /D "OGGLIB_EXPORTS" /D "FIXP_SPEED" /D "_USRDLL" /D _WIN32_WCE=211 /D "MIPS" /D "_MIPS_" /D "NDEBUG" /D "GAPI" /D "WIN32_PLATFORM_PSPC" /D UNDER_CE=211 /D "UNICODE" /D "_UNICODE" /Fo"MIPSRel/" /Oxs /MC /c 
"D:\PocketMVP_8R\OGGLib\lib\bitwise.c"
"D:\PocketMVP_8R\OGGLib\lib\block.c"
"D:\PocketMVP_8R\OGGLib\lib\codebook.c"
"D:\PocketMVP_8R\OGGLib\lib\floor0.c"
"D:\PocketMVP_8R\OGGLib\lib\floor1.c"
"D:\PocketMVP_8R\OGGLib\lib\framing.c"
"D:\PocketMVP_8R\OGGLib\lib\info.c"
"D:\PocketMVP_8R\OGGLib\lib\mapping0.c"
"D:\PocketMVP_8R\OGGLib\lib\mdct.c"
"D:\PocketMVP_8R\OGGLib\OGGLib.cpp"
"D:\PocketMVP_8R\OGGLib\lib\registry.c"
"D:\PocketMVP_8R\OGGLib\lib\res012.c"
"D:\PocketMVP_8R\OGGLib\lib\sharedbook.c"
"D:\PocketMVP_8R\OGGLib\lib\synthesis.c"
"D:\PocketMVP_8R\OGGLib\lib\window.c"
]
Creating command line "clmips.exe @D:\DOCUME~1\marc1\LOCALS~1\Temp\RSP394.tmp" 
Creating temporary file "D:\DOCUME~1\marc1\LOCALS~1\Temp\RSP395.tmp" with contents
[
/nologo /QMR4100 /W3 /O2 /D "_LOW_ACCURACY_" /D "OGGLIB_EXPORTS" /D "FIXP_SPEED" /D "_USRDLL" /D _WIN32_WCE=211 /D "MIPS" /D "_MIPS_" /D "NDEBUG" /D "GAPI" /D "WIN32_PLATFORM_PSPC" /D UNDER_CE=211 /D "UNICODE" /D "_UNICODE" /Fp"MIPSRel/OGGLib.pch" /Yc"stdafx.h" /Fo"MIPSRel/" /Oxs /MC /c 
"D:\PocketMVP_8R\OGGLib\StdAfx.cpp"
]
Creating command line "clmips.exe @D:\DOCUME~1\marc1\LOCALS~1\Temp\RSP395.tmp" 
Creating temporary file "D:\DOCUME~1\marc1\LOCALS~1\Temp\RSP396.tmp" with contents
[
commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /incremental:no /pdb:"MIPSRel/OGGLib.pdb" /nodefaultlib:"libc.lib /nodefaultlib:libcd.lib /nodefaultlib:libcmt.lib /nodefaultlib:libcmtd.lib /nodefaultlib:msvcrt.lib /nodefaultlib:msvcrtd.lib" /def:".\OggLib.def" /out:"../MIPSRel/OGGLib.dll" /implib:"MIPSRel/OGGLib.lib" /subsystem:windowsce,2.11 /MACHINE:MIPS 
.\MIPSRel\bitwise.obj
.\MIPSRel\block.obj
.\MIPSRel\codebook.obj
.\MIPSRel\floor0.obj
.\MIPSRel\floor1.obj
.\MIPSRel\framing.obj
.\MIPSRel\info.obj
.\MIPSRel\mapping0.obj
.\MIPSRel\mdct.obj
.\MIPSRel\OGGLib.obj
.\MIPSRel\registry.obj
.\MIPSRel\res012.obj
.\MIPSRel\sharedbook.obj
.\MIPSRel\StdAfx.obj
.\MIPSRel\synthesis.obj
.\MIPSRel\window.obj
]
Creating command line "link.exe @D:\DOCUME~1\marc1\LOCALS~1\Temp\RSP396.tmp"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
bitwise.c
D:\PocketMVP_8R\OGGLib\lib\bitwise.c(92) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
block.c
D:\PocketMVP_8R\OGGLib\lib\block.c(152) : warning C4013: '_calloc' undefined; assuming extern returning int
D:\PocketMVP_8R\OGGLib\lib\block.c(152) : warning C4047: '=' : 'void *' differs in levels of indirection from 'int '
D:\PocketMVP_8R\OGGLib\lib\block.c(362) : warning C4244: 'initializing' : conversion from '__int64 ' to 'long ', possible loss of data
codebook.c
floor0.c
D:\PocketMVP_8R\OGGLib\lib\floor0.c(350) : warning C4013: '_calloc' undefined; assuming extern returning int
D:\PocketMVP_8R\OGGLib\lib\floor0.c(346) : warning C4101: 'scale' : unreferenced local variable
floor1.c
D:\PocketMVP_8R\OGGLib\lib\floor1.c(76) : warning C4013: '_calloc' undefined; assuming extern returning int
framing.c
D:\PocketMVP_8R\OGGLib\lib\framing.c(241) : warning C4244: '=' : conversion from 'unsigned __int32 ' to 'unsigned char ', possible loss of data
D:\PocketMVP_8R\OGGLib\lib\framing.c(242) : warning C4244: '=' : conversion from 'unsigned __int32 ' to 'unsigned char ', possible loss of data
D:\PocketMVP_8R\OGGLib\lib\framing.c(243) : warning C4244: '=' : conversion from 'unsigned __int32 ' to 'unsigned char ', possible loss of data
D:\PocketMVP_8R\OGGLib\lib\framing.c(244) : warning C4244: '=' : conversion from 'unsigned __int32 ' to 'unsigned char ', possible loss of data
info.c
D:\PocketMVP_8R\OGGLib\lib\info.c(36) : warning C4244: '=' : conversion from 'long ' to 'char ', possible loss of data
D:\PocketMVP_8R\OGGLib\lib\info.c(114) : warning C4013: '_calloc' undefined; assuming extern returning int
mapping0.c
D:\PocketMVP_8R\OGGLib\lib\mapping0.c(88) : warning C4013: '_calloc' undefined; assuming extern returning int
mdct.c
Generating Code...
Compiling...
OGGLib.cpp
D:\PocketMVP_8R\OGGLib\OGGLib.cpp(292) : warning C4244: '=' : conversion from '__int32' to 'short', possible loss of data
Generating Code...
Compiling...
registry.c
res012.c
D:\PocketMVP_8R\OGGLib\lib\res012.c(91) : warning C4013: '_calloc' undefined; assuming extern returning int
sharedbook.c
D:\PocketMVP_8R\OGGLib\lib\sharedbook.c(190) : warning C4013: '_calloc' undefined; assuming extern returning int
D:\PocketMVP_8R\OGGLib\lib\sharedbook.c(389) : warning C4244: '=' : conversion from 'long ' to 'char ', possible loss of data
synthesis.c
window.c
Generating Code...
Linking...
   Creating library MIPSRel/OGGLib.lib and object MIPSRel/OGGLib.exp

<h3>
--------------------Configuration: OGGReader - Win32 (WCE MIPS) Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\marc1\LOCALS~1\Temp\RSP398.tmp" with contents
[
/nologo /QMR4100 /W3 /O2 /D _WIN32_WCE=211 /D "_USRDLL" /D "MP3READER_EXPORTS" /D "_USEVIDVUFF" /D "MIPS" /D "_MIPS_" /D "NDEBUG" /D "GAPI" /D "WIN32_PLATFORM_PSPC" /D UNDER_CE=211 /D "UNICODE" /D "_UNICODE" /Fp"MIPSRel/OGGReader.pch" /Yu"stdafx.h" /Fo"MIPSRel/" /Oxs /MC /c 
"D:\PocketMVP_8R\OGGReader\MP3Reader.cpp"
]
Creating command line "clmips.exe @D:\DOCUME~1\marc1\LOCALS~1\Temp\RSP398.tmp" 
Creating temporary file "D:\DOCUME~1\marc1\LOCALS~1\Temp\RSP399.tmp" with contents
[
/nologo /QMR4100 /W3 /O2 /D _WIN32_WCE=211 /D "_USRDLL" /D "MP3READER_EXPORTS" /D "_USEVIDVUFF" /D "MIPS" /D "_MIPS_" /D "NDEBUG" /D "GAPI" /D "WIN32_PLATFORM_PSPC" /D UNDER_CE=211 /D "UNICODE" /D "_UNICODE" /Fp"MIPSRel/OGGReader.pch" /Yc"stdafx.h" /Fo"MIPSRel/" /Oxs /MC /c 
"D:\PocketMVP_8R\OGGReader\StdAfx.cpp"
]
Creating command line "clmips.exe @D:\DOCUME~1\marc1\LOCALS~1\Temp\RSP399.tmp" 
Creating temporary file "D:\DOCUME~1\marc1\LOCALS~1\Temp\RSP39A.tmp" with contents
[
commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /incremental:no /pdb:"MIPSRel/OGGReader.pdb" /nodefaultlib:"libc.lib /nodefaultlib:libcd.lib /nodefaultlib:libcmt.lib /nodefaultlib:libcmtd.lib /nodefaultlib:msvcrt.lib /nodefaultlib:msvcrtd.lib" /def:".\MP3Reader.def" /out:"../MIPSRel/OGGReader.dll" /implib:"MIPSRel/OGGReader.lib" /subsystem:windowsce,2.11 /MACHINE:MIPS 
.\MIPSRel\MP3Reader.obj
.\MIPSRel\StdAfx.obj
]
Creating command line "link.exe @D:\DOCUME~1\marc1\LOCALS~1\Temp\RSP39A.tmp"
<h3>Output Window</h3>

⌨️ 快捷键说明

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