Build Log
  

Build started: Project: decompress, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\projects\winuae\src\od-win32\decompress\Debug\RSP00002034644580.rsp" with contents
[
/Od /I "..\..\include" /I "..\.." /I "..\\" /I "..\resources" /I "..\osdep" /I "..\sounddep" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TC "..\..\archivers\xfd\main.c"
]
Creating command line "cl.exe @"c:\projects\winuae\src\od-win32\decompress\Debug\RSP00002034644580.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\projects\winuae\src\od-win32\decompress\Debug\RSP00002134644580.rsp" with contents
[
/OUT:"C:\projects\winuae\src\od-win32\winuae_msvc\Debug\decompress.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\decompress.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\projects\winuae\src\od-win32\winuae_msvc\Debug\decompress.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\Debug\cpu_small.obj"

".\Debug\cpuemu_small.obj"

".\Debug\xfd.obj"

".\Debug\main.obj"

".\Debug\decompress.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\projects\winuae\src\od-win32\decompress\Debug\RSP00002134644580.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
main.c
c:\projects\winuae\src\archivers\xfd\main.c(7) : warning C4013: 'malloc' undefined; assuming extern returning int
c:\projects\winuae\src\archivers\xfd\main.c(7) : warning C4047: 'return' : 'void *' differs in levels of indirection from 'int'
c:\projects\winuae\src\archivers\xfd\main.c(12) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\msvs9\vc\include\stdio.h(237) : see declaration of 'fopen'
Linking...
cpu_small.obj : error LNK2019: unresolved external symbol _write_log referenced in function _init_cpu_small
xfd.obj : error LNK2001: unresolved external symbol _write_log
cpu_small.obj : error LNK2001: unresolved external symbol _table68k
cpu_small.obj : error LNK2001: unresolved external symbol _xop_smalltbl_0
xfd.obj : error LNK2019: unresolved external symbol _my_closedir referenced in function _init_xfd
xfd.obj : error LNK2019: unresolved external symbol _my_readdir referenced in function _init_xfd
xfd.obj : error LNK2019: unresolved external symbol _my_opendir referenced in function _init_xfd
xfd.obj : error LNK2001: unresolved external symbol _start_path_data
xfd.obj : error LNK2019: unresolved external symbol _xcalloc referenced in function _load_xfd
xfd.obj : error LNK2019: unresolved external symbol _zfile_fread referenced in function _load_xfd
xfd.obj : error LNK2019: unresolved external symbol _zfile_ftell referenced in function _load_xfd
xfd.obj : error LNK2019: unresolved external symbol _zfile_fseek referenced in function _load_xfd
xfd.obj : error LNK2019: unresolved external symbol _zfile_fwrite referenced in function _decomp
xfd.obj : error LNK2019: unresolved external symbol _zfile_fopen_empty referenced in function _decomp
xfd.obj : error LNK2019: unresolved external symbol _zfile_getname referenced in function _decomp
MSVCRTD.lib(crtexe.obj) : error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup
C:\projects\winuae\src\od-win32\winuae_msvc\Debug\decompress.exe : fatal error LNK1120: 15 unresolved externals
Results
  
Build log was saved at "file://c:\projects\winuae\src\od-win32\decompress\Debug\BuildLog.htm"
decompress - 17 error(s), 3 warning(s)