User Tag List

Page 3 of 7 FirstFirst 1 2 3 4 5 ... LastLast
Results 21 to 30 of 65

Thread: CMAKE Branch

  1. #21
    Administrator DarkDragon's Avatar
    Join Date
    Oct 2001
    Posts
    6,228
    Mentioned
    70 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    11,025
    Level
    31
    vBActivity - Bars
    Lv. Percent
    8.16%
    Make sure your PATH environment variable includes the winflex and winbison executables. You can check this by opening up cmd.exe and typing winbison. If it is not found, this means you did not set PATH correctly.

  2. #22
    The Timelord
    QDB Manager
    ZC Developer

    Join Date
    Oct 2006
    Location
    Prydon Academy
    Posts
    1,396
    Mentioned
    112 Post(s)
    Tagged
    1 Thread(s)
    vBActivity - Stats
    Points
    4,760
    Level
    21
    vBActivity - Bars
    Lv. Percent
    68.7%
    Tryuing to run the binaries.

    ZQuest.exe will not run, and gives this error:

    The program can;t start because VCRUNTIME140D.dll is missing from your computer

    I'm not sure why ZQuest would ever need this?!

  3. #23
    Administrator DarkDragon's Avatar
    Join Date
    Oct 2001
    Posts
    6,228
    Mentioned
    70 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    11,025
    Level
    31
    vBActivity - Bars
    Lv. Percent
    8.16%
    Ok, thanks.

    So it seems there are two problems:
    - incremental linking is crashing? Seems like an internal Microsoft bug; maybe if I turn it off it will fix the problem.
    - something (I guess it must be allegro?) is demanding to import the MSVC runtime DLLs. The /MTd flag should have stopped this, but maybe I didn't compile Allegro correctly. Let me check. Does Release mode work or do you get the same error?

  4. #24
    Administrator DarkDragon's Avatar
    Join Date
    Oct 2001
    Posts
    6,228
    Mentioned
    70 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    11,025
    Level
    31
    vBActivity - Bars
    Lv. Percent
    8.16%
    I've pushed new .lib and .dll for the debug Allegro build. Does it work now?

  5. #25
    The Timelord
    QDB Manager
    ZC Developer

    Join Date
    Oct 2006
    Location
    Prydon Academy
    Posts
    1,396
    Mentioned
    112 Post(s)
    Tagged
    1 Thread(s)
    vBActivity - Stats
    Points
    4,760
    Level
    21
    vBActivity - Bars
    Lv. Percent
    68.7%
    I had a flipping space in my path string. :p

    Downloaded the new repo.

    Deleted the CMake cache.

    Reconfiguring.

    Using VS 2008 with native compilers.

    Unity build, not precompiled headers.

    Generating projects.

    Opening the project.

    Cleaning, and building ALL_BUILD.

    Microsoft Incremental Linker Crashed
    Code:
     Problem Event Name:	BEX
      Application Name:	link.exe
      Application Version:	9.0.21022.8
      Application Timestamp:	47313e24
      Fault Module Name:	unknown
      Fault Module Version:	0.0.0.0
      Fault Module Timestamp:	00000000
      Exception Offset:	006d006f
      Exception Code:	c0000005
      Exception Data:	00000008
      OS Version:	6.1.7601.2.1.0.256.48
      Locale ID:	1033
    VS C
    Code:
    1>------ Build started: Project: ZERO_CHECK, Configuration: Debug Win32 ------
    1>Checking Build System
    1>CMake does not need to re-run because C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/CMakeFiles/generate.stamp is up-to-date.
    1>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\ZERO_CHECK.dir\Debug\BuildLog.htm"
    1>ZERO_CHECK - 0 error(s), 0 warning(s)
    2>------ Build started: Project: romview, Configuration: Debug Win32 ------
    3>------ Build started: Project: zcsound, Configuration: Debug Win32 ------
    3>Compiling...
    2>Compiling...
    3>UB_SoundLibCore.cpp
    2>UB_RomviewGUI.cpp
    3>Creating library...
    3>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\zcsound.dir\Debug\BuildLog.htm"
    3>zcsound - 0 error(s), 0 warning(s)
    2>UB_RomviewCore.cpp
    4>------ Build started: Project: zelda, Configuration: Debug Win32 ------
    5>------ Build started: Project: zquest, Configuration: Debug Win32 ------
    4>Compiling...
    5>[FLEX][ZScriptLexer] Building scanner with flex 2.5.4
    4>UB_ZeldaSubscreen.cpp
    5>C:\GnuWin32\bin\flex.exe: unknown flag '-'.  For usage, try
    5> C:\GnuWin32\bin\flex.exe --help
    5>Project : error PRJ0019: A tool returned an error code from "[FLEX][ZScriptLexer] Building scanner with flex 2.5.4"
    5>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\zquest.dir\Debug\BuildLog.htm"
    5>zquest - 1 error(s), 0 warning(s)
    2>Generating Code...
    2>Compiling resources...
    2>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
    2>Copyright (C) Microsoft Corporation.  All rights reserved.
    2>Compiling manifest to resources...
    2>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
    2>Copyright (C) Microsoft Corporation.  All rights reserved.
    2>Linking...
    4>UB_ZeldaSprite.cpp
    4>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/link.cpp(698) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
    4>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/link.cpp(699) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
    4>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/link.cpp(10134) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
    4>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/link.cpp(10652) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
    4>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/link.cpp(10659) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
    4>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/link.cpp(10880) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
    4>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/link.cpp(10887) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
    4>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/link.cpp(11105) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
    4>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/link.cpp(11109) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
    4>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/script_drawing.cpp(17) : warning C4005: 'DegtoFix' : macro redefinition
    4>        C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/maps.cpp(42) : see previous definition of 'DegtoFix'
    4>UB_ZeldaGUI.cpp
    4>UB_ZeldaCore.cpp
    4>Generating Code...
    4>Compiling resources...
    4>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
    4>Copyright (C) Microsoft Corporation.  All rights reserved.
    4>Compiling manifest to resources...
    4>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
    4>Copyright (C) Microsoft Corporation.  All rights reserved.
    4>Linking...
    2>al_gif.lib(algif.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\al_gif.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>al_gif.lib(gif.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\al_gif.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>al_gif.lib(lzw.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\al_gif.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(pngwutil.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(png.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(pngerror.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(pngget.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(pngmem.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(pngread.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(pngrio.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(pngrtran.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(pngrutil.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(pngset.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(pngtrans.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(pngwio.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(pngwrite.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(pngwtran.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>zlibd.lib(adler32.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>zlibd.lib(compress.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>zlibd.lib(crc32.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>zlibd.lib(deflate.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>zlibd.lib(inffast.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>zlibd.lib(inflate.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>zlibd.lib(inftrees.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>zlibd.lib(trees.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>zlibd.lib(zutil.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>loadpng.lib(savepng.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\loadpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>loadpng.lib(loadpng.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\loadpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>loadpng.lib(regpng.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\loadpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libjpgal.lib(jpgalleg.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libjpgal.lib(decode.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libjpgal.lib(encode.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libjpgal.lib(io.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>al_gif.lib(algif.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\al_gif.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>al_gif.lib(gif.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\al_gif.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>al_gif.lib(lzw.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\al_gif.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(pngwutil.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(png.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(pngerror.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(pngget.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(pngmem.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(pngread.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(pngrio.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(pngrtran.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(pngrutil.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(pngset.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(pngtrans.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(pngwio.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(pngwrite.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(pngwtran.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>zlibd.lib(adler32.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>zlibd.lib(compress.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>zlibd.lib(crc32.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>zlibd.lib(deflate.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>zlibd.lib(inffast.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>zlibd.lib(inflate.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>zlibd.lib(inftrees.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>zlibd.lib(trees.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>zlibd.lib(zutil.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>loadpng.lib(savepng.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\loadpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>loadpng.lib(loadpng.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\loadpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>loadpng.lib(regpng.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\loadpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libjpgal.lib(jpgalleg.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libjpgal.lib(decode.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libjpgal.lib(encode.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libjpgal.lib(io.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>aldmd.lib(alplay.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\aldmd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>aldmd.lib(packfile.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\aldmd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(atexit.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(duhlen.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(dumbfile.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(makeduh.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(rawsig.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(rendduh.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(rendsig.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(unload.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(clickrem.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(resample.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(sampbuf.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(silence.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(itload.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(itload2.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(itmisc.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(itorder.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(itread.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(itrender.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(itunload.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(loadmod.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(loadmod2.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(loads3m.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(loads3m2.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(loadxm.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(loadxm2.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(readmod.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(reads3m.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(readxm.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(xmeffect.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(abstract_file.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Blip_Buffer.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Classic_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Dual_Resampler.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Fir_Resampler.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Gb_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Gb_Cpu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Gb_Oscs.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Gbs_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Gym_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Multi_Buffer.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Music_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Nes_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Nes_Cpu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Nes_Fme7_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Nes_Namco_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Nes_Oscs.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Nes_Vrc6_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Nsf_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Sms_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Snes_Spc.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Spc_Cpu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Spc_Dsp.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Spc_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Vgm_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Vgm_Emu_Impl.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Ym2413_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Ym2612_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>Embedding manifest...
    4>Embedding manifest...
    2>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
    2>Copyright (C) Microsoft Corporation.  All rights reserved.
    2>LINK : fatal error LNK1000: Internal error during IncrBuildImage
    4>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
    4>Copyright (C) Microsoft Corporation.  All rights reserved.
    4>LINK : fatal error LNK1000: Internal error during IncrBuildImage
    Oh look, it's GME. No, it's the VC database. Did I forget to install a component of VC9???

    No, running the VS installer again shows that I installed every component, but it doesn;t list a database in its available components. I know that VS 2015 has that stuff, but perhaps VS 2008 does not?

    Here's the error from building zquest with flex, too:

    Code:
    	
    
    Creating temporary file "c:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\zquest.dir\Debug\BAT00000626564324.bat" with contents
    [
    @echo off
    
    cd C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44
    
    if errorlevel 1 goto :VCReportError
    
    C:
    
    if errorlevel 1 goto :VCReportError
    
    C:\GnuWin32\bin\flex.exe --wincompat -oC:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/lex.yy.cpp C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/ffscript.lpp
    
    if errorlevel 1 goto :VCReportError
    
    
    
    if errorlevel 1 goto VCReportError
    
    goto VCEnd
    
    :VCReportError
    
    echo Project : error PRJ0019: A tool returned an error code from "[FLEX][ZScriptLexer] Building scanner with flex 2.5.4"
    
    exit 1
    
    :VCEnd
    ]
    Creating command line """c:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\zquest.dir\Debug\BAT00000626564324.bat"""
    Creating temporary file "c:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\zquest.dir\Debug\BAT00000726564324.bat" with contents
    [
    @echo off
    
    cd C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44
    
    if errorlevel 1 goto :VCReportError
    
    C:
    
    if errorlevel 1 goto :VCReportError
    
    C:\GnuWin32\bin\bison.exe -d -o C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/y.tab.cpp C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/ffscript.ypp
    
    if errorlevel 1 goto :VCReportError
    
    
    
    if errorlevel 1 goto VCReportError
    
    goto VCEnd
    
    :VCReportError
    
    echo Project : error PRJ0019: A tool returned an error code from "[BISON][ZScriptParser] Building parser with bison 2.4.1"
    
    exit 1
    
    :VCEnd
    ]
    Creating command line """c:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\zquest.dir\Debug\BAT00000726564324.bat"""

  6. #26
    The Timelord
    QDB Manager
    ZC Developer

    Join Date
    Oct 2006
    Location
    Prydon Academy
    Posts
    1,396
    Mentioned
    112 Post(s)
    Tagged
    1 Thread(s)
    vBActivity - Stats
    Points
    4,760
    Level
    21
    vBActivity - Bars
    Lv. Percent
    68.7%
    Building with precompiled headers did not cause the linker to crash.

    Code:
    1>------ Build started: Project: zcsound, Configuration: Debug Win32 ------
    2>------ Build started: Project: romview, Configuration: Debug Win32 ------
    1>Compiling...
    2>Compiling...
    1>UB_SoundLibCore.cpp
    2>UB_RomviewGUI.cpp
    1>Creating library...
    1>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\zcsound.dir\Debug\BuildLog.htm"
    1>zcsound - 0 error(s), 0 warning(s)
    3>------ Build started: Project: zelda, Configuration: Debug Win32 ------
    4>------ Build started: Project: zquest, Configuration: Debug Win32 ------
    4>[FLEX][ZScriptLexer] Building scanner with flex 2.5.4
    3>Compiling...
    2>UB_RomviewCore.cpp
    3>precompiledzc.cpp
    4>C:\GnuWin32\bin\flex.exe: unknown flag '-'.  For usage, try
    4> C:\GnuWin32\bin\flex.exe --help
    4>Project : error PRJ0019: A tool returned an error code from "[FLEX][ZScriptLexer] Building scanner with flex 2.5.4"
    2>Generating Code...
    2>Linking...
    2>al_gif.lib(algif.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\al_gif.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>al_gif.lib(gif.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\al_gif.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>al_gif.lib(lzw.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\al_gif.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(pngwutil.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(png.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(pngerror.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(pngget.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(pngmem.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(pngread.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(pngrio.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(pngrtran.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(pngrutil.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(pngset.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(pngtrans.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(pngwio.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(pngwrite.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libpng.lib(pngwtran.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>zlibd.lib(adler32.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>zlibd.lib(compress.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>zlibd.lib(crc32.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>zlibd.lib(deflate.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>zlibd.lib(inffast.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>zlibd.lib(inflate.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>zlibd.lib(inftrees.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>zlibd.lib(trees.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>zlibd.lib(zutil.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>loadpng.lib(savepng.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\loadpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>loadpng.lib(loadpng.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\loadpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>loadpng.lib(regpng.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\loadpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libjpgal.lib(jpgalleg.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libjpgal.lib(decode.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libjpgal.lib(encode.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>libjpgal.lib(io.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    2>Embedding manifest...
    2>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\romview.dir\Debug\BuildLog.htm"
    2>romview - 0 error(s), 33 warning(s)
    3>Compiling...
    4>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\zquest.dir\Debug\BuildLog.htm"
    4>zquest - 1 error(s), 0 warning(s)
    3>UB_ZeldaSubscreen.cpp
    3>UB_ZeldaSprite.cpp
    3>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/link.cpp(698) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
    3>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/link.cpp(699) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
    3>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/link.cpp(10134) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
    3>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/link.cpp(10652) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
    3>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/link.cpp(10659) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
    3>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/link.cpp(10880) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
    3>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/link.cpp(10887) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
    3>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/link.cpp(11105) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
    3>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/link.cpp(11109) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
    3>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/script_drawing.cpp(17) : warning C4005: 'DegtoFix' : macro redefinition
    3>        C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/maps.cpp(42) : see previous definition of 'DegtoFix'
    3>UB_ZeldaGUI.cpp
    3>UB_ZeldaCore.cpp
    3>Generating Code...
    3>Linking...
    3>al_gif.lib(algif.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\al_gif.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>al_gif.lib(gif.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\al_gif.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>al_gif.lib(lzw.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\al_gif.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(pngwutil.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(png.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(pngerror.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(pngget.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(pngmem.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(pngread.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(pngrio.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(pngrtran.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(pngrutil.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(pngset.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(pngtrans.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(pngwio.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(pngwrite.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(pngwtran.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>zlibd.lib(adler32.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>zlibd.lib(compress.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>zlibd.lib(crc32.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>zlibd.lib(deflate.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>zlibd.lib(inffast.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>zlibd.lib(inflate.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>zlibd.lib(inftrees.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>zlibd.lib(trees.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>zlibd.lib(zutil.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>loadpng.lib(savepng.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\loadpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>loadpng.lib(loadpng.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\loadpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>loadpng.lib(regpng.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\loadpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libjpgal.lib(jpgalleg.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libjpgal.lib(decode.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libjpgal.lib(encode.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libjpgal.lib(io.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>aldmd.lib(alplay.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\aldmd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>aldmd.lib(packfile.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\aldmd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(atexit.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(duhlen.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(dumbfile.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(makeduh.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(rawsig.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(rendduh.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(rendsig.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(unload.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(clickrem.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(resample.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(sampbuf.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(silence.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(itload.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(itload2.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(itmisc.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(itorder.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(itread.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(itrender.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(itunload.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(loadmod.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(loadmod2.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(loads3m.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(loads3m2.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(loadxm.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(loadxm2.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(readmod.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(reads3m.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(readxm.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>dumbd.lib(xmeffect.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(abstract_file.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(Blip_Buffer.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(Classic_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(Dual_Resampler.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(Fir_Resampler.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(Gb_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(Gb_Cpu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(Gb_Oscs.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(Gbs_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(Gym_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(Multi_Buffer.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(Music_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(Nes_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(Nes_Cpu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(Nes_Fme7_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(Nes_Namco_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(Nes_Oscs.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(Nes_Vrc6_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(Nsf_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(Sms_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(Snes_Spc.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(Spc_Cpu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(Spc_Dsp.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(Spc_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(Vgm_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(Vgm_Emu_Impl.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(Ym2413_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>gme.lib(Ym2612_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>Embedding manifest...
    3>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\zelda.dir\Debug\BuildLog.htm"
    3>zelda - 0 error(s), 102 warning(s)
    5>------ Skipped Build: Project: ALL_BUILD, Configuration: Debug Win32 ------
    5>Project not selected to build for this solution configuration 
    ========== Build: 3 succeeded, 1 failed, 1 up-to-date, 1 skipped ==========
    It did not build ZQuest, because of the flex error (Unknown flag)

    Code:
    1>------ Build started: Project: zquest, Configuration: Debug Win32 ------
    1>[FLEX][ZScriptLexer] Building scanner with flex 2.5.4
    1>C:\GnuWin32\bin\flex.exe: unknown flag '-'.  For usage, try
    1> C:\GnuWin32\bin\flex.exe --help
    1>Project : error PRJ0019: A tool returned an error code from "[FLEX][ZScriptLexer] Building scanner with flex 2.5.4"
    1>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\zquest.dir\Debug\BuildLog.htm"
    1>zquest - 1 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 2 up-to-date, 0 skipped ==========
    zelda.exe did build, and runs.

    romview.exe did build, and flipping runs instead of crashing, so ag4.4 seems to have fixed that.

  7. #27
    Administrator DarkDragon's Avatar
    Join Date
    Oct 2001
    Posts
    6,228
    Mentioned
    70 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    11,025
    Level
    31
    vBActivity - Bars
    Lv. Percent
    8.16%
    C:\GnuWin32\bin\flex.exe
    I think this is the problem: it is still trying to use the MSYS flex compiler instead of the Windows one.

    Try removing C:\GnuWin32 from the PATH (and makign sure winflex.exe is on the PATH).

  8. #28
    The Timelord
    QDB Manager
    ZC Developer

    Join Date
    Oct 2006
    Location
    Prydon Academy
    Posts
    1,396
    Mentioned
    112 Post(s)
    Tagged
    1 Thread(s)
    vBActivity - Stats
    Points
    4,760
    Level
    21
    vBActivity - Bars
    Lv. Percent
    68.7%
    Removed that from the path, and trying again.

    Ran CMake, generated new projects with identical settings.

    The linker crashed again.

    Code:
    Problem Event Name:	APPCRASH
      Application Name:	link.exe
      Application Version:	9.0.21022.8
      Application Timestamp:	47313e24
      Fault Module Name:	link.exe
      Fault Module Version:	9.0.21022.8
      Fault Module Timestamp:	47313e24
      Exception Code:	c0000005
      Exception Offset:	0007fcf7
      OS Version:	6.1.7601.2.1.0.256.48
      Locale ID:	1033
    This is very worrying behaviour.

    VS generated three binaries, but still shows errors, a failure, and warnings to consider fixing.

    Code:
    1>------ Build started: Project: ZERO_CHECK, Configuration: Debug Win32 ------
    1>Checking Build System
    1>CMake does not need to re-run because C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/CMakeFiles/generate.stamp is up-to-date.
    1>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\ZERO_CHECK.dir\Debug\BuildLog.htm"
    1>ZERO_CHECK - 0 error(s), 0 warning(s)
    2>------ Build started: Project: zcsound, Configuration: Debug Win32 ------
    3>------ Build started: Project: romview, Configuration: Debug Win32 ------
    2>Compiling...
    3>Compiling...
    2>UB_SoundLibCore.cpp
    3>UB_RomviewGUI.cpp
    2>Creating library...
    2>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\zcsound.dir\Debug\BuildLog.htm"
    2>zcsound - 0 error(s), 0 warning(s)
    3>UB_RomviewCore.cpp
    4>------ Build started: Project: zelda, Configuration: Debug Win32 ------
    5>------ Build started: Project: zquest, Configuration: Debug Win32 ------
    4>Compiling...
    5>[FLEX][ZScriptLexer] Building scanner with flex 2.5.37
    4>precompiledzc.cpp
    5>[BISON][ZScriptParser] Building parser with bison 2.7
    5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/ffscript.ypp:338.84: warning: a ';' might be needed at the end of action code
    5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/ffscript.ypp:338.84:     future versions of Bison will not add the ';'
    5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/ffscript.ypp:339.102: warning: a ';' might be needed at the end of action code
    5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/ffscript.ypp:339.102:     future versions of Bison will not add the ';'
    5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/ffscript.ypp:340.102: warning: a ';' might be needed at the end of action code
    5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/ffscript.ypp:340.102:     future versions of Bison will not add the ';'
    5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/ffscript.ypp:341.104: warning: a ';' might be needed at the end of action code
    5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/ffscript.ypp:341.104:     future versions of Bison will not add the ';'
    5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/ffscript.ypp:342.98: warning: a ';' might be needed at the end of action code
    5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/ffscript.ypp:342.98:     future versions of Bison will not add the ';'
    5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/ffscript.ypp:343.96: warning: a ';' might be needed at the end of action code
    5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/ffscript.ypp:343.96:     future versions of Bison will not add the ';'
    5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/ffscript.ypp:344.104: warning: a ';' might be needed at the end of action code
    5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/ffscript.ypp:344.104:     future versions of Bison will not add the ';'
    5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/ffscript.ypp:345.102: warning: a ';' might be needed at the end of action code
    5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/ffscript.ypp:345.102:     future versions of Bison will not add the ';'
    5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/ffscript.ypp:346.104: warning: a ';' might be needed at the end of action code
    5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/ffscript.ypp:346.104:     future versions of Bison will not add the ';'
    5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/ffscript.ypp:347.104: warning: a ';' might be needed at the end of action code
    5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/ffscript.ypp:347.104:     future versions of Bison will not add the ';'
    5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/ffscript.ypp:348.104: warning: a ';' might be needed at the end of action code
    5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/ffscript.ypp:348.104:     future versions of Bison will not add the ';'
    5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/ffscript.ypp:349.104: warning: a ';' might be needed at the end of action code
    5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/parser/ffscript.ypp:349.104:     future versions of Bison will not add the ';'
    4>Compiling...
    5>Compiling...
    3>Generating Code...
    4>UB_ZeldaSubscreen.cpp
    5>precompiledzq.cpp
    3>Compiling resources...
    3>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
    3>Copyright (C) Microsoft Corporation.  All rights reserved.
    3>Compiling manifest to resources...
    3>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
    3>Copyright (C) Microsoft Corporation.  All rights reserved.
    3>Linking...
    3>LINK : C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\romview.exe not found or not built by the last incremental link; performing full link
    5>Compiling...
    5>lex.yy.cpp
    5>y.tab.cpp
    4>UB_ZeldaSprite.cpp
    5>.\src\parser\y.tab.cpp(1566) : warning C4065: switch statement contains 'default' but no 'case' labels
    5>UB_ZQuestZScript.cpp
    4>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/link.cpp(698) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
    4>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/link.cpp(699) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
    4>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/link.cpp(10134) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
    4>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/link.cpp(10652) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
    4>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/link.cpp(10659) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
    4>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/link.cpp(10880) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
    4>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/link.cpp(10887) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
    4>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/link.cpp(11105) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
    4>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/link.cpp(11109) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
    4>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/script_drawing.cpp(17) : warning C4005: 'DegtoFix' : macro redefinition
    4>        C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/maps.cpp(42) : see previous definition of 'DegtoFix'
    4>UB_ZeldaGUI.cpp
    5>UB_ZQuestMisc.cpp
    4>UB_ZeldaCore.cpp
    5>c:\users\dell\desktop\zc_2.54\zeldaclassic-dd-alleg44\src\zquestdat.h(10) : warning C4005: 'BMP_MOUSE' : macro redefinition
    5>        c:\users\dell\desktop\zc_2.54\zeldaclassic-dd-alleg44\src\zeldadat.h(7) : see previous definition of 'BMP_MOUSE'
    5>UB_ZQuestGUI.cpp
    3>al_gif.lib(algif.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\al_gif.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>al_gif.lib(gif.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\al_gif.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>al_gif.lib(lzw.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\al_gif.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(pngwutil.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(png.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(pngerror.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(pngget.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(pngmem.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(pngread.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(pngrio.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(pngrtran.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(pngrutil.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(pngset.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(pngtrans.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(pngwio.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(pngwrite.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libpng.lib(pngwtran.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>zlibd.lib(adler32.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>zlibd.lib(compress.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>zlibd.lib(crc32.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>zlibd.lib(deflate.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>zlibd.lib(inffast.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>zlibd.lib(inflate.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>zlibd.lib(inftrees.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>zlibd.lib(trees.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>zlibd.lib(zutil.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>loadpng.lib(savepng.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\loadpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>loadpng.lib(loadpng.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\loadpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>loadpng.lib(regpng.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\loadpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libjpgal.lib(jpgalleg.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libjpgal.lib(decode.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libjpgal.lib(encode.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    3>libjpgal.lib(io.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>Generating Code...
    3>Embedding manifest...
    3>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
    3>Copyright (C) Microsoft Corporation.  All rights reserved.
    3>LINK : fatal error LNK1000: Internal error during IncrBuildImage
    4>Compiling resources...
    5>UB_ZQuestCore.cpp
    4>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
    4>Copyright (C) Microsoft Corporation.  All rights reserved.
    4>Compiling manifest to resources...
    4>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
    4>Copyright (C) Microsoft Corporation.  All rights reserved.
    4>Linking...
    4>LINK : C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\zelda.exe not found or not built by the last incremental link; performing full link
    5>Generating Code...
    4>al_gif.lib(algif.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\al_gif.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>al_gif.lib(gif.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\al_gif.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>al_gif.lib(lzw.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\al_gif.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(pngwutil.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(png.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(pngerror.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(pngget.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(pngmem.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(pngread.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(pngrio.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(pngrtran.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(pngrutil.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(pngset.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(pngtrans.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(pngwio.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(pngwrite.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libpng.lib(pngwtran.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>zlibd.lib(adler32.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>zlibd.lib(compress.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>zlibd.lib(crc32.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>zlibd.lib(deflate.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>zlibd.lib(inffast.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>zlibd.lib(inflate.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>zlibd.lib(inftrees.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>zlibd.lib(trees.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>zlibd.lib(zutil.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>loadpng.lib(savepng.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\loadpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>loadpng.lib(loadpng.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\loadpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>loadpng.lib(regpng.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\loadpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libjpgal.lib(jpgalleg.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libjpgal.lib(decode.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libjpgal.lib(encode.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>libjpgal.lib(io.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>aldmd.lib(alplay.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\aldmd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>aldmd.lib(packfile.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\aldmd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(atexit.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(duhlen.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(dumbfile.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(makeduh.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(rawsig.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(rendduh.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(rendsig.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(unload.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(clickrem.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(resample.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(sampbuf.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(silence.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(itload.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(itload2.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(itmisc.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(itorder.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(itread.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(itrender.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(itunload.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(loadmod.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(loadmod2.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(loads3m.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(loads3m2.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(loadxm.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(loadxm2.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(readmod.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(reads3m.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(readxm.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>dumbd.lib(xmeffect.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(abstract_file.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Blip_Buffer.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Classic_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Dual_Resampler.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Fir_Resampler.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Gb_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Gb_Cpu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Gb_Oscs.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Gbs_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Gym_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Multi_Buffer.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Music_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Nes_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Nes_Cpu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Nes_Fme7_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Nes_Namco_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Nes_Oscs.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Nes_Vrc6_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Nsf_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Sms_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Snes_Spc.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Spc_Cpu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Spc_Dsp.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Spc_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Vgm_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Vgm_Emu_Impl.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Ym2413_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>gme.lib(Ym2612_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    4>Embedding manifest...
    4>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
    4>Copyright (C) Microsoft Corporation.  All rights reserved.
    5>Compiling resources...
    4>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\zelda.dir\Debug\BuildLog.htm"
    4>zelda - 0 error(s), 102 warning(s)
    5>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
    5>Copyright (C) Microsoft Corporation.  All rights reserved.
    5>Compiling manifest to resources...
    5>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
    5>Copyright (C) Microsoft Corporation.  All rights reserved.
    5>Linking...
    5>libpng.lib(pngwutil.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>libpng.lib(png.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>libpng.lib(pngerror.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>libpng.lib(pngget.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>libpng.lib(pngmem.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>libpng.lib(pngread.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>libpng.lib(pngrio.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>libpng.lib(pngrtran.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>libpng.lib(pngrutil.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>libpng.lib(pngset.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>libpng.lib(pngtrans.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>libpng.lib(pngwio.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>libpng.lib(pngwrite.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>libpng.lib(pngwtran.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>zlibd.lib(adler32.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>zlibd.lib(compress.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>zlibd.lib(crc32.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>zlibd.lib(deflate.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>zlibd.lib(inffast.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>zlibd.lib(inflate.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>zlibd.lib(inftrees.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>zlibd.lib(trees.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>zlibd.lib(zutil.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>loadpng.lib(savepng.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\loadpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>loadpng.lib(loadpng.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\loadpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>loadpng.lib(regpng.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\loadpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>libjpgal.lib(jpgalleg.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>libjpgal.lib(decode.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>libjpgal.lib(encode.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>libjpgal.lib(io.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>aldmd.lib(alplay.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\aldmd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>aldmd.lib(packfile.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\aldmd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(atexit.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(duhlen.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(dumbfile.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(makeduh.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(rawsig.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(rendduh.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(rendsig.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(unload.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(clickrem.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(resample.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(sampbuf.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(silence.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(itload.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(itload2.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(itmisc.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(itorder.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(itread.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(itrender.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(itunload.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(loadmod.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(loadmod2.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(loads3m.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(loads3m2.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(loadxm.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(loadxm2.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(readmod.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(reads3m.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(readxm.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>dumbd.lib(xmeffect.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(abstract_file.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(Blip_Buffer.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(Classic_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(Dual_Resampler.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(Fir_Resampler.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(Gb_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(Gb_Cpu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(Gb_Oscs.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(Gbs_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(Gym_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(Multi_Buffer.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(Music_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(Nes_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(Nes_Cpu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(Nes_Fme7_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(Nes_Namco_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(Nes_Oscs.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(Nes_Vrc6_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(Nsf_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(Sms_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(Snes_Spc.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(Spc_Cpu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(Spc_Dsp.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(Spc_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(Vgm_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(Vgm_Emu_Impl.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(Ym2413_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>gme.lib(Ym2612_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
    5>Embedding manifest...
    5>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
    5>Copyright (C) Microsoft Corporation.  All rights reserved.
    5>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\zquest.dir\Debug\BuildLog.htm"
    5>zquest - 0 error(s), 103 warning(s)
    3>  Version 9.00.21022.08
    3>  ExceptionCode            = C0000005
    3>  ExceptionFlags           = 00000000
    3>  ExceptionAddress         = 0017FCF7 (00100000) "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\link.exe"
    3>  NumberParameters         = 00000002
    3>  ExceptionInformation[ 0] = 00000000
    3>  ExceptionInformation[ 1] = 0093D670
    3>CONTEXT:
    3>  Eax    = 401CF764  Esp    = 0054EFBC
    3>  Ebx    = 40008188  Ebp    = 0054EFE4
    3>  Ecx    = 0093D670  Esi    = 401CF5D8
    3>  Edx    = 0054EFD4  Edi    = 0010D6C0
    3>  Eip    = 0017FCF7  EFlags = 00010246
    3>  SegCs  = 00000023  SegDs  = 0000002B
    3>  SegSs  = 0000002B  SegEs  = 0000002B
    3>  SegFs  = 00000053  SegGs  = 0000002B
    3>  Dr0    = 00000000  Dr3    = 00000000
    3>  Dr1    = 00000000  Dr6    = 00000000
    3>  Dr2    = 00000000  Dr7    = 00000000
    3>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\romview.dir\Debug\BuildLog.htm"
    3>romview - 1 error(s), 33 warning(s)
    ========== Build: 4 succeeded, 1 failed, 1 up-to-date, 0 skipped ==========
    Also, are the DD/DX8 libs that you shifted to using part of this tree yet?

    Particularly because this repo needs a specific winflex and winbison build, I would stress that they should be included, in /bin/win32, and that the cmake file should look for them there.

    No parser crashes though, so that's fantastic.

    Thus far, zelda.exe, zquest,ext, and romview.exe all open.

  9. #29
    Administrator DarkDragon's Avatar
    Join Date
    Oct 2001
    Posts
    6,228
    Mentioned
    70 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    11,025
    Level
    31
    vBActivity - Bars
    Lv. Percent
    8.16%
    Also, are the DD/DX8 libs that you shifted to using part of this tree yet?
    I didn't change any DirectDraw libraries (I don't think that this is a good idea; the only alternative set I tried caused problems with the sound playback). I did patch Allegro to hopefully not crash DD anymore, though. Those fixes are included in the precompiled allegro lib and dlls.

    Including winflex.exe and winbison.exe is not entirely unreasonable, though I'll have to check the licenses and make sure this is OK.

    I have no idea why link.exe is crashing it's worrying, but if it's producing working binaries....

  10. #30
    The Timelord
    QDB Manager
    ZC Developer

    Join Date
    Oct 2006
    Location
    Prydon Academy
    Posts
    1,396
    Mentioned
    112 Post(s)
    Tagged
    1 Thread(s)
    vBActivity - Stats
    Points
    4,760
    Level
    21
    vBActivity - Bars
    Lv. Percent
    68.7%
    Quote Originally Posted by DarkDragon View Post
    I didn't change any DirectDraw libraries (I don't think that this is a good idea; the only alternative set I tried caused problems with the sound playback). I did patch Allegro to hopefully not crash DD anymore, though. Those fixes are included in the precompiled allegro lib and dlls.

    Including winflex.exe and winbison.exe is not entirely unreasonable, though I'll have to check the licenses and make sure this is OK.

    I have no idea why link.exe is crashing it's worrying, but if it's producing working binaries....
    Here are the binaries that it produced: http://timelord.insomnia247.nl/zc/zc..._Allegro44.zip

    You might want to inspect them for any kind of corruption caused by the linker crashing. I don't know why it is happening.

    I'm going to try to get a few users to test this build.

    Please remove the duplicate post, below. ...

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Armageddon Games is a game development group founded in 1997. We are extremely passionate about our work and our inspirations are mostly drawn from games of the 8-bit and 16-bit era.
Social