PDA

View Full Version : CMAKE Branch



ZoriaRPG
12-30-2016, 08:25 AM
I'm not an expert in CMAKE directives, but it reads to me as if all the MSWIN directives are for SVC., not for gcc/MSYS.

Would it be possible to throw a basic makefile for gcc into that branch, please; or at least clarify that the CMAKE file has been tested on that configuration.

I also wish to point out a slew of missing files:

libzcsound.dll, compiled for allegro 4.4, is missing, as are all of the *.a files for ag4.4. These should be in the libs/mingw path, but all of the files there are the old 4.4 files that Saffith last pushed on 3rd December, 2016. Those need updating to whatever you compiled. Putting all of the allegro deps in the package, or in a separate package, so that it is not mandatory for everyone to compile that beast and all its dependencies would be very useful, indeed.

As-is, I don't see how this can generate a makefile for mingw.

Gleeok
12-30-2016, 08:56 AM
We've been testing cmake on all the compilers that we could so far; MSVC 2008, 2010, 2013, 2016, and gcc 5.4. This obviously doesn't necessarily mean that it works on every other platform/toolchain, but any feedback you guys could give would be very much appreciated. Of course someone has to be the first to test it after all. wink wink. ;)


As for multiple build/project files, DD and I seem to part ways here. He believes that there should be one system that works well that everyone can use so there's little chance of things breaking or not being up to date, which makes a lot of sense, I admit. I believe (and the way ZC was in the past was) that any developer that's willing to maintain a configuration is free to do so, as long as it doesn't break any other builds in the process (eg; cmake). Developers are really picky about their set-ups I've come to find out (myself included), and sometimes if you throw something new at them they don't like they will freak out a little bit (myself included). But the end result is that now everyone can compile the source with much less hassle so it's worth it.


PS: I'd wager dollars to donuts the 2.50.x makefile makes it's way back into master. :P

ZoriaRPG
12-30-2016, 11:50 AM
We've been testing cmake on all the compilers that we could so far; MSVC 2008, 2010, 2013, 2016, and gcc 5.4. This obviously doesn't necessarily mean that it works on every other platform/toolchain, but any feedback you guys could give would be very much appreciated. Of course someone has to be the first to test it after all. wink wink. ;)


As for multiple build/project files, DD and I seem to part ways here. He believes that there should be one system that works well that everyone can use so there's little chance of things breaking or not being up to date, which makes a lot of sense, I admit. I believe (and the way ZC was in the past was) that any developer that's willing to maintain a configuration is free to do so, as long as it doesn't break any other builds in the process (eg; cmake). Developers are really picky about their set-ups I've come to find out (myself included), and sometimes if you throw something new at them they don't like they will freak out a little bit (myself included). But the end result is that now everyone can compile the source with much less hassle so it's worth it.


PS: I'd wager dollars to donuts the 2.50.x makefile makes it's way back into master. :P

I'm on the other side of that fence, I feat. IMO, to ensure maximum participation--because all programmers are lazy--you need to provide a wide range of building formats. I also hesitate to change to anything new. I sort of want to try MSVC 2016, but that would likely kill my ability to run VC2008, as these probably cannot coexist; which on this system is barely able to run at all; so how would 2016 run?

At least MSYS runs, and works. Until I set u a new system, I'm stuck with that.

I would burn the old makefile in a fire. We need a new, clean makefile for this branch. One that can use the new libs, and is aware of the new objects; and had directives to do things lsuch as create ./obj/parser if it isn't there, and that uses the zcfiles/include path and zcfiles/libs paths exclusively, instead of having gcc look for libs and includes in two, or three places; which it does unless you use a command line directive to include the files.

The bottom line is that gcc runs on everything, and uses makefiles. We need a clean makefil in this build, and we absolutely need every library, and other binary file, included in the package. Don't make people compile Allegro. Don't make them compile the sound libs, and the image libs. It's a silly waste of time, and a good way to frighten off anyone who might want to do it.

I finally got Dimentio up to speed with MSYS. I don't want to have to write a guide for building with CMAKE. Hell, even I don't know what instructions I need to issue to MSYS to do a cake on this without lookin at references. I rarely ever use CMAKE, although when I built Allegro, I had to resort to it.

One thing I'll note, is that if I had all the Allero 4.4 binary files, *.a files, and libs that @DarkDraon generated, at least I could test the drawing stuff fully, before I start shifting to this branch. It's going to take a bit of time to mere all the changes, but if I had a makefile for this, it would be much faster. You see, MSYS runs as if it was a micro-emulator, so cc is horribly slow, and CMAKE is s . l. o. w. e. r. by far.

If MSVC didn't freak out running on this system, I would in fact, just use that; but the GUI tends to freeze up, sometimes for minutes at a time, while typing.Not usable until I get newer HW. I'm pretty much stuck on the CLI + Text Editor, which to be fair, is something that I'm used to doing on Linux. I use Scintilla and MSYS on Windows; and Scintilla is extremely lightweight, so having forty source files open at one time actually works.
Grayswandir is used to EMacs + gcc.

I'm also going to need to start doing OSX builds, so we'll see how that goes. The only system that I have running 10.6, is a netbook. :(

Anyhow, we need the libs in the repo, and we need a plain makefile in the repo.

I think I will try to commit some of my changes ahead of your script drawing revisions, so that if necessary, you can modify them to work with whatever you have going on with those. I know that when I tried to implement your changes, I missed somethin somewhere along the line, and while they compiled, they either didn't work, or created a flood of errors on the stack. Probably my fault, but IDK. Did you ever look at the beta that I sent to you that had them enabled? It's still on the server, if you want to see what I did, and what it was doing.

We really need to draw a line though, and stop going back to square one. This needs to be the last time that we do that for 2.54, 2.55, 2.60. We can lay that dance again for 3.0 if you wish, but no =ore for now, please.

I'm still waiting to hear if Saffith signed off on this branch, as I don't want this to be another circular argument that ends us up at the beginning, again.

It is nice to see things moving at least, and that DarkDragon returning seemed to light some fires.

DarkDragon
12-30-2016, 12:34 PM
Let's separate out the issues here.

1. There is not, and never will be, support for both Allegro 4.2 and Allegro 4.4. If you want to help with the port to Allegro 4.4, look at branch DD/alleg44. If you want to help with getting the current branch to work with MSYS first, look at the master. We have enough work on our plates without needing to maintain support for multiple versions of the Allego library, for no good reason.

2. CMake vs many different Makefiles: Gleeok is not completely convinced, but, I have to say with all due respect, he's simply wrong ;). Trying to maintain multiple Makefiles in 2016 is about as crazy as "oh these version control thingies are ok, but let's keep emailing the source back and forth anyway" in 2006. Especially on a large collaborative project involving an unknown number of developers on the Internet rather than a fixed set of employees.

Let's say I shuffle some files around, for example, I add the alleg_compat.cpp fixes that you posted to get ZC to work with Allegro 4.4. In a world where everybody is maintaining their own Makefiles, I know (since I added them) how to correctly add alleg_compat to my own Makefile (an MSVC project, in my case). Everybody else who isn't using my particular Makefile (that includes everyone using MSYS or Linux or OS X) now has a broken build. They will need to figure out how to modify their own Makefiles to correctly add the new .cpp (and of course, there is a nontrivial chance they will add it incorrectly, or in a way that is inconsistent with how I added it in the MSVC project, leading to many pleasant bugs and build issues down the line.) If the Linux developer is inactive for a few month, his Makefile might be many source file updates out of date with the current Windows Makefile. If the Linux developer is a core member of the ZC dev team, maybe they don't mind putting in the work catching up. If it's a random Linux user on the Internet, chances are they will complain here about the broken Makefile instead, or give up trying to patch ZC due to the build system "being broken."

CMake solves these issues. If you make changes to how ZC should be built, you make them in one place and CMake automatically propagates the changes to each individual developer's toolchain and build environment. Gleeok and I get an updated MSVC project. You get an updated gcc Makefile. Etc. Of course, different environments need different build flags, etc, but the CMake file encapsulates these setting in one place, and abstracts out the parts of the build (the list of source files and how they are grouped into modules; the location of the headers; common #defines needed to get Allegro to work, etc) that are common across all platforms.

If you want some concrete evidence, look no further than Allegro itself:
Allegro 4.2: used a ton of different Makefiles and config scripts for different platforms
Allegro 4.4: a single CMake file
Allegro 5.0: a single CMake file

For more success stories see here (https://cmake.org/success/) and an amusing (but accurate) rant about autotools vs CMake here (http://stackoverflow.com/questions/4071880/what-are-the-differences-between-autotools-cmake-and-scons). This (http://www.arsentuf.me/2015/04/23/you-should-use-cmake/) blog post also makes the case for CMake. Yes, there are reasons to complain about CMake, and yes, there is some initial pain in setting up the CMake scrpts, but in the long term it solves a lot of problems once we start moving the source code around, switching library versions, etc. Developers who don't happen to use the most popular supported platform (MSVC for Gleeok and I) don't get left in the dust.

If you want to create a private Makefile and use it, I can't stop you (other than wag my finger when something changes in the repository and breaks your Makefile, and then you come here asking for help), but please do not add random Makefiles to the official repository.

There is already a guide for building with CMake in README.md, by the way.

3. MSYS support: I have asked a few times already if anybody wanted MSYS support, and for help configuring the build for MSYS if so, but never heard back from you. I am still happy to do this (that goes for OS X as well). It will require a bit of one-time effort to add the correct configuration options to CMakeLists.txt, but I am willing to do the brunt of the work. Ping me on Skype tonight (I work late but will be available starting at midnight EST) for instance and I can try adding the MSYS config settings in real time.

4. Precompiled libs in the repostory: I completely agree, but I can only compile libraries on the systems that I own (Windows 10 and Ubuntu). I am happy to add libraries for other systems, but I need those supplied to me by developers on those systems to do so.

5. Saffith: Saffith does great work on ZC and I have an incredible amount of respect for him. While I am happy to discuss any aspect of ZC development with him at any time, he indicated he wanted to sit out this particular change and the ensuring drama, and I respect his wishes.

DarkDragon
12-30-2016, 12:42 PM
I think I will try to commit some of my changes ahead of your script drawing revisions, so that if necessary, you can modify them to work with whatever you have going on with those.

If you do this I will help merge them in, but please use the pull request system, and please send only one set of closely-related commands at a time (number of changes per patch should be ~100 lines, not ~10,000 lines).

ZoriaRPG
01-02-2017, 01:35 AM
Let's separate out the issues here.

1. There is not, and never will be, support for both Allegro 4.2 and Allegro 4.4. If you want to help with the port to Allegro 4.4, look at branch DD/alleg44. If you want to help with getting the current branch to work with MSYS first, look at the master. We have enough work on our plates without needing to maintain support for multiple versions of the Allego library, for no good reason.

2. CMake vs many different Makefiles: Gleeok is not completely convinced, but, I have to say with all due respect, he's simply wrong ;). Trying to maintain multiple Makefiles in 2016 is about as crazy as "oh these version control thingies are ok, but let's keep emailing the source back and forth anyway" in 2006. Especially on a large collaborative project involving an unknown number of developers on the Internet rather than a fixed set of employees.

Let's say I shuffle some files around, for example, I add the alleg_compat.cpp fixes that you posted to get ZC to work with Allegro 4.4. In a world where everybody is maintaining their own Makefiles, I know (since I added them) how to correctly add alleg_compat to my own Makefile (an MSVC project, in my case). Everybody else who isn't using my particular Makefile (that includes everyone using MSYS or Linux or OS X) now has a broken build. They will need to figure out how to modify their own Makefiles to correctly add the new .cpp (and of course, there is a nontrivial chance they will add it incorrectly, or in a way that is inconsistent with how I added it in the MSVC project, leading to many pleasant bugs and build issues down the line.) If the Linux developer is inactive for a few month, his Makefile might be many source file updates out of date with the current Windows Makefile. If the Linux developer is a core member of the ZC dev team, maybe they don't mind putting in the work catching up. If it's a random Linux user on the Internet, chances are they will complain here about the broken Makefile instead, or give up trying to patch ZC due to the build system "being broken."

CMake solves these issues. If you make changes to how ZC should be built, you make them in one place and CMake automatically propagates the changes to each individual developer's toolchain and build environment. Gleeok and I get an updated MSVC project. You get an updated gcc Makefile. Etc. Of course, different environments need different build flags, etc, but the CMake file encapsulates these setting in one place, and abstracts out the parts of the build (the list of source files and how they are grouped into modules; the location of the headers; common #defines needed to get Allegro to work, etc) that are common across all platforms.

If you want some concrete evidence, look no further than Allegro itself:
Allegro 4.2: used a ton of different Makefiles and config scripts for different platforms
Allegro 4.4: a single CMake file
Allegro 5.0: a single CMake file

For more success stories see here (https://cmake.org/success/) and an amusing (but accurate) rant about autotools vs CMake here (http://stackoverflow.com/questions/4071880/what-are-the-differences-between-autotools-cmake-and-scons). This (http://www.arsentuf.me/2015/04/23/you-should-use-cmake/) blog post also makes the case for CMake. Yes, there are reasons to complain about CMake, and yes, there is some initial pain in setting up the CMake scrpts, but in the long term it solves a lot of problems once we start moving the source code around, switching library versions, etc. Developers who don't happen to use the most popular supported platform (MSVC for Gleeok and I) don't get left in the dust.

If you want to create a private Makefile and use it, I can't stop you (other than wag my finger when something changes in the repository and breaks your Makefile, and then you come here asking for help), but please do not add random Makefiles to the official repository.

There is already a guide for building with CMake in README.md, by the way.

3. MSYS support: I have asked a few times already if anybody wanted MSYS support, and for help configuring the build for MSYS if so, but never heard back from you. I am still happy to do this (that goes for OS X as well). It will require a bit of one-time effort to add the correct configuration options to CMakeLists.txt, but I am willing to do the brunt of the work. Ping me on Skype tonight (I work late but will be available starting at midnight EST) for instance and I can try adding the MSYS config settings in real time.

4. Precompiled libs in the repostory: I completely agree, but I can only compile libraries on the systems that I own (Windows 10 and Ubuntu). I am happy to add libraries for other systems, but I need those supplied to me by developers on those systems to do so.

5. Saffith: Saffith does great work on ZC and I have an incredible amount of respect for him. While I am happy to discuss any aspect of ZC development with him at any time, he indicated he wanted to sit out this particular change and the ensuring drama, and I respect his wishes.

I'm not sure what I said that would make you think that I wanted to simultaneously support ag2.4 and 4.4...? I wanted to throw ag4.4 out in a burning heap for the last 18+ months...

I'll get with you some point this week to do the CMake/MSYS stuff. What days, or nights are best, and what time zone?

DarkDragon
01-02-2017, 01:39 AM
Hmm wait: you want Allegro 4.4? Or Allegro 4.2? I'd been assuming you were all for 4.4 (since you need it for some of your drawing commands) but if you're aware of some issues with 4.4 please let me know right away...

ZoriaRPG
01-02-2017, 12:36 PM
Hmm wait: you want Allegro 4.4? Or Allegro 4.2? I'd been assuming you were all for 4.4 (since you need it for some of your drawing commands) but if you're aware of some issues with 4.4 please let me know right away...


Clarification: 4.4.x, is desired.

ZoriaRPG
01-08-2017, 05:49 AM
DarkDragon: When you have an hour or so to spare, I have VS2008 Pro on the new Win 7 system, and VS2015 'Free' on the Win10 system. I'd like to sit down with you and get both set up to build the CMake branch, but I have never used VS2015, and I'm not sure what I need to do to build project files for VS2008 with CMake. I think I will ultimately prefer to use VS2008 though. It runs 10 to 15 times faster than 2015 for me. (CMake, is likewise installed.)

The specs for the replacement laptop are nice though. When I was using MSYS on the old system under WIn 10, it could take anywhere from ten minutes to an hour to compile. Now it takes < 3 minutes. I think most of the problem was Win 10, not the old hardware, but I think that system is dying anyway, and the replacement is two generations newer, so this should go easier.

Anyway... I would like to start merging this stuff, and I need to get the environment set up...
Gleeok might also be able to do this with me, given that he also uses VS2008, but he doesn't use any IM clients, which in this day and age...is limiting.

Gleeok
01-08-2017, 07:11 AM
DarkDragon I think I will ultimately prefer to use VS2008 though. It runs 10 to 15 times faster than 2015 for me. (CMake, is likewise installed.)

The specs for the replacement laptop are nice though. When I was using MSYS on the old system under WIn 10, it could take anywhere from ten minutes to an hour to compile. Now it takes < 3 minutes. I think most of the problem was Win 10, not the old hardware, but I think that system is dying anyway, and the replacement is two generations newer, so this should go easier.


I just want take a minute to rapehammer Visual Studio (this applies to other modern crap as well). :)

If I want to look at an .h file and double-click it: With ANY VS version > 2010 it takes 2 minutes. With 2010 it takes 20 seconds. With VS 2003 or 2008 it takes < 1 second. (2005 has a few other issues) It's so nice that a text editor has become so omnipotent that it doesn't just open up text files, but also is such amaze with .NET technology that it loads up 100 layers of super important text editing helping dlls and JITs all of them while scanning the entire HD for magic pixie dust because it knows I love to smoke magic pixie dust. So now I've gotten up and made a sandwich and got some magic pixie dust, and I try to scroll down the text file to find out it froze. It must be doing something important because I see it's using up 100% CPU on a single core, so I wait for 20 seconds for it to finish scrolling. Next I create a project and it dumps 500 MB of corrupted SQL database crap into the directory before crashing. Now's where I go do something else. The End. Now someone give me one good reason why I should run out and download VS2017???

Windows 10 is the same; don't bother unless you are running an i7 with a fast SSE drive and have at least 16 GB of decent RAM.



Anyway, ZoriaRPG here are step by step build instructions for zc now:
1)Download CMAKE
2)Open the CMAKE gui
3)Set the directory of zc/trunk/
4)Click configure
5)Select "UNITY_BUILD" (recommended for fast compile times [4x faster]) and whatever else you want (VS 2008 == vc9 tools, 2015 == vc15 tools)
6)Click generate
7)Open the generated MSVC project files and click build.
8)If there are no errors then you're done!

DarkDragon
01-08-2017, 07:17 AM
If there *are* errors, let me know: i will help you fix them, and incorporate the fixes so that others benefit as well.

Btw, one step gleeok left out is that if you want to be able to compile changes to the parser (which I imagine you're interested in doing), you will need Winflex and winbison. Download then and add the directory containing their .exes to your PATH.

DarkDragon
01-08-2017, 05:44 PM
ZoriaRPG If you work on this, please try to compile branch DD/alleg44, as it contains the precompiled Allegro 4.4 libraries. Report any problems you encounter, and as soon as I hear that these are working for people, I will merge it into the master.

ZoriaRPG
01-08-2017, 06:32 PM
I just want take a minute to rapehammer Visual Studio (this applies to other modern crap as well). :)

If I want to look at an .h file and double-click it: With ANY VS version > 2010 it takes 2 minutes. With 2010 it takes 20 seconds. With VS 2003 or 2008 it takes < 1 second. (2005 has a few other issues) It's so nice that a text editor has become so omnipotent that it doesn't just open up text files, but also is such amaze with .NET technology that it loads up 100 layers of super important text editing helping dlls and JITs all of them while scanning the entire HD for magic pixie dust because it knows I love to smoke magic pixie dust. So now I've gotten up and made a sandwich and got some magic pixie dust, and I try to scroll down the text file to find out it froze. It must be doing something important because I see it's using up 100% CPU on a single core, so I wait for 20 seconds for it to finish scrolling. Next I create a project and it dumps 500 MB of corrupted SQL database crap into the directory before crashing. Now's where I go do something else. The End. Now someone give me one good reason why I should run out and download VS2017???

Windows 10 is the same; don't bother unless you are running an i7 with a fast SSE drive and have at least 16 GB of decent RAM.



Anyway, ZoriaRPG here are step by step build instructions for zc now:
1)Download CMAKE
2)Open the CMAKE gui
3)Set the directory of zc/trunk/
4)Click configure
5)Select "UNITY_BUILD" (recommended for fast compile times [4x faster]) and whatever else you want (VS 2008 == vc9 tools, 2015 == vc15 tools)
6)Click generate
7)Open the generated MSVC project files and click build.
8)If there are no errors then you're done!

Oh, that seems dead simple. No bets yet.

I'll run through it tomorrow, as it's getting late and I've been awake for 23.5 hours, working on this nonsense.

I'll report any issues, and any solutions should I discover them; then begins the long merge.

ZoriaRPG
01-09-2017, 02:18 PM
So, several issues... I followed those instructions, and I enabled UNITY build, and use PCH in CMAKE.

Trying to build ZQuest:

1>------ Skipped Build: Project: ALL_BUILD, Configuration: Debug Win32 ------
1>Project not selected to build for this solution configuration
========== Build: 0 succeeded, 0 failed, 5 up-to-date, 1 skipped ==========

Building the Zelda project: The first build did not generate any binaries, but also didn't generate any errors. Unfortunately, VS flushed the log when I tried to rebuild.

Rebuilding: http://timelord.insomnia247.nl/zc/zc_dev/cmake/BuildLog.htm

Microsoft Incremental Linker crashed
Problem signature:
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


ZQuest will not build at all.

-=SPOILER=-

This was using the Visual studio 9 2008 options in CMake. I will retry with the x64 option.

ZoriaRPG
01-09-2017, 02:21 PM
CMake configuration output, this time:



The C compiler identification is MSVC 15.0.21022.8
The CXX compiler identification is MSVC 15.0.21022.8
Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 9.0/VC/bin/x86_amd64/cl.exe
Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 9.0/VC/bin/x86_amd64/cl.exe -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 9.0/VC/bin/x86_amd64/cl.exe
Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 9.0/VC/bin/x86_amd64/cl.exe -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Detecting CXX compile features
Detecting CXX compile features - done
CMake Warning at CMakeLists.txt:88 (message):
Flex and Bison not found. ZQuest will be compiled without the ZScript
parser.


Configuring done


I'll reconfigure winflex and winbison in a while.

VS Output


1>------ Rebuild All started: Project: ZERO_CHECK, Configuration: Debug x64 ------
1>Deleting intermediate and output files for project 'ZERO_CHECK', configuration 'Debug|x64'
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>------ Rebuild All started: Project: zcsound, Configuration: Debug x64 ------
3>------ Rebuild All started: Project: romview, Configuration: Debug x64 ------
3>Deleting intermediate and output files for project 'romview', configuration 'Debug|x64'
2>Deleting intermediate and output files for project 'zcsound', configuration 'Debug|x64'
2>Building Custom Rule C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/CMakeLists.txt
3>Building Custom Rule C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/CMakeLists.txt
3>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.
2>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.
3>Compiling...
2>Compiling...
2>UB_SoundLibCore.cpp
3>UB_RomviewGUI.cpp
2>C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\include\gme\Spc_Emu.h(61) : warning C4267: 'return' : conversion from 'size_t' to 'long', possible loss of data
2>c:\users\dell\desktop\zc_2.54\zeldaclassic-dd-alleg44\include\gme\Dual_Resampler.h(44) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
3>c:\users\dell\desktop\zc_2.54\zeldaclassic-dd-alleg44\src\script_drawing.h(335) : warning C4267: 'initializing' : conversion from 'size_t' to 'const int', possible loss of data
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), 2 warning(s)
4>------ Rebuild All started: Project: zelda, Configuration: Debug x64 ------
5>------ Rebuild All started: Project: zquest, Configuration: Debug x64 ------
4>Deleting intermediate and output files for project 'zelda', configuration 'Debug|x64'
5>Deleting intermediate and output files for project 'zquest', configuration 'Debug|x64'
4>Building Custom Rule C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/CMakeLists.txt
5>Building Custom Rule C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/CMakeLists.txt
3>UB_RomviewCore.cpp
4>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.
5>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.
4>Compiling...
5>Compiling...
4>precompiledzc.cpp
5>precompiledzq.cpp
3>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/romview.cpp(602) : warning C4267: 'initializing' : conversion from 'size_t' to 'long', possible loss of data
3>Generating Code...
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>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_exists referenced in function "void __cdecl temp_name(char * const)" (?temp_name@@YAXQEAD@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_utoupper referenced in function "char * __cdecl zc_make_relative_filename(char *,char const *,char const *,int)" (?zc_make_relative_filename@@YAPEADPEADPEBD1H@Z)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_utoupper
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_usetat referenced in function "char * __cdecl zc_make_relative_filename(char *,char const *,char const *,int)" (?zc_make_relative_filename@@YAPEADPEADPEBD1H@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_utolower referenced in function "char * __cdecl zc_make_relative_filename(char *,char const *,char const *,int)" (?zc_make_relative_filename@@YAPEADPEADPEBD1H@Z)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_utolower
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_ugetat referenced in function "char * __cdecl zc_make_relative_filename(char *,char const *,char const *,int)" (?zc_make_relative_filename@@YAPEADPEADPEBD1H@Z)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_ugetat
3>UB_RomviewCore.obj : error LNK2001: unresolved external symbol __imp_ugetc
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_ugetc referenced in function "int __cdecl d_editbox_proc(int,struct DIALOG *,int)" (?d_editbox_proc@@YAHHPEAUDIALOG@@H@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_make_relative_filename referenced in function "char * __cdecl zc_make_relative_filename(char *,char const *,char const *,int)" (?zc_make_relative_filename@@YAPEADPEADPEBD1H@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_get_filename referenced in function "void __cdecl chop_path(char *)" (?chop_path@@YAXPEAD@Z)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_get_filename
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_al_trace referenced in function "void __cdecl Z_error(char const *,...)" (?Z_error@@YAXPEBDZZ)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_delete_file referenced in function "int __cdecl decode_file_007(char const *,char const *,char const *,int,bool,char const *)" (?decode_file_007@@YAHPEBD00H_N0@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_pack_getc referenced in function "int __cdecl decode_file_007(char const *,char const *,char const *,int,bool,char const *)" (?decode_file_007@@YAHPEBD00H_N0@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_pack_fclose referenced in function "int __cdecl decode_file_007(char const *,char const *,char const *,int,bool,char const *)" (?decode_file_007@@YAHPEBD00H_N0@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_destroy_bitmap referenced in function "int __cdecl onSnapshot2(void)" (?onSnapshot2@@YAHXZ)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_destroy_bitmap
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_save_bitmap referenced in function "int __cdecl onSnapshot2(void)" (?onSnapshot2@@YAHXZ)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_blit referenced in function "int __cdecl onSnapshot2(void)" (?onSnapshot2@@YAHXZ)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_blit
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_create_bitmap_ex referenced in function "int __cdecl onSnapshot2(void)" (?onSnapshot2@@YAHXZ)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_create_bitmap_ex
3>UB_RomviewCore.obj : error LNK2001: unresolved external symbol __imp_screen
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_screen
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_get_palette referenced in function "int __cdecl onSnapshot2(void)" (?onSnapshot2@@YAHXZ)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_get_palette
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_text_height referenced in function "void __cdecl box_start(int,char const *,struct FONT *,struct FONT *,bool)" (?box_start@@YAXHPEBDPEAUFONT@@1_N@Z)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_text_height
3>UB_RomviewCore.obj : error LNK2001: unresolved external symbol __imp_font
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_font
3>UB_RomviewCore.obj : error LNK2001: unresolved external symbol __imp_gfx_driver
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_gfx_driver
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_textout_ex referenced in function "void __cdecl box_out(char const *)" (?box_out@@YAXPEBD@Z)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_textout_ex
3>UB_RomviewCore.obj : error LNK2001: unresolved external symbol __imp_gui_fg_color
3>UB_RomviewCore.obj : error LNK2001: unresolved external symbol __imp_gui_bg_color
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_set_clip_rect referenced in function "void __cdecl box_out(char const *)" (?box_out@@YAXPEBD@Z)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_set_clip_rect
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_text_length referenced in function "void __cdecl box_out(char const *)" (?box_out@@YAXPEBD@Z)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_text_length
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_rectfill referenced in function "void __cdecl box_eol(void)" (?box_eol@@YAXXZ)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_rectfill
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_clear_keybuf referenced in function "void __cdecl box_end(bool)" (?box_end@@YAX_N@Z)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_clear_keybuf
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_keypressed referenced in function "void __cdecl box_end(bool)" (?box_end@@YAX_N@Z)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_keypressed
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_uvszprintf referenced in function "void __cdecl textprintf_shadow_ex(struct BITMAP *,struct FONT const *,int,int,int,int,char const *,...)" (?textprintf_shadow_ex@@YAXPEAUBITMAP@@PEBUFONT@@H HHHPEBDZZ)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_al_assert referenced in function "void __cdecl textprintf_shadow_ex(struct BITMAP *,struct FONT const *,int,int,int,int,char const *,...)" (?textprintf_shadow_ex@@YAXPEAUBITMAP@@PEBUFONT@@H HHHPEBDZZ)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_al_assert
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_d_text_proc referenced in function "void __cdecl copy_dialog(struct DIALOG * *,struct DIALOG *)" (?copy_dialog@@YAXPEAPEAUDIALOG@@PEAU1@@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_d_ctext_proc referenced in function "void __cdecl copy_dialog(struct DIALOG * *,struct DIALOG *)" (?copy_dialog@@YAXPEAPEAUDIALOG@@PEAU1@@Z)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_d_ctext_proc
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_d_check_proc referenced in function "void __cdecl copy_dialog(struct DIALOG * *,struct DIALOG *)" (?copy_dialog@@YAXPEAPEAUDIALOG@@PEAU1@@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_d_button_proc referenced in function "void __cdecl copy_dialog(struct DIALOG * *,struct DIALOG *)" (?copy_dialog@@YAXPEAPEAUDIALOG@@PEAU1@@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_d_edit_proc referenced in function "void __cdecl free_dialog(struct DIALOG * *)" (?free_dialog@@YAXPEAPEAUDIALOG@@@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_rect referenced in function "void __cdecl safe_rect(struct BITMAP *,int,int,int,int,int)" (?safe_rect@@YAXPEAUBITMAP@@HHHHH@Z)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_rect
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_putpixel referenced in function "void __cdecl puttile_SNES(struct BITMAP *,int,int,unsigned char *,int)" (?puttile_SNES@@YAXPEAUBITMAP@@HHPEAEH@Z)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_putpixel
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_textprintf_ex referenced in function "void __cdecl draw_pane(unsigned char *,unsigned char *,int,int)" (?draw_pane@@YAXPEAE0HH@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_clear_bitmap referenced in function "struct BITMAP * __cdecl create_save_bitmap(void)" (?create_save_bitmap@@YAPEAUBITMAP@@XZ)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_clear_bitmap
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_create_bitmap referenced in function "struct BITMAP * __cdecl create_save_bitmap(void)" (?create_save_bitmap@@YAPEAUBITMAP@@XZ)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_bestfit_color referenced in function "void __cdecl get_bw(struct RGB *)" (?get_bw@@YAXPEAURGB@@@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_popup_dialog referenced in function "void __cdecl do_help(void)" (?do_help@@YAXXZ)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_popup_dialog
3>UB_RomviewCore.obj : error LNK2001: unresolved external symbol __imp_black_palette
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_set_window_title referenced in function "void __cdecl load_rom(char *)" (?load_rom@@YAXPEAD@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_get_extension referenced in function "void __cdecl load_rom(char *)" (?load_rom@@YAXPEAD@Z)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_get_extension
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_load_bitmap referenced in function "void __cdecl load_pal(char *)" (?load_pal@@YAXPEAD@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_centre_dialog referenced in function "int __cdecl onROMTypes(void)" (?onROMTypes@@YAHXZ)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_al_findfirst referenced in function "void __cdecl do_save(bool)" (?do_save@@YAX_N@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_readkey referenced in function "int __cdecl onPreview(void)" (?onPreview@@YAHXZ)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_readkey
3>UB_RomviewCore.obj : error LNK2001: unresolved external symbol __imp_key
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_key
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_stretch_blit referenced in function "int __cdecl onPreview(void)" (?onPreview@@YAHXZ)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_stretch_blit
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_clear_to_color referenced in function "int __cdecl onPreview(void)" (?onPreview@@YAHXZ)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_clear_to_color
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_vsync referenced in function "int __cdecl onPreview(void)" (?onPreview@@YAHXZ)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_vsync
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_set_dialog_color referenced in function "void __cdecl setup_colors(void)" (?setup_colors@@YAXXZ)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_set_dialog_color
3>UB_RomviewCore.obj : error LNK2001: unresolved external symbol __imp_gui_mg_color
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_gui_mg_color
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_set_palette referenced in function "void __cdecl setup_colors(void)" (?setup_colors@@YAXXZ)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_set_palette
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_shutdown_dialog referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_shutdown_dialog
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_broadcast_dialog_message referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_broadcast_dialog_message
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_update_dialog referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_update_dialog
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_init_dialog referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_init_dialog
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_unload_datafile referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_load_datafile referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_packfile_password referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_allegro_exit referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_set_close_button_callback referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
3>UB_RomviewCore.obj : error LNK2001: unresolved external symbol __imp_gui_mouse_focus
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_gui_mouse_focus
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_set_config_file referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol loadpng_init referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol jpgalleg_init referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_register_bitmap_file_type referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol load_gif referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol save_gif referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
3>UB_RomviewCore.obj : error LNK2001: unresolved external symbol __imp_three_finger_flag
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_install_mouse referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_install_keyboard referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_install_timer referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp__install_allegro_version_check referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp__WinMain referenced in function WinMain
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_pack_fopen referenced in function "struct PACKFILE * __cdecl pack_fopen_password(char const *,char const *,char const *)" (?pack_fopen_password@@YAPEAUPACKFILE@@PEBD00@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_file_size_ex referenced in function "unsigned __int64 __cdecl file_size_ex_password(char const *,char const *)" (?file_size_ex_password@@YA_KPEBD0@Z)
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_d_keyboard_proc referenced in function "void __cdecl `dynamic initializer for 'help_dlg''(void)" (??__Ehelp_dlg@@YAXXZ)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_d_keyboard_proc
3>UB_RomviewCore.obj : error LNK2019: unresolved external symbol __imp_d_textbox_proc referenced in function "void __cdecl `dynamic initializer for 'help_dlg''(void)" (??__Ehelp_dlg@@YAXXZ)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_remove_int referenced in function "public: __cdecl GraphicsBackend::~GraphicsBackend(void)" (??1GraphicsBackend@@QEAA@XZ)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_get_config_int referenced in function "public: void __cdecl GraphicsBackend::readConfigurationOptions(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?readConfigurationOptions@GraphicsBackend@@QEAAXA EBV?$basic_string@DU?$char_traits@D@std@@V?$alloca tor@D@2@@std@@@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_set_config_int referenced in function "public: void __cdecl GraphicsBackend::writeConfigurationOptions(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?writeConfigurationOptions@GraphicsBackend@@QEAAX AEBV?$basic_string@DU?$char_traits@D@std@@V?$alloc ator@D@2@@std@@@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_install_int_ex referenced in function "public: bool __cdecl GraphicsBackend::initialize(void)" (?initialize@GraphicsBackend@@QEAA_NXZ)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_rest referenced in function "public: void __cdecl GraphicsBackend::waitTick(void)" (?waitTick@GraphicsBackend@@QEAAXXZ)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_set_display_switch_callback referenced in function "private: bool __cdecl GraphicsBackend::trySettingVideoMode(void)" (?trySettingVideoMode@GraphicsBackend@@AEAA_NXZ)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_set_display_switch_mode referenced in function "private: bool __cdecl GraphicsBackend::trySettingVideoMode(void)" (?trySettingVideoMode@GraphicsBackend@@AEAA_NXZ)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_set_gfx_mode referenced in function "private: bool __cdecl GraphicsBackend::trySettingVideoMode(void)" (?trySettingVideoMode@GraphicsBackend@@AEAA_NXZ)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_set_color_depth referenced in function "private: bool __cdecl GraphicsBackend::trySettingVideoMode(void)" (?trySettingVideoMode@GraphicsBackend@@AEAA_NXZ)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_gui_mouse_y
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_gui_mouse_x
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_mouse_y
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_mouse_x
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_mouse_z
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_mouse_b
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_position_mouse referenced in function "public: void __cdecl MouseBackend::setVirtualScreenPos(int,int)" (?setVirtualScreenPos@MouseBackend@@QEAAXHH@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_position_mouse_z referenced in function "public: void __cdecl MouseBackend::setWheelPosition(int)" (?setWheelPosition@MouseBackend@@QEAAXH@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_set_mouse_range referenced in function "public: void __cdecl MouseBackend::setVirtualScreenMouseBounds(int,int, int,int)" (?setVirtualScreenMouseBounds@MouseBackend@@QEAAXH HHH@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_masked_blit referenced in function "public: void __cdecl MouseBackend::renderCursor(struct BITMAP *)" (?renderCursor@MouseBackend@@QEAAXPEAUBITMAP@@@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_object_message referenced in function "int __cdecl d_editbox_proc(int,struct DIALOG *,int)" (?d_editbox_proc@@YAHHPEAUDIALOG@@H@Z)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_uisok
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_uconvert referenced in function "int __cdecl d_editbox_proc(int,struct DIALOG *,int)" (?d_editbox_proc@@YAHHPEAUDIALOG@@H@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_uoffset referenced in function "public: static int __cdecl Unicode::indexToOffset(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?indexToOffset@Unicode@@SAHAEAV?$basic_string@DU? $char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_usetc
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_uwidth
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_makecol referenced in function "protected: void __cdecl EditboxView::invertRectangle(int,int,int,int)" (?invertRectangle@EditboxView@@IEAAXHHHH@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_get_color referenced in function "protected: void __cdecl EditboxView::invertRectangle(int,int,int,int)" (?invertRectangle@EditboxView@@IEAAXHHHH@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_getpixel referenced in function "protected: void __cdecl EditboxView::invertRectangle(int,int,int,int)" (?invertRectangle@EditboxView@@IEAAXHHHH@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp__allegro_vline referenced in function vline
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_solid_mode referenced in function "protected: virtual void __cdecl EditboxVScrollView::drawExtraComponents(void)" (?drawExtraComponents@EditboxVScrollView@@MEAAXXZ)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_drawing_mode referenced in function "protected: virtual void __cdecl EditboxVScrollView::drawExtraComponents(void)" (?drawExtraComponents@EditboxVScrollView@@MEAAXXZ)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_bitmap_color_depth referenced in function "protected: virtual void __cdecl EditboxVScrollView::drawExtraComponents(void)" (?drawExtraComponents@EditboxVScrollView@@MEAAXXZ)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_do_dialog referenced in function "int __cdecl do_dialog_through_bitmap(struct BITMAP *,struct DIALOG *,int)" (?do_dialog_through_bitmap@@YAHPEAUBITMAP@@PEAUDIA LOG@@H@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_gui_set_screen referenced in function "int __cdecl zc_popup_dialog_dbuf(struct DIALOG *,int)" (?zc_popup_dialog_dbuf@@YAHPEAUDIALOG@@H@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_get_color_depth referenced in function "int __cdecl zc_popup_dialog_dbuf(struct DIALOG *,int)" (?zc_popup_dialog_dbuf@@YAHPEAUDIALOG@@H@Z)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_allegro_errno
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp__allegro_hline referenced in function jwin_draw_frame
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_palette_color
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_makecol15 referenced in function jwin_draw_titlebar
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_line referenced in function draw_x_button
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_release_bitmap referenced in function dotted_rect
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_acquire_bitmap referenced in function dotted_rect
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_gui_font_baseline
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_gui_textout_ex referenced in function jwin_draw_text_button
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_key_shifts
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_rest_callback referenced in function "void __cdecl _handle_jwin_listbox_click(struct DIALOG *)" (?_handle_jwin_listbox_click@@YAXPEAUDIALOG@@@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_uisspace referenced in function "void __cdecl _jwin_draw_textbox(char *,int *,int,int,int,int,int,int,int,int,int)" (?_jwin_draw_textbox@@YAXPEADPEAHHHHHHHHHH@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_draw_sprite referenced in function jwin_slider_proc
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_fixtoi referenced in function jwin_slider_proc
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_itofix referenced in function jwin_slider_proc
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_ugetxc
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_scancode_to_ascii referenced in function "int __cdecl menu_alt_key(int,struct MENU *)" (?menu_alt_key@@YAHHPEAUMENU@@@Z)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_active_menu
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_simulate_keypress referenced in function "int __cdecl _jwin_do_menu(struct MENU *,struct MENU_INFO *,int,int,int,int,int *,int,int)" (?_jwin_do_menu@@YAHPEAUMENU@@PEAUMENU_INFO@@HHHHP EAHHH@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_poll_joystick referenced in function "int __cdecl _jwin_do_menu(struct MENU *,struct MENU_INFO *,int,int,int,int,int *,int,int)" (?_jwin_do_menu@@YAHPEAUMENU@@PEAUMENU_INFO@@HHHHP EAHHH@Z)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_joy
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_gui_strlen referenced in function "void __cdecl get_menu_pos(struct MENU_INFO *,int,int *,int *,int *)" (?get_menu_pos@@YAXPEAUMENU_INFO@@HPEAH11@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_arc referenced in function jwin_radio_proc
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_circlefill referenced in function jwin_radio_proc
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_getb15 referenced in function short_bmp_avg
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_getg15 referenced in function short_bmp_avg
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_getr15 referenced in function short_bmp_avg
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_getb8 referenced in function dither_rect
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_getg8 referenced in function dither_rect
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_getr8 referenced in function dither_rect
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_fixdiv referenced in function d_jslider_proc
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_gui_get_screen referenced in function d_jslider_proc
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp__al_drive_exists referenced in function "int __cdecl fs_dlist_proc(int,struct DIALOG *,int)" (?fs_dlist_proc@@YAHHPEAUDIALOG@@H@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_ustrcmp referenced in function "int __cdecl fs_edit_proc(int,struct DIALOG *,int)" (?fs_edit_proc@@YAHHPEAUDIALOG@@H@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_ustrlen referenced in function "int __cdecl fs_edit_proc(int,struct DIALOG *,int)" (?fs_edit_proc@@YAHHPEAUDIALOG@@H@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_put_backslash referenced in function "int __cdecl fs_edit_proc(int,struct DIALOG *,int)" (?fs_edit_proc@@YAHHPEAUDIALOG@@H@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_file_exists referenced in function "int __cdecl fs_edit_proc(int,struct DIALOG *,int)" (?fs_edit_proc@@YAHHPEAUDIALOG@@H@Z)
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_ucwidth
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_ustrzcat referenced in function "int __cdecl fs_edit_proc(int,struct DIALOG *,int)" (?fs_edit_proc@@YAHHPEAUDIALOG@@H@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_ustrzcpy referenced in function "int __cdecl fs_edit_proc(int,struct DIALOG *,int)" (?fs_edit_proc@@YAHHPEAUDIALOG@@H@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_canonicalize_filename referenced in function "int __cdecl fs_edit_proc(int,struct DIALOG *,int)" (?fs_edit_proc@@YAHHPEAUDIALOG@@H@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_uwidth_max referenced in function "int __cdecl fs_edit_proc(int,struct DIALOG *,int)" (?fs_edit_proc@@YAHHPEAUDIALOG@@H@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_uinsert referenced in function "int __cdecl fs_flist_proc(int,struct DIALOG *,int)" (?fs_flist_proc@@YAHHPEAUDIALOG@@H@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_ustrncmp referenced in function "int __cdecl fs_flist_proc(int,struct DIALOG *,int)" (?fs_flist_proc@@YAHHPEAUDIALOG@@H@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_for_each_file_ex referenced in function "int __cdecl fs_flist_proc(int,struct DIALOG *,int)" (?fs_flist_proc@@YAHHPEAUDIALOG@@H@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_replace_filename referenced in function "int __cdecl fs_flist_proc(int,struct DIALOG *,int)" (?fs_flist_proc@@YAHHPEAUDIALOG@@H@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_ustrsizez referenced in function "int __cdecl fs_flist_putter(char const *,int,void *)" (?fs_flist_putter@@YAHPEBDHPEAX@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_ustricmp referenced in function "int __cdecl fs_flist_putter(char const *,int,void *)" (?fs_flist_putter@@YAHPEBDHPEAX@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_fix_filename_case referenced in function "int __cdecl fs_flist_putter(char const *,int,void *)" (?fs_flist_putter@@YAHPEBDHPEAX@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_ustrtol referenced in function "int __cdecl ustrfilecmp(char const *,char const *)" (?ustrfilecmp@@YAHPEBD0@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_ustrpbrk referenced in function jwin_file_select_ex
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp__al_free referenced in function jwin_file_select_ex
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_fix_filename_slashes referenced in function jwin_file_select_ex
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp__al_getdcwd referenced in function jwin_file_select_ex
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp__al_getdrive referenced in function jwin_file_select_ex
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_get_config_text referenced in function jwin_file_select_ex
3>UB_RomviewGUI.obj : error LNK2001: unresolved external symbol __imp_ugetx
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp__al_sane_realloc referenced in function "void __cdecl parse_extension_string(char const *)" (?parse_extension_string@@YAXPEBD@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_ustrtok_r referenced in function "void __cdecl parse_extension_string(char const *)" (?parse_extension_string@@YAXPEBD@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp__ustrdup referenced in function "void __cdecl parse_extension_string(char const *)" (?parse_extension_string@@YAXPEBD@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_textout_centre_ex referenced in function "void __cdecl draw_button(struct BITMAP *,int,int,int,int,char const *,int,int,int)" (?draw_button@@YAXPEAUBITMAP@@HHHHPEBDHHH@Z)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_d_list_proc referenced in function "void __cdecl `dynamic initializer for 'droplist_dlg''(void)" (??__Edroplist_dlg@@YAXXZ)
3>UB_RomviewGUI.obj : error LNK2019: unresolved external symbol __imp_d_yield_proc referenced in function "void __cdecl `dynamic initializer for 'file_selector''(void)" (??__Efile_selector@@YAXXZ)
3>C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\romview.exe : fatal error LNK1120: 181 unresolved externals
3>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\romview.dir\Debug\BuildLog.htm"
3>romview - 222 error(s), 2 warning(s)
4>Compiling...
5>Compiling...
4>UB_ZeldaSubscreen.cpp
5>UB_ZQuestZScript.cpp
4>c:\users\dell\desktop\zc_2.54\zeldaclassic-dd-alleg44\src\script_drawing.h(335) : warning C4267: 'initializing' : conversion from 'size_t' to 'const int', possible loss of data
5>UB_ZQuestMisc.cpp
5>c:\users\dell\desktop\zc_2.54\zeldaclassic-dd-alleg44\src\script_drawing.h(335) : warning C4267: 'initializing' : conversion from 'size_t' to 'const int', possible loss of data
4>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/midi.cpp(423) : warning C4267: '-=' : conversion from 'size_t' to 'int', possible loss of data
5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/questReport.cpp(30) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
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'
4>UB_ZeldaSprite.cpp
4>c:\users\dell\desktop\zc_2.54\zeldaclassic-dd-alleg44\src\script_drawing.h(335) : warning C4267: 'initializing' : conversion from 'size_t' to 'const int', possible loss of data
5>UB_ZQuestGUI.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)
5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/zq_strings.cpp(251) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/zq_strings.cpp(1395) : warning C4267: '+=' : conversion from 'size_t' to 'int', possible loss of data
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>c:\users\dell\desktop\zc_2.54\zeldaclassic-dd-alleg44\src\script_drawing.h(335) : warning C4267: 'initializing' : conversion from 'size_t' to 'const int', possible loss of data
5>UB_ZQuestCore.cpp
4>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/title.cpp(1810) : warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data
5>c:\users\dell\desktop\zc_2.54\zeldaclassic-dd-alleg44\src\script_drawing.h(335) : warning C4267: 'initializing' : conversion from 'size_t' to 'const int', possible loss of data
5>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/midi.cpp(423) : warning C4267: '-=' : conversion from 'size_t' to 'int', possible loss of data
4>UB_ZeldaCore.cpp
4>c:\users\dell\desktop\zc_2.54\zeldaclassic-dd-alleg44\src\script_drawing.h(335) : warning C4267: 'initializing' : conversion from 'size_t' to 'const int', possible loss of data
4>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/ffscript.cpp(6272) : warning C4267: 'argument' : conversion from 'size_t' to 'const long', possible loss of data
4>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/zelda.cpp(2619) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
4>C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/src/zelda.cpp(2902) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
5>Generating Code...
4>Generating Code...
5>Compiling resources...
4>Compiling resources...
4>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
4>Copyright (C) Microsoft Corporation. All rights reserved.
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...
4>Compiling manifest to resources...
5>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
5>Copyright (C) Microsoft Corporation. All rights reserved.
4>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
4>Copyright (C) Microsoft Corporation. All rights reserved.
4>Linking...
5>Linking...
5>LINK : C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\zquest.exe not found or not built by the last incremental link; performing full link
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>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_bestfit_color referenced in function "void __cdecl create_zc_trans_table(struct COLOR_MAP *,struct RGB const * const,int,int,int)" (?create_zc_trans_table@@YAXPEAUCOLOR_MAP@@QEBURGB @@HHH@Z)
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_al_trace referenced in function "void __cdecl set_register(long,long)" (?set_register@@YAXJJ@Z)
5>UB_ZQuestCore.obj : error LNK2001: unresolved external symbol __imp_rgb_map
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_al_trace
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_al_trace
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_rgb_map
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_rgb_map
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2001: unresolved external symbol __imp_al_trace
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_object_message referenced in function "int __cdecl d_editbox_proc(int,struct DIALOG *,int)" (?d_editbox_proc@@YAHHPEAUDIALOG@@H@Z)
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_position_mouse referenced in function "void __cdecl set_register(long,long)" (?set_register@@YAXJJ@Z)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_object_message
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_position_mouse
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_object_message
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_itofix referenced in function "public: __cdecl fix::fix(int)" (??0fix@@QEAA@H@Z)
5>UB_ZQuestCore.obj : error LNK2001: unresolved external symbol __imp_uisok
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_itofix
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_uconvert referenced in function "int __cdecl d_editbox_proc(int,struct DIALOG *,int)" (?d_editbox_proc@@YAHHPEAUDIALOG@@H@Z)
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_itofix
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_uconvert
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_itofix
5>UB_ZQuestCore.obj : error LNK2001: unresolved external symbol __imp_key
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_ftofix referenced in function "public: __cdecl fix::fix(double)" (??0fix@@QEAA@N@Z)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_key
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_ftofix
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_fixtoi referenced in function "public: __cdecl fix::operator int(void)const " (??Bfix@@QEBAHXZ)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_key referenced in function "void __cdecl `dynamic initializer for 'integrity_report_dlg''(void)" (??__Eintegrity_report_dlg@@YAXXZ)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_fixtoi
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_uoffset referenced in function "public: static int __cdecl Unicode::indexToOffset(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?indexToOffset@Unicode@@SAHAEAV?$basic_string@DU? $char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_fixtoi
5>UB_ZQuestCore.obj : error LNK2001: unresolved external symbol __imp_usetc
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_fixtoi
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_usetc
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_fixtof referenced in function "public: __cdecl fix::operator float(void)const " (??Bfix@@QEBAMXZ)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_usetc referenced in function "void __cdecl itemLocationReport(void)" (?itemLocationReport@@YAXXZ)
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_fixtof
5>UB_ZQuestCore.obj : error LNK2001: unresolved external symbol __imp_ugetc
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_fixmul referenced in function "class fix __cdecl operator*(class fix,class fix)" (??D@YA?AVfix@@V0@0@Z)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_ugetc
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_fixdiv referenced in function "class fix __cdecl operator/(class fix,class fix)" (??K@YA?AVfix@@V0@0@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_ugetc referenced in function "void __cdecl ComboTypeLocationReport(void)" (?ComboTypeLocationReport@@YAXXZ)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_text_length referenced in function "public: static int __cdecl Unicode::getCharWidth(int,struct FONT *)" (?getCharWidth@Unicode@@SAHHPEAUFONT@@@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_fixdiv
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_text_length
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_fixdiv
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_text_length
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_set_clip_state referenced in function "void __cdecl donewmsg(int)" (?donewmsg@@YAXH@Z)
5>UB_ZQuestCore.obj : error LNK2001: unresolved external symbol __imp_uwidth
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_set_clip_state
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_uwidth
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_set_clip_state
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_textout_ex referenced in function "public: static void __cdecl Unicode::textout_ex_nonstupid(struct BITMAP *,struct FONT *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int,int,int,int)" (?textout_ex_nonstupid@Unicode@@SAXPEAUBITMAP@@PEA UFONT@@AEAV?$basic_string@DU?$char_traits@D@std@@V ?$allocator@D@2@@std@@HHHH@Z)
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_clear_bitmap referenced in function "void __cdecl donewmsg(int)" (?donewmsg@@YAXH@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_clear_bitmap
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_textout_ex
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_clear_bitmap
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_textout_ex
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_clear_bitmap
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_destroy_bitmap referenced in function "public: void __cdecl EditboxModel::markAsDirty(class std::list<struct LineData,class std::allocator<struct LineData> >::_Iterator<1>)" (?markAsDirty@EditboxModel@@QEAAXV?$_Iterator@$00@ ?$list@ULineData@@V?$allocator@ULineData@@@std@@@s td@@@Z)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_destroy_bitmap
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_get_filename referenced in function "int __cdecl load_quest(struct gamedata *,bool)" (?load_quest@@YAHPEAUgamedata@@_N@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_destroy_bitmap
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_get_filename
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_create_bitmap_ex referenced in function "public: void __cdecl EditboxView::initialize(class EditboxModel *)" (?initialize@EditboxView@@QEAAXPEAVEditboxModel@@@ Z)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_get_filename
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_is_relative_filename referenced in function "int __cdecl load_quest(struct gamedata *,bool)" (?load_quest@@YAHPEAUgamedata@@_N@Z)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_create_bitmap_ex
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_is_relative_filename
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_exists referenced in function "int __cdecl load_quest(struct gamedata *,bool)" (?load_quest@@YAHPEAUgamedata@@_N@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_exists
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_create_bitmap_ex
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_exists
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_text_height referenced in function "public: void __cdecl EditboxView::pageDown(void)" (?pageDown@EditboxView@@QEAAXXZ)
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_pack_fclose referenced in function "int __cdecl init_game(void)" (?init_game@@YAHXZ)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_text_height
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_pack_fclose
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_pack_fclose
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_text_height
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2001: unresolved external symbol __imp_pack_fclose
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_replace_extension referenced in function "int __cdecl init_game(void)" (?init_game@@YAHXZ)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_putpixel referenced in function "protected: void __cdecl EditboxView::invertRectangle(int,int,int,int)" (?invertRectangle@EditboxView@@IEAAXHHHH@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_replace_extension
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_putpixel
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_pack_fseek referenced in function "bool __cdecl pfread(void *,long,struct PACKFILE *,bool)" (?pfread@@YA_NPEAXJPEAUPACKFILE@@_N@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_pack_fseek
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_putpixel
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_pack_fread referenced in function "bool __cdecl pfread(void *,long,struct PACKFILE *,bool)" (?pfread@@YA_NPEAXJPEAUPACKFILE@@_N@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_pack_fread
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_makecol referenced in function "protected: void __cdecl EditboxView::invertRectangle(int,int,int,int)" (?invertRectangle@EditboxView@@IEAAXHHHH@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2001: unresolved external symbol __imp_pack_fread
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_makecol
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_pack_ferror referenced in function "void * __cdecl read_block(struct PACKFILE *,int,int,bool)" (?read_block@@YAPEAXPEAUPACKFILE@@HH_N@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_pack_ferror
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_makecol
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_pack_getc referenced in function "bool __cdecl p_getc(void *,struct PACKFILE *,bool)" (?p_getc@@YA_NPEAXPEAUPACKFILE@@_N@Z)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_get_color referenced in function "protected: void __cdecl EditboxView::invertRectangle(int,int,int,int)" (?invertRectangle@EditboxView@@IEAAXHHHH@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_pack_getc
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_getpixel referenced in function "protected: void __cdecl EditboxView::invertRectangle(int,int,int,int)" (?invertRectangle@EditboxView@@IEAAXHHHH@Z)
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_pack_feof referenced in function "bool __cdecl find_section(struct PACKFILE *,long)" (?find_section@@YA_NPEAUPACKFILE@@J@Z)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_getpixel
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_pack_feof
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_getpixel
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_pack_igetw referenced in function "bool __cdecl p_igetw(void *,struct PACKFILE *,bool)" (?p_igetw@@YA_NPEAXPEAUPACKFILE@@_N@Z)
5>UB_ZQuestCore.obj : error LNK2001: unresolved external symbol __imp_gfx_driver
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_pack_igetw
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_gfx_driver referenced in function "int __cdecl writemisc(struct PACKFILE *,struct zquestheader *,struct miscQdata *)" (?writemisc@@YAHPEAUPACKFILE@@PEAUzquestheader@@PE AUmiscQdata@@@Z)
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_textprintf_ex referenced in function "void __cdecl putintro(void)" (?putintro@@YAXXZ)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_gfx_driver
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_textprintf_ex
5>UB_ZQuestCore.obj : error LNK2001: unresolved external symbol __imp_screen
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_textprintf_ex
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_screen referenced in function "int __cdecl writemisc(struct PACKFILE *,struct zquestheader *,struct miscQdata *)" (?writemisc@@YAHPEAUPACKFILE@@PEAUzquestheader@@PE AUmiscQdata@@@Z)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_textprintf_ex
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_screen
4>UB_ZeldaCore.obj : error LNK2001: unresolved external symbol __imp_font
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_vsync referenced in function "public: virtual void __cdecl BasicEditboxView::draw(void)" (?draw@BasicEditboxView@@UEAAXXZ)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_font
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_vsync
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_font
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_vsync
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_font
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_blit referenced in function "public: virtual void __cdecl BasicEditboxView::draw(void)" (?draw@BasicEditboxView@@UEAAXXZ)
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_blit referenced in function "void __cdecl game_loop(void)" (?game_loop@@YAXXZ)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_blit
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_blit
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_blit
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_blit
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_set_clip_rect referenced in function "public: virtual void __cdecl BasicEditboxView::draw(void)" (?draw@BasicEditboxView@@UEAAXXZ)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_blit
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_set_clip_rect
4>UB_ZeldaCore.obj : error LNK2001: unresolved external symbol __imp_gui_mouse_focus
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_set_clip_rect
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_gui_mouse_focus
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_rectfill referenced in function "public: virtual void __cdecl BasicEditboxView::draw(void)" (?draw@BasicEditboxView@@UEAAXXZ)
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_set_keyboard_rate referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_rectfill
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_win_get_window referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_rectfill
4>UB_ZeldaCore.obj : error LNK2001: unresolved external symbol __imp_rgb_map
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_solid_mode referenced in function "protected: virtual void __cdecl EditboxVScrollView::drawExtraComponents(void)" (?drawExtraComponents@EditboxVScrollView@@MEAAXXZ)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_solid_mode
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_rgb_map
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_drawing_mode referenced in function "protected: virtual void __cdecl EditboxVScrollView::drawExtraComponents(void)" (?drawExtraComponents@EditboxVScrollView@@MEAAXXZ)
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_set_volume referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_set_volume
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_drawing_mode
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_allegro_exit referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_bitmap_color_depth referenced in function "protected: virtual void __cdecl EditboxVScrollView::drawExtraComponents(void)" (?drawExtraComponents@EditboxVScrollView@@MEAAXXZ)
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_set_window_title referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_bitmap_color_depth
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_set_close_button_callback referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_bitmap_color_depth
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_clear_to_color referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp__allegro_vline referenced in function vline
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_clear_to_color
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp__allegro_vline
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_clear_to_color
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp__allegro_vline
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_clear_to_color
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_delete_file referenced in function "int __cdecl save_midi(char *,struct MIDI *)" (?save_midi@@YAHPEADPEAUMIDI@@@Z)
4>UB_ZeldaCore.obj : error LNK2001: unresolved external symbol __imp_screen
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_delete_file
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_screen
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_pack_fclose referenced in function "int __cdecl save_midi(char *,struct MIDI *)" (?save_midi@@YAHPEADPEAUMIDI@@@Z)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_screen
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_pack_fclose
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_set_palette referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_set_palette
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_pack_fclose
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2001: unresolved external symbol __imp_pack_fclose
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_set_palette
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_install_sound referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_pack_mputw referenced in function "int __cdecl save_midi(char *,struct MIDI *)" (?save_midi@@YAHPEADPEAUMIDI@@@Z)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_pack_mputw
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_set_uformat referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_set_uformat
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_pack_mputl referenced in function "int __cdecl save_midi(char *,struct MIDI *)" (?save_midi@@YAHPEADPEAUMIDI@@@Z)
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_load_datafile referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_pack_mputl
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_set_color_conversion referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_packfile_password referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_pack_fwrite referenced in function "int __cdecl save_midi(char *,struct MIDI *)" (?save_midi@@YAHPEADPEAUMIDI@@@Z)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_packfile_password
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_pack_fwrite
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_get_config_string referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_fixtoi referenced in function "public: __cdecl fix::operator int(void)const " (??Bfix@@QEBAHXZ)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_get_config_string
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_fixtoi
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_create_bitmap_ex referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_create_bitmap_ex
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_itofix referenced in function "public: class fix & __cdecl fix::operator=(int)" (??4fix@@QEAAAEAV0@H@Z)
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_create_bitmap_ex
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_itofix
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_create_bitmap_ex
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_itofix
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_append_filename referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_ftofix referenced in function "class fix __cdecl operator*(class fix,double)" (??D@YA?AVfix@@V0@N@Z)
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_install_joystick referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_ftofix
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_install_mouse referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_fixtof referenced in function "class fix __cdecl operator*(class fix,double)" (??D@YA?AVfix@@V0@N@Z)
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_install_keyboard referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_fixtof
4>UB_ZeldaCore.obj : error LNK2001: unresolved external symbol __imp_allegro_error
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_pack_feof referenced in function "bool __cdecl find_section(struct PACKFILE *,long)" (?find_section@@YA_NPEAUPACKFILE@@J@Z)
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_install_timer referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_pack_feof
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_set_config_file referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_pack_feof
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol loadpng_init referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_al_trace referenced in function "bool __cdecl find_section(struct PACKFILE *,long)" (?find_section@@YA_NPEAUPACKFILE@@J@Z)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_al_trace
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol jpgalleg_init referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_al_trace
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_register_bitmap_file_type referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2001: unresolved external symbol __imp_al_trace
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol load_gif referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_pack_fseek referenced in function "bool __cdecl pfread(void *,long,struct PACKFILE *,bool)" (?pfread@@YA_NPEAXJPEAUPACKFILE@@_N@Z)
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol save_gif referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_pack_fseek
4>UB_ZeldaCore.obj : error LNK2001: unresolved external symbol __imp_three_finger_flag
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_pack_fseek
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp__install_allegro_version_check referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_pack_fread referenced in function "bool __cdecl pfread(void *,long,struct PACKFILE *,bool)" (?pfread@@YA_NPEAXJPEAUPACKFILE@@_N@Z)
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_register_trace_handler referenced in function "int __cdecl _mangled_main(int,char * * const)" (?_mangled_main@@YAHHQEAPEAD@Z)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_pack_fread
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp__WinMain referenced in function WinMain
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2001: unresolved external symbol __imp_pack_fread
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_destroy_bitmap referenced in function "void __cdecl quit_game(void)" (?quit_game@@YAXXZ)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_pack_ferror referenced in function "void * __cdecl read_block(struct PACKFILE *,int,int,bool)" (?read_block@@YAPEAXPEAUPACKFILE@@HH_N@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_destroy_bitmap
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_pack_ferror
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_destroy_bitmap
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_pack_ferror
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_destroy_bitmap
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_pack_getc referenced in function "bool __cdecl p_getc(void *,struct PACKFILE *,bool)" (?p_getc@@YA_NPEAXPEAUPACKFILE@@_N@Z)
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_unload_datafile referenced in function "void __cdecl quit_game(void)" (?quit_game@@YAXXZ)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_pack_getc
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_set_gfx_mode referenced in function "void __cdecl quit_game(void)" (?quit_game@@YAXXZ)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_set_gfx_mode
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_pack_getc
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_allegro_message referenced in function "void __cdecl __zc_always_assert(bool,char const *,char const *,int)" (?__zc_always_assert@@YAX_NPEBD1H@Z)
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_pack_igetl referenced in function "bool __cdecl p_igetl(void *,struct PACKFILE *,bool)" (?p_igetl@@YA_NPEAXPEAUPACKFILE@@_N@Z)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_pack_igetw referenced in function "bool __cdecl p_igetw(void *,struct PACKFILE *,bool)" (?p_igetw@@YA_NPEAXPEAUPACKFILE@@_N@Z)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_pack_igetw
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_pack_igetl
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_pack_igetw
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_pack_mgetl referenced in function "bool __cdecl p_mgetl(void *,struct PACKFILE *,bool)" (?p_mgetl@@YA_NPEAXPEAUPACKFILE@@_N@Z)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_pack_igetl referenced in function "bool __cdecl p_igetl(void *,struct PACKFILE *,bool)" (?p_igetl@@YA_NPEAXPEAUPACKFILE@@_N@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_pack_mgetl
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_pack_igetl
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_delete_file referenced in function "bool __cdecl valid_zqt(char const *)" (?valid_zqt@@YA_NPEBD@Z)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_pack_mgetl referenced in function "bool __cdecl p_mgetl(void *,struct PACKFILE *,bool)" (?p_mgetl@@YA_NPEAXPEAUPACKFILE@@_N@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_delete_file
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_pack_mgetl
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_delete_file
5>UB_ZQuestCore.obj : error LNK2001: unresolved external symbol __imp_font
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_destroy_midi referenced in function "struct MIDI * __cdecl read_midi(struct PACKFILE *,bool)" (?read_midi@@YAPEAUMIDI@@PEAUPACKFILE@@_N@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_font referenced in function "void __cdecl edit_weapondata(int)" (?edit_weapondata@@YAXH@Z)
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp__al_sane_realloc referenced in function "int __cdecl readstrings(struct PACKFILE *,struct zquestheader *,bool)" (?readstrings@@YAHPEAUPACKFILE@@PEAUzquestheader@@ _N@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_font
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp__al_sane_realloc
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_destroy_midi referenced in function "struct MIDI * __cdecl read_midi(struct PACKFILE *,bool)" (?read_midi@@YAPEAUMIDI@@PEAUPACKFILE@@_N@Z)
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp__al_malloc referenced in function "struct MIDI * __cdecl read_midi(struct PACKFILE *,bool)" (?read_midi@@YAPEAUMIDI@@PEAUPACKFILE@@_N@Z)
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_pack_mgetw referenced in function "bool __cdecl p_mgetw(void *,struct PACKFILE *,bool)" (?p_mgetw@@YA_NPEAXPEAUPACKFILE@@_N@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_destroy_midi
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp__al_sane_realloc referenced in function "int __cdecl readstrings(struct PACKFILE *,struct zquestheader *,bool)" (?readstrings@@YAHPEAUPACKFILE@@PEAUzquestheader@@ _N@Z)
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp__al_free referenced in function "void * __cdecl read_block(struct PACKFILE *,int,int,bool)" (?read_block@@YAPEAXPEAUPACKFILE@@HH_N@Z)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp__al_sane_realloc
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp__al_free
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp__al_sane_realloc
4>UB_ZeldaCore.obj : error LNK2001: unresolved external symbol __imp_key
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp__al_malloc referenced in function "struct MIDI * __cdecl read_midi(struct PACKFILE *,bool)" (?read_midi@@YAPEAUMIDI@@PEAUPACKFILE@@_N@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_key
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_key
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_pack_mgetw referenced in function "bool __cdecl p_mgetw(void *,struct PACKFILE *,bool)" (?p_mgetw@@YA_NPEAXPEAUPACKFILE@@_N@Z)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_key
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_pack_mgetw
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp__al_free referenced in function "void * __cdecl read_block(struct PACKFILE *,int,int,bool)" (?read_block@@YAPEAXPEAUPACKFILE@@HH_N@Z)
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_line referenced in function "int __cdecl d_line_proc(int,struct DIALOG *,int)" (?d_line_proc@@YAHHPEAUDIALOG@@H@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp__al_free
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_line
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_exists referenced in function "int __cdecl loadquest(char const *,struct zquestheader *,struct miscQdata *,class zctune *,bool,bool,bool,bool,unsigned char *)" (?loadquest@@YAHPEBDPEAUzquestheader@@PEAUmiscQdat a@@PEAVzctune@@_N444PEAE@Z)
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_line
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_exists
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_line
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_exists
4>UB_ZeldaCore.obj : error LNK2001: unresolved external symbol __imp_palette_color
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_pack_putc referenced in function "void __cdecl dump_buffer(struct BUFFER *,struct PACKFILE *)" (?dump_buffer@@YAXPEAUBUFFER@@PEAUPACKFILE@@@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_palette_color
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_pack_putc
4>UB_ZeldaCore.obj : error LNK2001: unresolved external symbol __imp_gui_mg_color
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_pack_iputw referenced in function save_gif
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_gui_mg_color
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_pack_iputw
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_gui_mg_color
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_rect referenced in function "public: virtual void __cdecl sprite::draw(struct BITMAP *)" (?draw@sprite@@UEAAXPEAUBITMAP@@@Z)
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_d_keyboard_proc referenced in function "void __cdecl PopulateInitDialog(void)" (?PopulateInitDialog@@YAXXZ)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_rect
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_d_keyboard_proc
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_rect
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_d_keyboard_proc
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_masked_blit referenced in function "public: virtual void __cdecl sprite::draw(struct BITMAP *)" (?draw@sprite@@UEAAXPEAUBITMAP@@@Z)
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_release_screen referenced in function "int __cdecl jwin_initlist_proc(int,struct DIALOG *,int)" (?jwin_initlist_proc@@YAHHPEAUDIALOG@@H@Z)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_masked_blit
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_acquire_screen referenced in function "int __cdecl jwin_initlist_proc(int,struct DIALOG *,int)" (?jwin_initlist_proc@@YAHHPEAUDIALOG@@H@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_masked_blit
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_rest referenced in function "public: void __cdecl Win32Data::Update(void)" (?Update@Win32Data@@QEAAXXZ)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_textout_centre_ex referenced in function "void __cdecl textout_styled_aligned_ex(struct BITMAP *,struct FONT const *,char const *,int,int,int,int,int,int,int)" (?textout_styled_aligned_ex@@YAXPEAUBITMAP@@PEBUFO NT@@PEBDHHHHHHH@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_rest
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_textout_centre_ex
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_pack_fopen referenced in function "struct PACKFILE * __cdecl pack_fopen_password(char const *,char const *,char const *)" (?pack_fopen_password@@YAPEAUPACKFILE@@PEBD00@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_textout_centre_ex
4>UB_ZeldaCore.obj : error LNK2019: unresolved external symbol __imp_file_size_ex referenced in function "unsigned __int64 __cdecl file_size_ex_password(char const *,char const *)" (?file_size_ex_password@@YA_KPEBD0@Z)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_textout_right_ex referenced in function "void __cdecl textout_styled_aligned_ex(struct BITMAP *,struct FONT const *,char const *,int,int,int,int,int,int,int)" (?textout_styled_aligned_ex@@YAXPEAUBITMAP@@PEBUFO NT@@PEBDHHHHHHH@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_utoupper referenced in function "char * __cdecl zc_make_relative_filename(char *,char const *,char const *,int)" (?zc_make_relative_filename@@YAPEADPEADPEBD1H@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_usetat referenced in function "char * __cdecl zc_make_relative_filename(char *,char const *,char const *,int)" (?zc_make_relative_filename@@YAPEADPEADPEBD1H@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_textout_right_ex
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_utolower referenced in function "char * __cdecl zc_make_relative_filename(char *,char const *,char const *,int)" (?zc_make_relative_filename@@YAPEADPEADPEBD1H@Z)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_uvszprintf referenced in function "void __cdecl textprintf_styled_aligned_ex(struct BITMAP *,struct FONT const *,int,int,int,int,int,int,int,char const *,...)" (?textprintf_styled_aligned_ex@@YAXPEAUBITMAP@@PEB UFONT@@HHHHHHHPEBDZZ)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_ugetat referenced in function "char * __cdecl zc_make_relative_filename(char *,char const *,char const *,int)" (?zc_make_relative_filename@@YAPEADPEADPEBD1H@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_ugetc
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_uvszprintf
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_uvszprintf
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_ugetc referenced in function "void __cdecl load_game_configs(void)" (?load_game_configs@@YAXXZ)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_al_assert referenced in function "void __cdecl textprintf_styled_aligned_ex(struct BITMAP *,struct FONT const *,int,int,int,int,int,int,int,char const *,...)" (?textprintf_styled_aligned_ex@@YAXPEAUBITMAP@@PEB UFONT@@HHHHHHHPEBDZZ)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_make_relative_filename referenced in function "char * __cdecl zc_make_relative_filename(char *,char const *,char const *,int)" (?zc_make_relative_filename@@YAPEADPEADPEBD1H@Z)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_al_assert
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_save_bitmap referenced in function "int __cdecl onSnapshot2(void)" (?onSnapshot2@@YAHXZ)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_al_assert
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_save_bitmap
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_uisspace referenced in function "void __cdecl draw_textbox(struct BITMAP *,int,int,int,int,struct FONT *,char *,bool,int,int,int,int,int,int)" (?draw_textbox@@YAXPEAUBITMAP@@HHHHPEAUFONT@@PEAD_ NHHHHHH@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_get_palette referenced in function "int __cdecl onSnapshot2(void)" (?onSnapshot2@@YAHXZ)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_uisspace
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_get_palette
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_clear_to_color referenced in function "void __cdecl show_custom_subscreen(struct BITMAP *,struct miscQdata *,struct subscreen_group *,int,int,bool,int)" (?show_custom_subscreen@@YAXPEAUBITMAP@@PEAUmiscQd ata@@PEAUsubscreen_group@@HH_NH@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_text_height referenced in function "void __cdecl box_start(int,char const *,struct FONT *,struct FONT *,bool)" (?box_start@@YAXHPEBDPEAUFONT@@1_N@Z)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_clear_to_color
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_text_height
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_clear_to_color
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_text_height
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_line referenced in function "void __cdecl show_custom_subscreen(struct BITMAP *,struct miscQdata *,struct subscreen_group *,int,int,bool,int)" (?show_custom_subscreen@@YAXPEAUBITMAP@@PEAUmiscQd ata@@PEAUsubscreen_group@@HH_NH@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_gfx_driver
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_line
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_gfx_driver referenced in function "int __cdecl d_savemidi_proc(int,struct DIALOG *,int)" (?d_savemidi_proc@@YAHHPEAUDIALOG@@H@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_textout_ex referenced in function "void __cdecl box_out(char const *)" (?box_out@@YAXPEBD@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_line
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_textout_ex
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_set_trans_blender referenced in function "void __cdecl show_custom_subscreen(struct BITMAP *,struct miscQdata *,struct subscreen_group *,int,int,bool,int)" (?show_custom_subscreen@@YAXPEAUBITMAP@@PEAUmiscQd ata@@PEAUsubscreen_group@@HH_NH@Z)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_textout_ex
5>UB_ZQuestCore.obj : error LNK2001: unresolved external symbol __imp_color_map
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_gui_fg_color
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_create_sub_bitmap referenced in function "void __cdecl put_passive_subscr(struct BITMAP *,struct miscQdata *,int,int,bool,int)" (?put_passive_subscr@@YAXPEAUBITMAP@@PEAUmiscQdata @@HH_NH@Z)
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_gui_fg_color referenced in function "int __cdecl d_savemidi_proc(int,struct DIALOG *,int)" (?d_savemidi_proc@@YAHHPEAUDIALOG@@H@Z)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_textprintf_ex referenced in function "void __cdecl puttriframe(struct BITMAP *,struct miscQdata *,int,int,int,int,int,int,int,int,bool,bool,bool)" (?puttriframe@@YAXPEAUBITMAP@@PEAUmiscQdata@@HHHHH HHH_N22@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_gui_bg_color
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_textprintf_ex
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_gui_bg_color referenced in function "int __cdecl d_savemidi_proc(int,struct DIALOG *,int)" (?d_savemidi_proc@@YAHHPEAUDIALOG@@H@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_textprintf_ex
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_set_clip_rect referenced in function "void __cdecl box_out(char const *)" (?box_out@@YAXPEBD@Z)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp__allegro_hline referenced in function "void __cdecl puttriframe(struct BITMAP *,struct miscQdata *,int,int,int,int,int,int,int,int,bool,bool,bool)" (?puttriframe@@YAXPEAUBITMAP@@PEAUmiscQdata@@HHHHH HHH_N22@Z)
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_set_clip_rect
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp__allegro_hline
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_set_clip_rect
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp__allegro_hline
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_text_length referenced in function "void __cdecl box_out(char const *)" (?box_out@@YAXPEBD@Z)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_draw_sprite referenced in function "void __cdecl putBmap(struct BITMAP *,struct miscQdata *,int,int,bool,bool,bool,int,int,bool)" (?putBmap@@YAXPEAUBITMAP@@PEAUmiscQdata@@HH_N22HH2 @Z)
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_text_length
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_draw_sprite
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_text_length
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_rectfill referenced in function "void __cdecl box_eol(void)" (?box_eol@@YAXXZ)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_draw_sprite_v_flip referenced in function "void __cdecl putBmap(struct BITMAP *,struct miscQdata *,int,int,bool,bool,bool,int,int,bool)" (?putBmap@@YAXPEAUBITMAP@@PEAUmiscQdata@@HH_N22HH2 @Z)
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_rectfill
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_clear_bitmap referenced in function "void __cdecl putBmap(struct BITMAP *,struct miscQdata *,int,int,bool,bool,bool,int,int,bool)" (?putBmap@@YAXPEAUBITMAP@@PEAUmiscQdata@@HH_N22HH2 @Z)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_rectfill
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_clear_bitmap
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_clear_keybuf referenced in function "void __cdecl box_end(bool)" (?box_end@@YAX_N@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_clear_bitmap
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_clear_keybuf
5>UB_ZQuestCore.obj : error LNK2001: unresolved external symbol __imp_palette_color
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_clear_keybuf
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_palette_color
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_keypressed referenced in function "void __cdecl box_end(bool)" (?box_end@@YAX_N@Z)
5>UB_ZQuestCore.obj : error LNK2001: unresolved external symbol __imp_gui_mg_color
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_keypressed
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_gui_mg_color
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_uvszprintf referenced in function "void __cdecl textprintf_shadow_ex(struct BITMAP *,struct FONT const *,int,int,int,int,char const *,...)" (?textprintf_shadow_ex@@YAXPEAUBITMAP@@PEBUFONT@@H HHHPEBDZZ)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_gui_mg_color
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_uvszprintf
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_d_keyboard_proc referenced in function "void __cdecl PopulateInitDialog(void)" (?PopulateInitDialog@@YAXXZ)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_al_assert referenced in function "void __cdecl textprintf_shadow_ex(struct BITMAP *,struct FONT const *,int,int,int,int,char const *,...)" (?textprintf_shadow_ex@@YAXPEAUBITMAP@@PEBUFONT@@H HHHPEBDZZ)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_d_keyboard_proc
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_al_assert
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_d_keyboard_proc
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_d_text_proc referenced in function "void __cdecl copy_dialog(struct DIALOG * *,struct DIALOG *)" (?copy_dialog@@YAXPEAPEAUDIALOG@@PEAU1@@Z)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_release_screen referenced in function "int __cdecl jwin_initlist_proc(int,struct DIALOG *,int)" (?jwin_initlist_proc@@YAHHPEAUDIALOG@@H@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_d_ctext_proc referenced in function "void __cdecl copy_dialog(struct DIALOG * *,struct DIALOG *)" (?copy_dialog@@YAXPEAPEAUDIALOG@@PEAU1@@Z)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_acquire_screen referenced in function "int __cdecl jwin_initlist_proc(int,struct DIALOG *,int)" (?jwin_initlist_proc@@YAHHPEAUDIALOG@@H@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_d_check_proc referenced in function "void __cdecl copy_dialog(struct DIALOG * *,struct DIALOG *)" (?copy_dialog@@YAXPEAPEAUDIALOG@@PEAU1@@Z)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_pack_fopen referenced in function "struct PACKFILE * __cdecl pack_fopen_password(char const *,char const *,char const *)" (?pack_fopen_password@@YAPEAUPACKFILE@@PEBD00@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_d_button_proc referenced in function "void __cdecl copy_dialog(struct DIALOG * *,struct DIALOG *)" (?copy_dialog@@YAXPEAPEAUDIALOG@@PEAU1@@Z)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_packfile_password referenced in function "struct PACKFILE * __cdecl pack_fopen_password(char const *,char const *,char const *)" (?pack_fopen_password@@YAPEAUPACKFILE@@PEBD00@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_d_edit_proc referenced in function "void __cdecl free_dialog(struct DIALOG * *)" (?free_dialog@@YAXPEAPEAUDIALOG@@@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_packfile_password
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_rect referenced in function "void __cdecl safe_rect(struct BITMAP *,int,int,int,int,int)" (?safe_rect@@YAXPEAUBITMAP@@HHHHH@Z)
5>UB_ZQuestCore.obj : error LNK2019: unresolved external symbol __imp_file_size_ex referenced in function "unsigned __int64 __cdecl file_size_ex_password(char const *,char const *)" (?file_size_ex_password@@YA_KPEBD0@Z)
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_rect
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_set_window_title referenced in function "int __cdecl init_quest(char const *)" (?init_quest@@YAHPEBD@Z)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_rect
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_get_filename referenced in function "int __cdecl quest_access(char const *,struct zquestheader *,bool)" (?quest_access@@YAHPEBDPEAUzquestheader@@_N@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_stop_sample referenced in function "int __cdecl aglogo(struct BITMAP *,struct BITMAP *,int,int)" (?aglogo@@YAHPEAUBITMAP@@0HH@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_get_filename
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_set_palette_range referenced in function "int __cdecl aglogo(struct BITMAP *,struct BITMAP *,int,int)" (?aglogo@@YAHPEAUBITMAP@@0HH@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_replace_extension referenced in function "int __cdecl quest_access(char const *,struct zquestheader *,bool)" (?quest_access@@YAHPEBDPEAUzquestheader@@_N@Z)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_set_palette_range
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_replace_extension
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_fade_interpolate referenced in function "int __cdecl aglogo(struct BITMAP *,struct BITMAP *,int,int)" (?aglogo@@YAHPEAUBITMAP@@0HH@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_pack_iputl referenced in function "bool __cdecl p_iputl(long,struct PACKFILE *)" (?p_iputl@@YA_NJPEAUPACKFILE@@@Z)
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_fade_interpolate
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_set_palette_range referenced in function "void __cdecl init_colormixer(void)" (?init_colormixer@@YAXXZ)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_fade_interpolate
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_set_palette_range
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_joy
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_textprintf_centre_ex referenced in function "void __cdecl colormixer(int,int,int)" (?colormixer@@YAXHHH@Z)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_joy
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_textprintf_centre_ex
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_poll_joystick referenced in function "int __cdecl aglogo(struct BITMAP *,struct BITMAP *,int,int)" (?aglogo@@YAHPEAUBITMAP@@0HH@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_set_palette referenced in function "void __cdecl edit_dataset(int)" (?edit_dataset@@YAXH@Z)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_poll_joystick
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_set_palette
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_stretch_blit referenced in function "int __cdecl aglogo(struct BITMAP *,struct BITMAP *,int,int)" (?aglogo@@YAHPEAUBITMAP@@0HH@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_readkey referenced in function "void __cdecl edit_dataset(int)" (?edit_dataset@@YAXH@Z)
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_stretch_blit
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_stretch_blit
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_readkey
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_draw_rle_sprite referenced in function "int __cdecl aglogo(struct BITMAP *,struct BITMAP *,int,int)" (?aglogo@@YAHPEAUBITMAP@@0HH@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_keypressed referenced in function "void __cdecl edit_dataset(int)" (?edit_dataset@@YAXH@Z)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_draw_rle_sprite
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_keypressed
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_play_sample referenced in function "int __cdecl aglogo(struct BITMAP *,struct BITMAP *,int,int)" (?aglogo@@YAHPEAUBITMAP@@0HH@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_rest referenced in function "void __cdecl edit_dataset(int)" (?edit_dataset@@YAXH@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_black_palette
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_rest
4>UB_ZeldaSprite.obj : error LNK2019: unresolved external symbol __imp_black_palette referenced in function "public: virtual int __cdecl enemy::takehit(class weapon *)" (?takehit@enemy@@UEAAHPEAVweapon@@@Z)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_gui_fg_color
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_black_palette
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_gui_fg_color
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_bestfit_color referenced in function "void __cdecl create_zc_trans_table(struct COLOR_MAP *,struct RGB const * const,int,int,int)" (?create_zc_trans_table@@YAXPEAUCOLOR_MAP@@QEBURGB @@HHH@Z)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_gui_bg_color
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_readkey referenced in function "void __cdecl trace(char *,...)" (?trace@@YAXPEADZZ)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_gui_bg_color
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_readkey
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_create_color_table referenced in function "void __cdecl grab_dataset(int)" (?grab_dataset@@YAXH@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_object_message referenced in function "int __cdecl d_editbox_proc(int,struct DIALOG *,int)" (?d_editbox_proc@@YAHHPEAUDIALOG@@H@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_create_rgb_table referenced in function "void __cdecl grab_dataset(int)" (?grab_dataset@@YAXH@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_uisok
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_get_palette referenced in function "void __cdecl grab_dataset(int)" (?grab_dataset@@YAXH@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_uconvert referenced in function "int __cdecl d_editbox_proc(int,struct DIALOG *,int)" (?d_editbox_proc@@YAHHPEAUDIALOG@@H@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_get_palette
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_uoffset referenced in function "public: static int __cdecl Unicode::indexToOffset(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?indexToOffset@Unicode@@SAHAEAV?$basic_string@DU? $char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_fade_interpolate referenced in function "void __cdecl calc_dark(int)" (?calc_dark@@YAXH@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_usetc
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_black_palette
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_usetc
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_black_palette
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_uwidth
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_d_bitmap_proc referenced in function "void __cdecl draw_cset_proc(struct DIALOG *)" (?draw_cset_proc@@YAXPEAUDIALOG@@@Z)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_uwidth
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_d_bitmap_proc
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_putpixel referenced in function "protected: void __cdecl EditboxView::invertRectangle(int,int,int,int)" (?invertRectangle@EditboxView@@IEAAXHHHH@Z)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_key_shifts
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_putpixel
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_shutdown_dialog referenced in function "int __cdecl EditColors(char const *,int,int,unsigned char *)" (?EditColors@@YAHPEBDHHPEAE@Z)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_putpixel
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_shutdown_dialog
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_makecol referenced in function "protected: void __cdecl EditboxView::invertRectangle(int,int,int,int)" (?invertRectangle@EditboxView@@IEAAXHHHH@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_broadcast_dialog_message referenced in function "int __cdecl EditColors(char const *,int,int,unsigned char *)" (?EditColors@@YAHPEBDHHPEAE@Z)
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_makecol
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_broadcast_dialog_message
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_get_color referenced in function "protected: void __cdecl EditboxView::invertRectangle(int,int,int,int)" (?invertRectangle@EditboxView@@IEAAXHHHH@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_update_dialog referenced in function "int __cdecl EditColors(char const *,int,int,unsigned char *)" (?EditColors@@YAHPEBDHHPEAE@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_getpixel referenced in function "protected: void __cdecl EditboxView::invertRectangle(int,int,int,int)" (?invertRectangle@EditboxView@@IEAAXHHHH@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_update_dialog
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_getpixel
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_init_dialog referenced in function "int __cdecl EditColors(char const *,int,int,unsigned char *)" (?EditColors@@YAHPEBDHHPEAE@Z)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_getpixel
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_init_dialog
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_vsync referenced in function "public: virtual void __cdecl BasicEditboxView::draw(void)" (?draw@BasicEditboxView@@UEAAXXZ)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_stretch_blit referenced in function "int __cdecl d_cstile_proc(int,struct DIALOG *,int)" (?d_cstile_proc@@YAHHPEAUDIALOG@@H@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp__allegro_vline referenced in function vline
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_stretch_blit
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_gui_mouse_b
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp__allegro_vline
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_gui_mouse_b referenced in function "public: __cdecl EditboxScriptView::EditboxScriptView(struct DIALOG *,struct FONT *,int,int,int)" (??0EditboxScriptView@@QEAA@PEAUDIALOG@@PEAUFONT@@ HHH@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_solid_mode referenced in function "protected: virtual void __cdecl EditboxVScrollView::drawExtraComponents(void)" (?drawExtraComponents@EditboxVScrollView@@MEAAXXZ)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_put_backslash referenced in function "void __cdecl edit_qt(void)" (?edit_qt@@YAXXZ)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_put_backslash
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_drawing_mode referenced in function "protected: virtual void __cdecl EditboxVScrollView::drawExtraComponents(void)" (?drawExtraComponents@EditboxVScrollView@@MEAAXXZ)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_fix_filename_slashes referenced in function "void __cdecl edit_qt(void)" (?edit_qt@@YAXXZ)
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_drawing_mode
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_fix_filename_slashes
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_drawing_mode
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_fix_filename_case referenced in function "void __cdecl edit_qt(void)" (?edit_qt@@YAXXZ)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_bitmap_color_depth referenced in function "protected: virtual void __cdecl EditboxVScrollView::drawExtraComponents(void)" (?drawExtraComponents@EditboxVScrollView@@MEAAXXZ)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_fix_filename_case
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_bitmap_color_depth
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_get_extension referenced in function "int __cdecl onOpen(void)" (?onOpen@@YAHXZ)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_stop_midi referenced in function "void __cdecl ending(void)" (?ending@@YAXXZ)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_get_extension
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_stop_midi
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2001: unresolved external symbol __imp_get_extension
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_textout_centre_ex referenced in function "void __cdecl ending(void)" (?ending@@YAXXZ)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_save_bitmap referenced in function "int __cdecl onSnapshot(void)" (?onSnapshot@@YAHXZ)
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_textout_centre_ex
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_save_bitmap
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_textout_centre_ex
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_d_box_proc referenced in function "void __cdecl update_csl_proc(struct DIALOG *,int)" (?update_csl_proc@@YAXPEAUDIALOG@@H@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_set_color referenced in function "void __cdecl InitMatrix(void)" (?InitMatrix@@YAXXZ)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_d_text_proc referenced in function "void __cdecl replacedp(struct DIALOG &,char const *,unsigned __int64)" (?replacedp@@YAXAEAUDIALOG@@PEBD_K@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_create_rgb_table referenced in function "void __cdecl loadlvlpal(int)" (?loadlvlpal@@YAXH@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_d_edit_proc referenced in function "void __cdecl replacedp(struct DIALOG &,char const *,unsigned __int64)" (?replacedp@@YAXAEAUDIALOG@@PEBD_K@Z)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_create_rgb_table
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_d_ctext_proc referenced in function "void __cdecl replacedp(struct DIALOG &,char const *,unsigned __int64)" (?replacedp@@YAXAEAUDIALOG@@PEBD_K@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp__al_drive_exists referenced in function "int __cdecl fs_dlist_proc(int,struct DIALOG *,int)" (?fs_dlist_proc@@YAHHPEAUDIALOG@@H@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_d_ctext_proc
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_ustrcmp referenced in function "int __cdecl fs_edit_proc(int,struct DIALOG *,int)" (?fs_edit_proc@@YAHHPEAUDIALOG@@H@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_ustrlen referenced in function "int __cdecl fs_edit_proc(int,struct DIALOG *,int)" (?fs_edit_proc@@YAHHPEAUDIALOG@@H@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_d_check_proc referenced in function "void __cdecl replacedp(struct DIALOG &,char const *,unsigned __int64)" (?replacedp@@YAXAEAUDIALOG@@PEBD_K@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_d_button_proc referenced in function "void __cdecl replacedp(struct DIALOG &,char const *,unsigned __int64)" (?replacedp@@YAXAEAUDIALOG@@PEBD_K@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_put_backslash referenced in function "int __cdecl fs_edit_proc(int,struct DIALOG *,int)" (?fs_edit_proc@@YAHHPEAUDIALOG@@H@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_pack_fputs referenced in function "bool __cdecl save_subscreen_code(char *)" (?save_subscreen_code@@YA_NPEAD@Z)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_put_backslash
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_arc referenced in function "void __cdecl draw_layerradio(struct BITMAP *,int,int,int,int,int)" (?draw_layerradio@@YAXPEAUBITMAP@@HHHHH@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_file_exists referenced in function "int __cdecl fs_edit_proc(int,struct DIALOG *,int)" (?fs_edit_proc@@YAHHPEAUDIALOG@@H@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_ucwidth
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_circlefill referenced in function "void __cdecl draw_layerradio(struct BITMAP *,int,int,int,int,int)" (?draw_layerradio@@YAXPEAUBITMAP@@HHHHH@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_ustrzcat referenced in function "int __cdecl fs_edit_proc(int,struct DIALOG *,int)" (?fs_edit_proc@@YAHHPEAUDIALOG@@H@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_masked_stretch_blit referenced in function "void __cdecl draw_edit_scr(int,int,int,unsigned char *,bool)" (?draw_edit_scr@@YAXHHHPEAE_N@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_ustrzcpy referenced in function "int __cdecl fs_edit_proc(int,struct DIALOG *,int)" (?fs_edit_proc@@YAHHPEAUDIALOG@@H@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_clear_keybuf referenced in function "void __cdecl edit_tile(int,int,int &)" (?edit_tile@@YAXHHAEAH@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_canonicalize_filename referenced in function "int __cdecl fs_edit_proc(int,struct DIALOG *,int)" (?fs_edit_proc@@YAHHPEAUDIALOG@@H@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_clear_keybuf
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_uwidth_max referenced in function "int __cdecl fs_edit_proc(int,struct DIALOG *,int)" (?fs_edit_proc@@YAHHPEAUDIALOG@@H@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_makecol8 referenced in function "void __cdecl edit_tile(int,int,int &)" (?edit_tile@@YAXHHAEAH@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_uinsert referenced in function "int __cdecl fs_flist_proc(int,struct DIALOG *,int)" (?fs_flist_proc@@YAHHPEAUDIALOG@@H@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_load_bitmap referenced in function "void __cdecl load_imagebuf(void)" (?load_imagebuf@@YAXXZ)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_ustrncmp referenced in function "int __cdecl fs_flist_proc(int,struct DIALOG *,int)" (?fs_flist_proc@@YAHHPEAUDIALOG@@H@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_load_bitmap
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_for_each_file_ex referenced in function "int __cdecl fs_flist_proc(int,struct DIALOG *,int)" (?fs_flist_proc@@YAHHPEAUDIALOG@@H@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_textprintf_right_ex referenced in function "void __cdecl tile_info_0(int,int,int,int,int,int,bool)" (?tile_info_0@@YAXHHHHHH_N@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_replace_filename referenced in function "int __cdecl fs_flist_proc(int,struct DIALOG *,int)" (?fs_flist_proc@@YAHHPEAUDIALOG@@H@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_textprintf_right_ex
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_replace_filename
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_gui_get_screen referenced in function "int __cdecl d_mr_cset_proc(int,struct DIALOG *,int)" (?d_mr_cset_proc@@YAHHPEAUDIALOG@@H@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_allegro_errno
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_utoupper referenced in function "char * __cdecl zc_make_relative_filename(char *,char const *,char const *,int)" (?zc_make_relative_filename@@YAPEADPEADPEBD1H@Z)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_allegro_errno
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_utoupper
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_ustrsizez referenced in function "int __cdecl fs_flist_putter(char const *,int,void *)" (?fs_flist_putter@@YAHPEBDHPEAX@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_usetat referenced in function "char * __cdecl zc_make_relative_filename(char *,char const *,char const *,int)" (?zc_make_relative_filename@@YAPEADPEADPEBD1H@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_ustricmp referenced in function "int __cdecl fs_flist_putter(char const *,int,void *)" (?fs_flist_putter@@YAHPEBDHPEAX@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_utolower referenced in function "char * __cdecl zc_make_relative_filename(char *,char const *,char const *,int)" (?zc_make_relative_filename@@YAPEADPEADPEBD1H@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_get_extension referenced in function "int __cdecl fs_flist_putter(char const *,int,void *)" (?fs_flist_putter@@YAHPEBDHPEAX@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_utolower
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2001: unresolved external symbol __imp_get_extension
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_ugetat referenced in function "char * __cdecl zc_make_relative_filename(char *,char const *,char const *,int)" (?zc_make_relative_filename@@YAPEADPEADPEBD1H@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_fix_filename_case referenced in function "int __cdecl fs_flist_putter(char const *,int,void *)" (?fs_flist_putter@@YAHPEBDHPEAX@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_ugetat
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_fix_filename_case
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_make_relative_filename referenced in function "char * __cdecl zc_make_relative_filename(char *,char const *,char const *,int)" (?zc_make_relative_filename@@YAPEADPEADPEBD1H@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_ustrtol referenced in function "int __cdecl ustrfilecmp(char const *,char const *)" (?ustrfilecmp@@YAHPEBD0@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_makecol15 referenced in function jwin_draw_titlebar
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_ugetxc
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_release_bitmap referenced in function dotted_rect
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_ustrpbrk referenced in function jwin_file_select_ex
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_acquire_bitmap referenced in function dotted_rect
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_fix_filename_slashes referenced in function jwin_file_select_ex
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_gui_font_baseline
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_fix_filename_slashes
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_gui_textout_ex referenced in function jwin_draw_text_button
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp__al_getdcwd referenced in function jwin_file_select_ex
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_gui_textout_ex
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp__al_getdrive referenced in function jwin_file_select_ex
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_rest_callback referenced in function "void __cdecl _handle_jwin_listbox_click(struct DIALOG *)" (?_handle_jwin_listbox_click@@YAXPEAUDIALOG@@@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_get_config_text referenced in function jwin_file_select_ex
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_ugetxc
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_ugetxc
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_ugetx
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_scancode_to_ascii referenced in function "int __cdecl menu_alt_key(int,struct MENU *)" (?menu_alt_key@@YAHHPEAUMENU@@@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_ustrtok_r referenced in function "void __cdecl parse_extension_string(char const *)" (?parse_extension_string@@YAXPEBD@Z)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_active_menu
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp__ustrdup referenced in function "void __cdecl parse_extension_string(char const *)" (?parse_extension_string@@YAXPEBD@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_simulate_keypress referenced in function "int __cdecl _jwin_do_menu(struct MENU *,struct MENU_INFO *,int,int,int,int,int *,int,int)" (?_jwin_do_menu@@YAHPEAUMENU@@PEAUMENU_INFO@@HHHHP EAHHH@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_gui_textout_ex referenced in function d_tab_proc
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_poll_joystick referenced in function "int __cdecl _jwin_do_menu(struct MENU *,struct MENU_INFO *,int,int,int,int,int *,int,int)" (?_jwin_do_menu@@YAHPEAUMENU@@PEAUMENU_INFO@@HHHHP EAHHH@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp__allegro_hline referenced in function d_tab_proc
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_joy
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp__allegro_hline
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_gui_strlen referenced in function "void __cdecl get_menu_pos(struct MENU_INFO *,int,int *,int *,int *)" (?get_menu_pos@@YAXPEAUMENU_INFO@@HPEAH11@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_pack_fwrite referenced in function "bool __cdecl pfwrite(void *,long,struct PACKFILE *)" (?pfwrite@@YA_NPEAXJPEAUPACKFILE@@@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_set_dialog_color referenced in function jwin_alert3
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_pack_fwrite
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_getb15 referenced in function short_bmp_avg
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_pack_putc referenced in function "bool __cdecl p_putc(int,struct PACKFILE *)" (?p_putc@@YA_NHPEAUPACKFILE@@@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_getg15 referenced in function short_bmp_avg
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_pack_iputw referenced in function "bool __cdecl p_iputw(int,struct PACKFILE *)" (?p_iputw@@YA_NHPEAUPACKFILE@@@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_getr15 referenced in function short_bmp_avg
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_pack_iputl referenced in function "bool __cdecl p_iputl(long,struct PACKFILE *)" (?p_iputl@@YA_NJPEAUPACKFILE@@@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_getb8 referenced in function dither_rect
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_pack_mputl referenced in function "bool __cdecl p_mputl(long,struct PACKFILE *)" (?p_mputl@@YA_NJPEAUPACKFILE@@@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_getg8 referenced in function dither_rect
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_pack_mputl
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_getr8 referenced in function dither_rect
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_midi_pos
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_fixdiv referenced in function d_jslider_proc
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_midi_pos
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_remove_int referenced in function "public: __cdecl GraphicsBackend::~GraphicsBackend(void)" (??1GraphicsBackend@@QEAA@XZ)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_midi_pos
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_remove_int
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_makecol15 referenced in function jwin_draw_titlebar
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_get_config_int referenced in function "public: void __cdecl GraphicsBackend::readConfigurationOptions(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?readConfigurationOptions@GraphicsBackend@@QEAAXA EBV?$basic_string@DU?$char_traits@D@std@@V?$alloca tor@D@2@@std@@@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_release_bitmap referenced in function dotted_rect
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_get_config_int
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_acquire_bitmap referenced in function dotted_rect
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_set_config_int referenced in function "public: void __cdecl GraphicsBackend::writeConfigurationOptions(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?writeConfigurationOptions@GraphicsBackend@@QEAAX AEBV?$basic_string@DU?$char_traits@D@std@@V?$alloc ator@D@2@@std@@@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_gui_font_baseline
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_set_config_int
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_broadcast_dialog_message referenced in function "int __cdecl jwin_do_x_button(struct BITMAP *,int,int)" (?jwin_do_x_button@@YAHPEAUBITMAP@@HH@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_install_int_ex referenced in function "public: bool __cdecl GraphicsBackend::initialize(void)" (?initialize@GraphicsBackend@@QEAA_NXZ)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_broadcast_dialog_message
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2001: unresolved external symbol __imp_install_int_ex
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_masked_blit referenced in function jwin_draw_graphics_button
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_set_display_switch_callback referenced in function "private: bool __cdecl GraphicsBackend::trySettingVideoMode(void)" (?trySettingVideoMode@GraphicsBackend@@AEAA_NXZ)
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_masked_blit
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_set_display_switch_callback
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_masked_blit
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_set_display_switch_mode referenced in function "private: bool __cdecl GraphicsBackend::trySettingVideoMode(void)" (?trySettingVideoMode@GraphicsBackend@@AEAA_NXZ)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_key_shifts
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_set_gfx_mode referenced in function "private: bool __cdecl GraphicsBackend::trySettingVideoMode(void)" (?trySettingVideoMode@GraphicsBackend@@AEAA_NXZ)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_rest_callback referenced in function "void __cdecl _handle_jwin_listbox_click(struct DIALOG *)" (?_handle_jwin_listbox_click@@YAXPEAUDIALOG@@@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_set_gfx_mode
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_uisspace referenced in function "void __cdecl _jwin_draw_textbox(char *,int *,int,int,int,int,int,int,int,int,int)" (?_jwin_draw_textbox@@YAXPEADPEAHHHHHHHHHH@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_set_color_depth referenced in function "private: bool __cdecl GraphicsBackend::trySettingVideoMode(void)" (?trySettingVideoMode@GraphicsBackend@@AEAA_NXZ)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_uisspace
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_gui_mouse_focus
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_draw_sprite referenced in function jwin_slider_proc
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_gui_mouse_y
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_draw_sprite
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_gui_mouse_x
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_draw_sprite
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_mouse_y
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_scancode_to_ascii referenced in function "int __cdecl menu_alt_key(int,struct MENU *)" (?menu_alt_key@@YAHHPEAUMENU@@@Z)
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_mouse_x
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_active_menu
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_mouse_z
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_active_menu
5>UB_ZQuestGUI.obj : error LNK2001: unresolved external symbol __imp_mouse_b
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_simulate_keypress referenced in function "int __cdecl _jwin_do_menu(struct MENU *,struct MENU_INFO *,int,int,int,int,int *,int,int)" (?_jwin_do_menu@@YAHPEAUMENU@@PEAUMENU_INFO@@HHHHP EAHHH@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_position_mouse referenced in function "public: void __cdecl MouseBackend::setVirtualScreenPos(int,int)" (?setVirtualScreenPos@MouseBackend@@QEAAXHH@Z)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_simulate_keypress
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_position_mouse
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_gui_strlen referenced in function "void __cdecl get_menu_pos(struct MENU_INFO *,int,int *,int *,int *)" (?get_menu_pos@@YAXPEAUMENU_INFO@@HPEAH11@Z)
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_position_mouse_z referenced in function "public: void __cdecl MouseBackend::setWheelPosition(int)" (?setWheelPosition@MouseBackend@@QEAAXH@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_set_dialog_color referenced in function jwin_alert3
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_set_mouse_range referenced in function "public: void __cdecl MouseBackend::setVirtualScreenMouseBounds(int,int, int,int)" (?setVirtualScreenMouseBounds@MouseBackend@@QEAAXH HHH@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_arc referenced in function jwin_radio_proc
5>UB_ZQuestGUI.obj : error LNK2019: unresolved external symbol __imp_d_list_proc referenced in function "void __cdecl `dynamic initializer for 'droplist_dlg''(void)" (??__Edroplist_dlg@@YAXXZ)
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_arc
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_set_keyboard_rate referenced in function "int __cdecl onOptions(void)" (?onOptions@@YAHXZ)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_circlefill referenced in function jwin_radio_proc
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_play_midi referenced in function "int __cdecl playMusic(void)" (?playMusic@@YAHXZ)
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_circlefill
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_load_midi referenced in function "int __cdecl playMusic(void)" (?playMusic@@YAHXZ)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_circlefill
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_getb15 referenced in function short_bmp_avg
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_stop_midi referenced in function "int __cdecl playMusic(void)" (?playMusic@@YAHXZ)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_midi_seek referenced in function "int __cdecl playTune(int)" (?playTune@@YAHH@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_getg15 referenced in function short_bmp_avg
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_replace_filename referenced in function "void __cdecl editdmap(int)" (?editdmap@@YAXH@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_getr15 referenced in function short_bmp_avg
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_set_volume referenced in function "void __cdecl edit_tune(int)" (?edit_tune@@YAXH@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_getb8 referenced in function dither_rect
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_midi_loop_start
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_getg8 referenced in function dither_rect
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_midi_loop_end
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_getr8 referenced in function dither_rect
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_midi_pos
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_gui_get_screen referenced in function d_jslider_proc
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_deallocate_voice referenced in function "void __cdecl sfx_cleanup(void)" (?sfx_cleanup@@YAXXZ)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_remove_int referenced in function "public: __cdecl GraphicsBackend::~GraphicsBackend(void)" (??1GraphicsBackend@@QEAA@XZ)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_voice_get_position referenced in function "void __cdecl sfx_cleanup(void)" (?sfx_cleanup@@YAXXZ)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_allocate_voice referenced in function "bool __cdecl sfx_init(int)" (?sfx_init@@YA_NH@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_get_config_int referenced in function "public: void __cdecl GraphicsBackend::readConfigurationOptions(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?readConfigurationOptions@GraphicsBackend@@QEAAXA EBV?$basic_string@DU?$char_traits@D@std@@V?$alloca tor@D@2@@std@@@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_voice_start referenced in function "void __cdecl sfx(int,int,bool,bool)" (?sfx@@YAXHH_N0@Z)
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2001: unresolved external symbol __imp_voice_start
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_get_config_int
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_voice_set_position referenced in function "void __cdecl sfx(int,int,bool,bool)" (?sfx@@YAXHH_N0@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_voice_set_pan referenced in function "void __cdecl sfx(int,int,bool,bool)" (?sfx@@YAXHH_N0@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_set_config_int referenced in function "public: void __cdecl GraphicsBackend::writeConfigurationOptions(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?writeConfigurationOptions@GraphicsBackend@@QEAAX AEBV?$basic_string@DU?$char_traits@D@std@@V?$alloc ator@D@2@@std@@@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_voice_set_playmode referenced in function "void __cdecl sfx(int,int,bool,bool)" (?sfx@@YAXHH_N0@Z)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_set_config_int
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_voice_stop referenced in function "void __cdecl pause_sfx(int)" (?pause_sfx@@YAXH@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_install_int_ex referenced in function "public: bool __cdecl GraphicsBackend::initialize(void)" (?initialize@GraphicsBackend@@QEAA_NXZ)
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2001: unresolved external symbol __imp_voice_stop
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_destroy_sample referenced in function "int __cdecl onEditSFX(int)" (?onEditSFX@@YAHH@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2001: unresolved external symbol __imp_install_int_ex
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_load_wav referenced in function "int __cdecl onEditSFX(int)" (?onEditSFX@@YAHH@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_set_display_switch_callback referenced in function "private: bool __cdecl GraphicsBackend::trySettingVideoMode(void)" (?trySettingVideoMode@GraphicsBackend@@AEAA_NXZ)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_is_windowed_mode referenced in function "int __cdecl isFullScreen(void)" (?isFullScreen@@YAHXZ)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_set_display_switch_mode referenced in function "private: bool __cdecl GraphicsBackend::trySettingVideoMode(void)" (?trySettingVideoMode@GraphicsBackend@@AEAA_NXZ)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_midi_pause referenced in function "void __cdecl switch_out(void)" (?switch_out@@YAXXZ)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_set_color_depth referenced in function "private: bool __cdecl GraphicsBackend::trySettingVideoMode(void)" (?trySettingVideoMode@GraphicsBackend@@AEAA_NXZ)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_midi_resume referenced in function "void __cdecl switch_in(void)" (?switch_in@@YAXXZ)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_gui_mouse_y
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_allegro_message referenced in function "void __cdecl __zc_always_assert(bool,char const *,char const *,int)" (?__zc_always_assert@@YAX_NPEBD1H@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_gui_mouse_x
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_win_get_window referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_allegro_exit referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_mouse_y
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_set_close_button_callback referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_mouse_x
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_install_sound referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_mouse_z
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_get_config_string referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
4>UB_ZeldaGUI.obj : error LNK2001: unresolved external symbol __imp_mouse_b
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_load_datafile referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_position_mouse_z referenced in function "public: void __cdecl MouseBackend::setWheelPosition(int)" (?setWheelPosition@MouseBackend@@QEAAXH@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_set_color_conversion referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_set_mouse_range referenced in function "public: void __cdecl MouseBackend::setVirtualScreenMouseBounds(int,int, int,int)" (?setVirtualScreenMouseBounds@MouseBackend@@QEAAXH HHH@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_install_int referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_d_yield_proc referenced in function "void __cdecl `dynamic initializer for 'file_selector''(void)" (??__Efile_selector@@YAXXZ)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_install_mouse referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
4>UB_ZeldaGUI.obj : error LNK2019: unresolved external symbol __imp_d_list_proc referenced in function "void __cdecl `dynamic initializer for 'droplist_dlg''(void)" (??__Edroplist_dlg@@YAXXZ)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_install_keyboard referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
4>UB_ZeldaSprite.obj : error LNK2019: unresolved external symbol __imp_create_sub_bitmap referenced in function "protected: void __cdecl enemy::masked_draw(struct BITMAP *,int,int,int,int)" (?masked_draw@enemy@@IEAAXPEAUBITMAP@@HHHH@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_allegro_error
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_create_sub_bitmap
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_install_timer referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
4>UB_ZeldaSprite.obj : error LNK2019: unresolved external symbol __imp_fixsin referenced in function "public: void __cdecl eStalfos::vire_hop(void)" (?vire_hop@eStalfos@@QEAAXXZ)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_set_config_file referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
4>UB_ZeldaSprite.obj : error LNK2019: unresolved external symbol __imp_polygon referenced in function "void __cdecl do_rectr(struct BITMAP *,int *,int,int)" (?do_rectr@@YAXPEAUBITMAP@@PEAHHH@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol loadpng_init referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
4>UB_ZeldaSprite.obj : error LNK2019: unresolved external symbol __imp_fixcos referenced in function "void __cdecl do_rectr(struct BITMAP *,int *,int,int)" (?do_rectr@@YAXPEAUBITMAP@@PEAHHH@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol jpgalleg_init referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
4>UB_ZeldaSprite.obj : error LNK2019: unresolved external symbol __imp_circle referenced in function "void __cdecl do_circler(struct BITMAP *,int *,int,int)" (?do_circler@@YAXPEAUBITMAP@@PEAHHH@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_register_bitmap_file_type referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_circle
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_three_finger_flag
4>UB_ZeldaSprite.obj : error LNK2019: unresolved external symbol __imp_draw_trans_sprite referenced in function "void __cdecl do_arcr(struct BITMAP *,int *,int,int)" (?do_arcr@@YAXPEAUBITMAP@@PEAHHH@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp__install_allegro_version_check referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
4>UB_ZeldaSprite.obj : error LNK2019: unresolved external symbol __imp_floodfill referenced in function "void __cdecl do_arcr(struct BITMAP *,int *,int,int)" (?do_arcr@@YAXPEAUBITMAP@@PEAHHH@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_set_uformat referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
4>UB_ZeldaSprite.obj : error LNK2019: unresolved external symbol __imp_ellipse referenced in function "void __cdecl do_ellipser(struct BITMAP *,int *,int,int)" (?do_ellipser@@YAXPEAUBITMAP@@PEAHHH@Z)
4>UB_ZeldaSprite.obj : error LNK2019: unresolved external symbol __imp_rotate_sprite referenced in function "void __cdecl do_ellipser(struct BITMAP *,int *,int,int)" (?do_ellipser@@YAXPEAUBITMAP@@PEAHHH@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_register_trace_handler referenced in function "int __cdecl _mangled_main(int,char * *)" (?_mangled_main@@YAHHPEAPEAD@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp__WinMain referenced in function WinMain
4>UB_ZeldaSprite.obj : error LNK2019: unresolved external symbol __imp_ellipsefill referenced in function "void __cdecl do_ellipser(struct BITMAP *,int *,int,int)" (?do_ellipser@@YAXPEAUBITMAP@@PEAHHH@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_unload_datafile referenced in function "void __cdecl cleanup_datafiles_on_exit(void)" (?cleanup_datafiles_on_exit@@YAXXZ)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_ellipsefill
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_flush_config_file referenced in function "int __cdecl save_config_file(void)" (?save_config_file@@YAHXZ)
4>UB_ZeldaSprite.obj : error LNK2019: unresolved external symbol __imp_is_sub_bitmap referenced in function "public: void __cdecl ScriptDrawingBitmapPool::ReleaseSubBitmap(struct BITMAP *)" (?ReleaseSubBitmap@ScriptDrawingBitmapPool@@QEAAXP EAUBITMAP@@@Z)
4>UB_ZeldaSprite.obj : error LNK2019: unresolved external symbol __imp_spline referenced in function "void __cdecl do_spliner(struct BITMAP *,int *,int,int)" (?do_spliner@@YAXPEAUBITMAP@@PEAHHH@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_set_config_string referenced in function "int __cdecl save_config_file(void)" (?save_config_file@@YAHXZ)
4>UB_ZeldaSprite.obj : error LNK2019: unresolved external symbol __imp_stretch_sprite referenced in function "void __cdecl do_drawtiler(struct BITMAP *,int *,int,int)" (?do_drawtiler@@YAXPEAUBITMAP@@PEAHHH@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_do_dialog referenced in function "int __cdecl do_dialog_through_bitmap(struct BITMAP *,struct DIALOG *,int)" (?do_dialog_through_bitmap@@YAHPEAUBITMAP@@PEAUDIA LOG@@H@Z)
4>UB_ZeldaSprite.obj : error LNK2019: unresolved external symbol __imp_textout_right_ex referenced in function "void __cdecl do_drawstringr(struct BITMAP *,int,int *,int,int)" (?do_drawstringr@@YAXPEAUBITMAP@@HPEAHHH@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_popup_dialog referenced in function "int __cdecl zc_popup_dialog_dbuf(struct DIALOG *,int)" (?zc_popup_dialog_dbuf@@YAHPEAUDIALOG@@H@Z)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_textout_right_ex
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_gui_set_screen referenced in function "int __cdecl zc_popup_dialog_dbuf(struct DIALOG *,int)" (?zc_popup_dialog_dbuf@@YAHPEAUDIALOG@@H@Z)
4>UB_ZeldaSprite.obj : error LNK2019: unresolved external symbol __imp_quad3d_f referenced in function "void __cdecl do_drawquadr(struct BITMAP *,int *,int,int)" (?do_drawquadr@@YAXPEAUBITMAP@@PEAHHH@Z)
4>UB_ZeldaSprite.obj : error LNK2019: unresolved external symbol __imp_triangle3d_f referenced in function "void __cdecl do_drawtriangler(struct BITMAP *,int *,int,int)" (?do_drawtriangler@@YAXPEAUBITMAP@@PEAHHH@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_get_color_depth referenced in function "int __cdecl zc_popup_dialog_dbuf(struct DIALOG *,int)" (?zc_popup_dialog_dbuf@@YAHPEAUDIALOG@@H@Z)
4>UB_ZeldaSprite.obj : error LNK2019: unresolved external symbol __imp_masked_stretch_blit referenced in function "void __cdecl do_drawbitmapr(struct BITMAP *,int *,int,int)" (?do_drawbitmapr@@YAXPEAUBITMAP@@PEAHHH@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_allegro_errno
4>UB_ZeldaSprite.obj : error LNK2001: unresolved external symbol __imp_color_map
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp__al_drive_exists referenced in function "int __cdecl fs_dlist_proc(int,struct DIALOG *,int)" (?fs_dlist_proc@@YAHHPEAUDIALOG@@H@Z)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_color_map
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_ustrcmp referenced in function "int __cdecl fs_edit_proc(int,struct DIALOG *,int)" (?fs_edit_proc@@YAHHPEAUDIALOG@@H@Z)
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_set_trans_blender referenced in function "void __cdecl show_custom_subscreen(struct BITMAP *,struct miscQdata *,struct subscreen_group *,int,int,bool,int)" (?show_custom_subscreen@@YAXPEAUBITMAP@@PEAUmiscQd ata@@PEAUsubscreen_group@@HH_NH@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_ustrlen referenced in function "int __cdecl fs_edit_proc(int,struct DIALOG *,int)" (?fs_edit_proc@@YAHHPEAUDIALOG@@H@Z)
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_draw_sprite_v_flip referenced in function "void __cdecl putBmap(struct BITMAP *,struct miscQdata *,int,int,bool,bool,bool,int,int,bool)" (?putBmap@@YAXPEAUBITMAP@@PEAUmiscQdata@@HH_N22HH2 @Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_file_exists referenced in function "int __cdecl fs_edit_proc(int,struct DIALOG *,int)" (?fs_edit_proc@@YAHHPEAUDIALOG@@H@Z)
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_pack_mputw referenced in function "int __cdecl save_midi(char *,struct MIDI *)" (?save_midi@@YAHPEADPEAUMIDI@@@Z)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_ucwidth
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_do_dialog referenced in function "int __cdecl do_dialog_through_bitmap(struct BITMAP *,struct DIALOG *,int)" (?do_dialog_through_bitmap@@YAHPEAUBITMAP@@PEAUDIA LOG@@H@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_ustrzcat referenced in function "int __cdecl fs_edit_proc(int,struct DIALOG *,int)" (?fs_edit_proc@@YAHHPEAUDIALOG@@H@Z)
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_popup_dialog referenced in function "int __cdecl zc_popup_dialog_dbuf(struct DIALOG *,int)" (?zc_popup_dialog_dbuf@@YAHPEAUDIALOG@@H@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_ustrzcpy referenced in function "int __cdecl fs_edit_proc(int,struct DIALOG *,int)" (?fs_edit_proc@@YAHHPEAUDIALOG@@H@Z)
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_gui_set_screen referenced in function "int __cdecl zc_popup_dialog_dbuf(struct DIALOG *,int)" (?zc_popup_dialog_dbuf@@YAHPEAUDIALOG@@H@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_canonicalize_filename referenced in function "int __cdecl fs_edit_proc(int,struct DIALOG *,int)" (?fs_edit_proc@@YAHHPEAUDIALOG@@H@Z)
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_get_color_depth referenced in function "int __cdecl zc_popup_dialog_dbuf(struct DIALOG *,int)" (?zc_popup_dialog_dbuf@@YAHPEAUDIALOG@@H@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_uwidth_max referenced in function "int __cdecl fs_edit_proc(int,struct DIALOG *,int)" (?fs_edit_proc@@YAHHPEAUDIALOG@@H@Z)
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_shutdown_dialog referenced in function "int __cdecl PopUp_dialog(struct DIALOG *,int)" (?PopUp_dialog@@YAHPEAUDIALOG@@H@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_uinsert referenced in function "int __cdecl fs_flist_proc(int,struct DIALOG *,int)" (?fs_flist_proc@@YAHHPEAUDIALOG@@H@Z)
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_update_dialog referenced in function "int __cdecl PopUp_dialog(struct DIALOG *,int)" (?PopUp_dialog@@YAHPEAUDIALOG@@H@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_ustrncmp referenced in function "int __cdecl fs_flist_proc(int,struct DIALOG *,int)" (?fs_flist_proc@@YAHHPEAUDIALOG@@H@Z)
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_init_dialog referenced in function "int __cdecl PopUp_dialog(struct DIALOG *,int)" (?PopUp_dialog@@YAHPEAUDIALOG@@H@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_for_each_file_ex referenced in function "int __cdecl fs_flist_proc(int,struct DIALOG *,int)" (?fs_flist_proc@@YAHHPEAUDIALOG@@H@Z)
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_d_bitmap_proc referenced in function "void __cdecl large_dialog(struct DIALOG *,float)" (?large_dialog@@YAXPEAUDIALOG@@M@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_ustrsizez referenced in function "int __cdecl fs_flist_putter(char const *,int,void *)" (?fs_flist_putter@@YAHPEBDHPEAX@Z)
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_flush_config_file referenced in function "void __cdecl save_game_configs(void)" (?save_game_configs@@YAXXZ)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_ustricmp referenced in function "int __cdecl fs_flist_putter(char const *,int,void *)" (?fs_flist_putter@@YAHPEBDHPEAX@Z)
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_set_config_string referenced in function "void __cdecl save_game_configs(void)" (?save_game_configs@@YAXXZ)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_ustrtol referenced in function "int __cdecl ustrfilecmp(char const *,char const *)" (?ustrfilecmp@@YAHPEBD0@Z)
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_triangle referenced in function "void __cdecl black_opening(struct BITMAP *,int,int,int,int)" (?black_opening@@YAXPEAUBITMAP@@HHHH@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_ustrpbrk referenced in function jwin_file_select_ex
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_save_bmp referenced in function "int __cdecl onGUISnapshot(void)" (?onGUISnapshot@@YAHXZ)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp__al_getdcwd referenced in function jwin_file_select_ex
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_textprintf_right_ex referenced in function "int __cdecl set_vol(void *,int)" (?set_vol@@YAHPEAXH@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp__al_getdrive referenced in function jwin_file_select_ex
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_voice_set_volume referenced in function "int __cdecl onSound(void)" (?onSound@@YAHXZ)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_get_config_text referenced in function jwin_file_select_ex
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_midi_pause referenced in function "void __cdecl switch_out_callback(void)" (?switch_out_callback@@YAXXZ)
5>UB_ZQuestMisc.obj : error LNK2001: unresolved external symbol __imp_ugetx
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_midi_seek referenced in function "void __cdecl switch_out_callback(void)" (?switch_out_callback@@YAXXZ)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_ustrtok_r referenced in function "void __cdecl parse_extension_string(char const *)" (?parse_extension_string@@YAXPEBD@Z)
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_get_volume referenced in function "void __cdecl switch_out_callback(void)" (?switch_out_callback@@YAXXZ)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp__ustrdup referenced in function "void __cdecl parse_extension_string(char const *)" (?parse_extension_string@@YAXPEBD@Z)
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_midi_resume referenced in function "void __cdecl music_resume(void)" (?music_resume@@YAXXZ)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_unselect_palette referenced in function load_gif
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_select_palette referenced in function load_gif
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_get_executable_name referenced in function "bool __cdecl try_zcmusic(char *,int,int)" (?try_zcmusic@@YA_NPEADHH@Z)
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp__color_load_depth referenced in function load_gif
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_midi_loop_start
5>UB_ZQuestMisc.obj : error LNK2019: unresolved external symbol __imp_d_yield_proc referenced in function "void __cdecl `dynamic initializer for 'file_selector''(void)" (??__Efile_selector@@YAXXZ)
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_midi_loop_end
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2001: unresolved external symbol dumb_resampling_quality
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_play_midi referenced in function "void __cdecl jukebox(int,int)" (?jukebox@@YAXHH@Z)
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol dumb_register_packfiles referenced in function zcmusic_init
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_midi_driver
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol al_poll_duh referenced in function zcmusic_poll
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_deallocate_voice referenced in function "void __cdecl sfx_cleanup(void)" (?sfx_cleanup@@YAXXZ)
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol dumb_exit referenced in function zcmusic_exit
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_voice_get_position referenced in function "void __cdecl sfx_cleanup(void)" (?sfx_cleanup@@YAXXZ)
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol unload_duh referenced in function zcmusic_load_file
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_allocate_voice referenced in function "bool __cdecl sfx_init(int)" (?sfx_init@@YA_NH@Z)
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol dumb_load_mod referenced in function zcmusic_load_file
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_voice_start referenced in function "void __cdecl sfx(int,int,bool,bool)" (?sfx@@YAXHH_N0@Z)
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol dumb_load_s3m referenced in function zcmusic_load_file
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2001: unresolved external symbol __imp_voice_start
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol dumb_load_xm referenced in function zcmusic_load_file
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_voice_set_position referenced in function "void __cdecl sfx(int,int,bool,bool)" (?sfx@@YAXHH_N0@Z)
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol dumb_load_it referenced in function zcmusic_load_file
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_voice_set_pan referenced in function "void __cdecl sfx(int,int,bool,bool)" (?sfx@@YAXHH_N0@Z)
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol almp3_play_mp3stream referenced in function zcmusic_play
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_voice_set_playmode referenced in function "void __cdecl sfx(int,int,bool,bool)" (?sfx@@YAXHH_N0@Z)
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol alogg_play_oggstream referenced in function zcmusic_play
4>UB_ZeldaSubscreen.obj : error LNK2019: unresolved external symbol __imp_voice_stop referenced in function "void __cdecl pause_sfx(int)" (?pause_sfx@@YAXH@Z)
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol al_start_duh referenced in function zcmusic_play
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2001: unresolved external symbol __imp_voice_stop
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol almp3_adjust_mp3stream referenced in function zcmusic_play
4>UB_ZeldaSubscreen.obj : error LNK2001: unresolved external symbol __imp_num_joysticks
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol alogg_adjust_oggstream referenced in function zcmusic_play
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2001: unresolved external symbol dumb_resampling_quality
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol al_duh_set_volume referenced in function zcmusic_play
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol dumb_register_packfiles referenced in function zcmusic_init
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol al_resume_duh referenced in function zcmusic_pause
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol al_poll_duh referenced in function zcmusic_poll
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol al_pause_duh referenced in function zcmusic_pause
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol dumb_exit referenced in function zcmusic_exit
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol __imp_stop_audio_stream referenced in function zcmusic_stop
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol unload_duh referenced in function zcmusic_load_file
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol al_stop_duh referenced in function zcmusic_stop
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol dumb_load_mod referenced in function zcmusic_load_file
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol almp3_create_mp3stream referenced in function "struct MP3FILE * __cdecl load_mp3_file(char *)" (?load_mp3_file@@YAPEAUMP3FILE@@PEAD@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol dumb_load_s3m referenced in function zcmusic_load_file
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol almp3_poll_mp3stream referenced in function "int __cdecl poll_mp3_file(struct MP3FILE *)" (?poll_mp3_file@@YAHPEAUMP3FILE@@@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol dumb_load_xm referenced in function zcmusic_load_file
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol almp3_free_mp3stream_buffer referenced in function "int __cdecl poll_mp3_file(struct MP3FILE *)" (?poll_mp3_file@@YAHPEAUMP3FILE@@@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol dumb_load_it referenced in function zcmusic_load_file
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol almp3_get_mp3stream_buffer referenced in function "int __cdecl poll_mp3_file(struct MP3FILE *)" (?poll_mp3_file@@YAHPEAUMP3FILE@@@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol almp3_play_mp3stream referenced in function zcmusic_play
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol almp3_destroy_mp3stream referenced in function "void __cdecl unload_mp3_file(struct MP3FILE *)" (?unload_mp3_file@@YAXPEAUMP3FILE@@@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol alogg_play_oggstream referenced in function zcmusic_play
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol almp3_get_audiostream_mp3stream referenced in function "void __cdecl unload_mp3_file(struct MP3FILE *)" (?unload_mp3_file@@YAXPEAUMP3FILE@@@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol al_start_duh referenced in function zcmusic_play
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol alogg_create_oggstream referenced in function "struct OGGFILE * __cdecl load_ogg_file(char *)" (?load_ogg_file@@YAPEAUOGGFILE@@PEAD@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol almp3_adjust_mp3stream referenced in function zcmusic_play
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol alogg_poll_oggstream referenced in function "int __cdecl poll_ogg_file(struct OGGFILE *)" (?poll_ogg_file@@YAHPEAUOGGFILE@@@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol alogg_adjust_oggstream referenced in function zcmusic_play
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol alogg_free_oggstream_buffer referenced in function "int __cdecl poll_ogg_file(struct OGGFILE *)" (?poll_ogg_file@@YAHPEAUOGGFILE@@@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol al_duh_set_volume referenced in function zcmusic_play
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol alogg_get_oggstream_buffer referenced in function "int __cdecl poll_ogg_file(struct OGGFILE *)" (?poll_ogg_file@@YAHPEAUOGGFILE@@@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol al_resume_duh referenced in function zcmusic_pause
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol al_pause_duh referenced in function zcmusic_pause
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol alogg_destroy_oggstream referenced in function "void __cdecl unload_ogg_file(struct OGGFILE *)" (?unload_ogg_file@@YAXPEAUOGGFILE@@@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol __imp_stop_audio_stream referenced in function zcmusic_stop
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol alogg_get_audiostream_oggstream referenced in function "void __cdecl unload_ogg_file(struct OGGFILE *)" (?unload_ogg_file@@YAXPEAUOGGFILE@@@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol al_stop_duh referenced in function zcmusic_stop
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol __imp_free_audio_stream_buffer referenced in function "int __cdecl poll_gme_file(struct GMEFILE *)" (?poll_gme_file@@YAHPEAUGMEFILE@@@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol almp3_create_mp3stream referenced in function "struct MP3FILE * __cdecl load_mp3_file(char *)" (?load_mp3_file@@YAPEAUMP3FILE@@PEAD@Z)
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol __imp_get_audio_stream_buffer referenced in function "int __cdecl poll_gme_file(struct GMEFILE *)" (?poll_gme_file@@YAHPEAUGMEFILE@@@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol almp3_poll_mp3stream referenced in function "int __cdecl poll_mp3_file(struct MP3FILE *)" (?poll_mp3_file@@YAHPEAUMP3FILE@@@Z)
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol "public: virtual __cdecl Std_File_Reader::~Std_File_Reader(void)" (??1Std_File_Reader@@UEAA@XZ) referenced in function "class Music_Emu * __cdecl gme_load_file(char *,char *)" (?gme_load_file@@YAPEAVMusic_Emu@@PEAD0@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol almp3_free_mp3stream_buffer referenced in function "int __cdecl poll_mp3_file(struct MP3FILE *)" (?poll_mp3_file@@YAHPEAUMP3FILE@@@Z)
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol "public: char const * __cdecl Std_File_Reader::open(char const *)" (?open@Std_File_Reader@@QEAAPEBDPEBD@Z) referenced in function "class Music_Emu * __cdecl gme_load_file(char *,char *)" (?gme_load_file@@YAPEAVMusic_Emu@@PEAD0@Z)
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol "public: __cdecl Std_File_Reader::Std_File_Reader(void)" (??0Std_File_Reader@@QEAA@XZ) referenced in function "class Music_Emu * __cdecl gme_load_file(char *,char *)" (?gme_load_file@@YAPEAVMusic_Emu@@PEAD0@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol almp3_get_mp3stream_buffer referenced in function "int __cdecl poll_mp3_file(struct MP3FILE *)" (?poll_mp3_file@@YAHPEAUMP3FILE@@@Z)
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol "public: __cdecl Gym_Emu::Gym_Emu(void)" (??0Gym_Emu@@QEAA@XZ) referenced in function "class Music_Emu * __cdecl gme_load_file(char *,char *)" (?gme_load_file@@YAPEAVMusic_Emu@@PEAD0@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol almp3_destroy_mp3stream referenced in function "void __cdecl unload_mp3_file(struct MP3FILE *)" (?unload_mp3_file@@YAXPEAUMP3FILE@@@Z)
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol "public: __cdecl Nes_Emu::Nes_Emu(double)" (??0Nes_Emu@@QEAA@N@Z) referenced in function "class Music_Emu * __cdecl gme_load_file(char *,char *)" (?gme_load_file@@YAPEAVMusic_Emu@@PEAD0@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol almp3_get_audiostream_mp3stream referenced in function "void __cdecl unload_mp3_file(struct MP3FILE *)" (?unload_mp3_file@@YAXPEAUMP3FILE@@@Z)
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol "public: __cdecl Vgm_Emu::Vgm_Emu(bool,double)" (??0Vgm_Emu@@QEAA@_NN@Z) referenced in function "class Music_Emu * __cdecl gme_load_file(char *,char *)" (?gme_load_file@@YAPEAVMusic_Emu@@PEAD0@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol alogg_create_oggstream referenced in function "struct OGGFILE * __cdecl load_ogg_file(char *)" (?load_ogg_file@@YAPEAUOGGFILE@@PEAD@Z)
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol "public: __cdecl Gbs_Emu::Gbs_Emu(double)" (??0Gbs_Emu@@QEAA@N@Z) referenced in function "class Music_Emu * __cdecl gme_load_file(char *,char *)" (?gme_load_file@@YAPEAVMusic_Emu@@PEAD0@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol alogg_poll_oggstream referenced in function "int __cdecl poll_ogg_file(struct OGGFILE *)" (?poll_ogg_file@@YAHPEAUOGGFILE@@@Z)
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol "public: __cdecl Spc_Emu::Spc_Emu(double)" (??0Spc_Emu@@QEAA@N@Z) referenced in function "class Music_Emu * __cdecl gme_load_file(char *,char *)" (?gme_load_file@@YAPEAVMusic_Emu@@PEAD0@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol alogg_free_oggstream_buffer referenced in function "int __cdecl poll_ogg_file(struct OGGFILE *)" (?poll_ogg_file@@YAHPEAUOGGFILE@@@Z)
5>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol __imp_play_audio_stream referenced in function "int __cdecl gme_play(struct GMEFILE *,int)" (?gme_play@@YAHPEAUGMEFILE@@H@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol alogg_get_oggstream_buffer referenced in function "int __cdecl poll_ogg_file(struct OGGFILE *)" (?poll_ogg_file@@YAHPEAUOGGFILE@@@Z)
5>C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\zquest.exe : fatal error LNK1120: 292 unresolved externals
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol alogg_destroy_oggstream referenced in function "void __cdecl unload_ogg_file(struct OGGFILE *)" (?unload_ogg_file@@YAXPEAUOGGFILE@@@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol alogg_get_audiostream_oggstream referenced in function "void __cdecl unload_ogg_file(struct OGGFILE *)" (?unload_ogg_file@@YAXPEAUOGGFILE@@@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol __imp_free_audio_stream_buffer referenced in function "int __cdecl poll_gme_file(struct GMEFILE *)" (?poll_gme_file@@YAHPEAUGMEFILE@@@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol __imp_get_audio_stream_buffer referenced in function "int __cdecl poll_gme_file(struct GMEFILE *)" (?poll_gme_file@@YAHPEAUGMEFILE@@@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol "public: virtual __cdecl Std_File_Reader::~Std_File_Reader(void)" (??1Std_File_Reader@@UEAA@XZ) referenced in function "class Music_Emu * __cdecl gme_load_file(char *,char *)" (?gme_load_file@@YAPEAVMusic_Emu@@PEAD0@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol "public: char const * __cdecl Std_File_Reader::open(char const *)" (?open@Std_File_Reader@@QEAAPEBDPEBD@Z) referenced in function "class Music_Emu * __cdecl gme_load_file(char *,char *)" (?gme_load_file@@YAPEAVMusic_Emu@@PEAD0@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol "public: __cdecl Std_File_Reader::Std_File_Reader(void)" (??0Std_File_Reader@@QEAA@XZ) referenced in function "class Music_Emu * __cdecl gme_load_file(char *,char *)" (?gme_load_file@@YAPEAVMusic_Emu@@PEAD0@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol "public: __cdecl Gym_Emu::Gym_Emu(void)" (??0Gym_Emu@@QEAA@XZ) referenced in function "class Music_Emu * __cdecl gme_load_file(char *,char *)" (?gme_load_file@@YAPEAVMusic_Emu@@PEAD0@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol "public: __cdecl Nes_Emu::Nes_Emu(double)" (??0Nes_Emu@@QEAA@N@Z) referenced in function "class Music_Emu * __cdecl gme_load_file(char *,char *)" (?gme_load_file@@YAPEAVMusic_Emu@@PEAD0@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol "public: __cdecl Vgm_Emu::Vgm_Emu(bool,double)" (??0Vgm_Emu@@QEAA@_NN@Z) referenced in function "class Music_Emu * __cdecl gme_load_file(char *,char *)" (?gme_load_file@@YAPEAVMusic_Emu@@PEAD0@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol "public: __cdecl Gbs_Emu::Gbs_Emu(double)" (??0Gbs_Emu@@QEAA@N@Z) referenced in function "class Music_Emu * __cdecl gme_load_file(char *,char *)" (?gme_load_file@@YAPEAVMusic_Emu@@PEAD0@Z)
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol "public: __cdecl Spc_Emu::Spc_Emu(double)" (??0Spc_Emu@@QEAA@N@Z) referenced in function "class Music_Emu * __cdecl gme_load_file(char *,char *)" (?gme_load_file@@YAPEAVMusic_Emu@@PEAD0@Z)
5>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\zquest.dir\Debug\BuildLog.htm"
4>zcsound.lib(UB_SoundLibCore.obj) : error LNK2019: unresolved external symbol __imp_play_audio_stream referenced in function "int __cdecl gme_play(struct GMEFILE *,int)" (?gme_play@@YAHPEAUGMEFILE@@H@Z)
4>C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\zelda.exe : fatal error LNK1120: 309 unresolved externals
5>zquest - 451 error(s), 7 warning(s)
4>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\zelda.dir\Debug\BuildLog.htm"
4>zelda - 473 error(s), 19 warning(s)
6>------ Rebuild All started: Project: ALL_BUILD, Configuration: Debug x64 ------
6>Deleting intermediate and output files for project 'ALL_BUILD', configuration 'Debug|x64'
6>Building Custom Rule C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/CMakeLists.txt
6>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.
6>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\ALL_BUILD.dir\Debug\BuildLog.htm"
6>ALL_BUILD - 0 error(s), 0 warning(s)
========== Rebuild All: 3 succeeded, 3 failed, 0 skipped ==========

DarkDragon
01-09-2017, 02:21 PM
No hold on, you must compile using x86. ZC very much does not support being compiled in 64-bits. Even if you get it compile (the errors above are due to trying to link to a 32-bit Allegro library from a 64-bit executable) it will crash instantly if you try to load any quests, etc, and possible also cause massive corruption.

Do you have the corresponding log for x86?

DarkDragon
01-09-2017, 02:24 PM
Also can you try building with Unity, but without PCH?

ZoriaRPG
01-09-2017, 03:08 PM
I installed flex and bison using the GNUWin tools. CMake is not discovering them from the base files.

Their locations are:

C:\GnuWin32\bin\bison.exe
C:\GnuWin32\bin\flex.exe

What should I be doing here, to set up flex and bison for CMake?

I also downloaded the win_flex_bison package, and configure dit in VS2008, following these instructions:

http://www.di-mgt.com.au/flex_and_bison_in_msvc.html

I would advise including winflex and winbison in the repo, and having the cmake configuration utilise them.

ZoriaRPG
01-09-2017, 03:17 PM
Also can you try building with Unity, but without PCH?

Running CMake and generating projects using the following config:

VS 2008 x86, using 'native compilers'
Unity build
Not using PCH



The C compiler identification is MSVC 15.0.21022.8
The CXX compiler identification is MSVC 15.0.21022.8
Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 9.0/VC/bin/cl.exe
Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 9.0/VC/bin/cl.exe -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 9.0/VC/bin/cl.exe
Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 9.0/VC/bin/cl.exe -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Detecting CXX compile features
Detecting CXX compile features - done
CMake Warning at CMakeLists.txt:88 (message):
Flex and Bison not found. ZQuest will be compiled without the ZScript
parser.


Configuring done


Opening the project file.
Building ALL_BUILD

Microsoft Incremental Linker crashed.

VS Console


3>ffscript.cpp
3>zscriptversion.cpp
3>Generating Code...
3>Linking...
3>LINK : fatal error LNK1000: Internal error during IncrBuildImage


Error Message


Problem signature:
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: 00000000
Exception Code: c0000005
Exception Data: 00000008
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 1033


When this occurs, I'm also receiving a warning:

The project 'ALL_BUILD' has been modified outside of the build environment. Press Reload to load the updated project from disk. Press ignore to ignore the external changes.

I pressed Reload. The compiler halted.

VS Console


1>------ Build started: Project: zcsound, Configuration: Debug Win32 ------
2>------ Build started: Project: romview, Configuration: Debug Win32 ------
1>Building Custom Rule C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/CMakeLists.txt
2>Building Custom Rule C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/CMakeLists.txt
1>CMake is re-running because C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\CMakeFiles\generate.stamp is out-of-date.
1> the file 'C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/CMakeFiles/3.7.1/CMakeCXXCompiler.cmake'
1> is newer than 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\CMakeFiles\generate.stamp.depend'
1> result='-1'
1>CMake Warning at CMakeLists.txt:88 (message):
1> Flex and Bison not found. ZQuest will be compiled without the ZScript
1> parser.
2>CMake is re-running because C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\CMakeFiles\generate.stamp is out-of-date.
2> the file 'C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/CMakeFiles/3.7.1/CMakeCXXCompiler.cmake'
2> is newer than 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\CMakeFiles\generate.stamp.depend'
2> result='-1'
2>CMake Warning at CMakeLists.txt:88 (message):
2> Flex and Bison not found. ZQuest will be compiled without the ZScript
2> parser.
1>-- Configuring done
2>-- Configuring done
1>-- Generating done
2>-- Generating done
1>-- Build files have been written to: C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44
1>Compiling...
1>zcmusic.cpp
2>-- Build files have been written to: C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44
2>Compiling...
2>tab_ctl.cpp
1>zcmusicd.cpp
1>Generating Code...
2>jwinfsel.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 ------
3>Compiling...
4>Compiling...
3>zc_sys.cpp
4>NoScriptParser.cpp
2>jwin.cpp
4>win32.cpp
2>gui.cpp
4>load_gif.cpp
3>gui.cpp
4>tiles.cpp
3>midi.cpp
2>EditboxView.cpp
4>tab_ctl.cpp
3>md5.cpp
2>EditboxModel.cpp
3>zc_subscr.cpp
4>jwinfsel.cpp
2>editbox.cpp
3>subscr.cpp
4>gui.cpp
2>MouseBackend.cpp
3>script_drawing.cpp
4>zquest.cpp
2>GraphicsBackend.cpp
3>maps.cpp
2>Backend.cpp
2>alleg_compat.cpp
4>ffasm.cpp
2>romview.cpp
3>tiles.cpp
4>questReport.cpp
3>sprite.cpp
2>zsys.cpp
3>items.cpp
4>items.cpp
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
3>particles.cpp
2>Embedding manifest...
4>MouseBackend.cpp
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>link.cpp
4>GraphicsBackend.cpp
4>Backend.cpp
3>.\src\link.cpp(698) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
3>.\src\link.cpp(699) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
3>.\src\link.cpp(10134) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
4>jwin.cpp
3>.\src\link.cpp(10652) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
3>.\src\link.cpp(10659) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
3>.\src\link.cpp(10880) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
3>.\src\link.cpp(10887) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
3>.\src\link.cpp(11105) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
3>.\src\link.cpp(11109) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
3>weapons.cpp
4>zq_rules.cpp
3>guys.cpp
4>zsys.cpp
3>zc_sprite.cpp
4>zq_tiles.cpp
3>MouseBackend.cpp
4>zq_strings.cpp
3>GraphicsBackend.cpp
4>zq_subscr.cpp
3>Backend.cpp
3>jwin.cpp
4>Generating Code...
3>Generating Code...
4>Compiling...
4>zq_sprite.cpp
3>Compiling...
3>zc_custom.cpp
4>zq_misc.cpp
4>zq_items.cpp
3>title.cpp
4>zq_init.cpp
3>tab_ctl.cpp
4>zq_files.cpp
3>jwinfsel.cpp
4>zq_doors.cpp
3>pal.cpp
4>zq_custom.cpp
3>matrix.cpp
3>ending.cpp
4>zq_cset.cpp
4>zq_class.cpp
3>EditboxView.cpp
3>EditboxModel.cpp
4>alleg_compat.cpp
4>init.cpp
3>editbox.cpp
4>zc_custom.cpp
3>decorations.cpp
4>subscr.cpp
3>debug.cpp
3>colors.cpp
4>sprite.cpp
3>aglogo.cpp
4>save_gif.cpp
3>zsys.cpp
4>qst.cpp
3>alleg_compat.cpp
3>win32.cpp
4>particles.cpp
3>init.cpp
4>md5.cpp
4>midi.cpp
3>zc_items.cpp
4>gamedata.cpp
3>zc_init.cpp
4>Generating Code...
3>Generating Code...
4>Compiling...
4>EditboxView.cpp
4>EditboxModel.cpp
3>Compiling...
3>qst.cpp
4>editbox.cpp
4>defdata.cpp
4>colors.cpp
3>defdata.cpp
3>zelda.cpp
4>Generating Code...
4>Linking...
4>LINK : fatal error LNK1000: Internal error during IncrBuildImage
4> Version 9.00.21022.08
4> ExceptionCode = C0000005
4> ExceptionFlags = 00000000
4> ExceptionAddress = 00000000 (00000000) "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\link.exe"
4> NumberParameters = 00000002
4> ExceptionInformation[ 0] = 00000008
4> ExceptionInformation[ 1] = 00000000
4>CONTEXT:
4> Eax = 00000000 Esp = 0041ED00
4> Ebx = 40008184 Ebp = 0041ED2C
4> Ecx = 0002D670 Esi = 403645A8
4> Edx = 0041ED1C Edi = 013CD6C0
4> Eip = 00000000 EFlags = 00010246
4> SegCs = 00000023 SegDs = 0000002B
4> SegSs = 0000002B SegEs = 0000002B
4> SegFs = 00000053 SegGs = 0000002B
4> Dr0 = 00000000 Dr3 = 00000000
4> Dr1 = 00000000 Dr6 = 00000000
4> Dr2 = 00000000 Dr7 = 00000000
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>gamedata.cpp
3>ffscript.cpp
3>zscriptversion.cpp
3>Generating Code...
3>Linking...
3>LINK : fatal error LNK1000: Internal error during IncrBuildImage
3> Version 9.00.21022.08
3> ExceptionCode = C0000005
3> ExceptionFlags = 00000000
3> ExceptionAddress = 00000000 (00000000) "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\link.exe"
3> NumberParameters = 00000002
3> ExceptionInformation[ 0] = 00000008
3> ExceptionInformation[ 1] = 00000000
3>CONTEXT:
3> Eax = 00000000 Esp = 0027F040
3> Ebx = 40008180 Ebp = 0027F06C
3> Ecx = 0002D670 Esi = 403888D4
3> Edx = 0027F05C Edi = 013CD6C0
3> Eip = 00000000 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\zelda.dir\Debug\BuildLog.htm"
3>zelda - 1 error(s), 9 warning(s)
========== Build: 2 succeeded, 2 failed, 2 up-to-date, 0 skipped ==========


Trying to rebuild, and the linker crashed again.



Problem signature:
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


In fact, it crashes every time there is a LNK instruction;

Vs Console



1>------ Rebuild All started: Project: ZERO_CHECK, Configuration: Debug Win32 ------
1>Deleting intermediate and output files for 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>------ Rebuild All started: Project: romview, Configuration: Debug Win32 ------
2>Deleting intermediate and output files for project 'romview', configuration 'Debug|Win32'
3>------ Rebuild All started: Project: zcsound, Configuration: Debug Win32 ------
3>Deleting intermediate and output files for project 'zcsound', configuration 'Debug|Win32'
3>Building Custom Rule C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/CMakeLists.txt
2>Building Custom Rule C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/CMakeLists.txt
2>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.
3>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.
3>Compiling...
2>Compiling...
3>zcmusic.cpp
2>tab_ctl.cpp
2>jwinfsel.cpp
3>zcmusicd.cpp
3>Generating Code...
2>jwin.cpp
2>gui.cpp
2>EditboxView.cpp
2>EditboxModel.cpp
2>editbox.cpp
2>MouseBackend.cpp
2>GraphicsBackend.cpp
2>Backend.cpp
2>alleg_compat.cpp
2>romview.cpp
2>zsys.cpp
2>Generating Code...
2>Compiling resources...
3>Creating library...
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...
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>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
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...
4>------ Rebuild All started: Project: zelda, Configuration: Debug Win32 ------
4>Deleting intermediate and output files for project 'zelda', configuration 'Debug|Win32'
5>------ Rebuild All started: Project: zquest, Configuration: Debug Win32 ------
5>Deleting intermediate and output files for project 'zquest', configuration 'Debug|Win32'
4>Building Custom Rule C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/CMakeLists.txt
5>Building Custom Rule C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/CMakeLists.txt
2>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
2>Copyright (C) Microsoft Corporation. All rights reserved.
5>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.
4>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.
5>Compiling...
4>Compiling...
2>LINK : fatal error LNK1000: Internal error during IncrBuildImage
5>NoScriptParser.cpp
4>zc_sys.cpp
5>win32.cpp
5>load_gif.cpp
4>gui.cpp
5>tiles.cpp
4>midi.cpp
5>tab_ctl.cpp
4>md5.cpp
4>zc_subscr.cpp
5>jwinfsel.cpp
4>subscr.cpp
5>gui.cpp
4>script_drawing.cpp
5>zquest.cpp
4>maps.cpp
5>ffasm.cpp
4>tiles.cpp
5>questReport.cpp
4>sprite.cpp
5>items.cpp
4>items.cpp
5>MouseBackend.cpp
4>particles.cpp
5>GraphicsBackend.cpp
4>link.cpp
5>Backend.cpp
4>.\src\link.cpp(698) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
4>.\src\link.cpp(699) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
5>jwin.cpp
4>.\src\link.cpp(10134) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
4>.\src\link.cpp(10652) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
4>.\src\link.cpp(10659) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
4>.\src\link.cpp(10880) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
4>.\src\link.cpp(10887) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
4>.\src\link.cpp(11105) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
4>.\src\link.cpp(11109) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
4>weapons.cpp
5>zq_rules.cpp
4>guys.cpp
5>zsys.cpp
5>zq_tiles.cpp
4>zc_sprite.cpp
5>zq_strings.cpp
4>MouseBackend.cpp
4>GraphicsBackend.cpp
5>zq_subscr.cpp
4>Backend.cpp
4>jwin.cpp
5>Generating Code...
4>Generating Code...
5>Compiling...
5>zq_sprite.cpp
4>Compiling...
4>zc_custom.cpp
5>zq_misc.cpp
4>title.cpp
5>zq_items.cpp
4>tab_ctl.cpp
5>zq_init.cpp
4>jwinfsel.cpp
5>zq_files.cpp
4>pal.cpp
5>zq_doors.cpp
4>matrix.cpp
5>zq_custom.cpp
4>ending.cpp
5>zq_cset.cpp
5>zq_class.cpp
4>EditboxView.cpp
4>EditboxModel.cpp
5>alleg_compat.cpp
5>init.cpp
4>editbox.cpp
2> Version 9.00.21022.08
2> ExceptionCode = C0000005
2> ExceptionFlags = 00000000
2> ExceptionAddress = 00C4FCF7 (00BD0000) "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\link.exe"
2> NumberParameters = 00000002
2> ExceptionInformation[ 0] = 00000000
2> ExceptionInformation[ 1] = 0019D670
2>CONTEXT:
2> Eax = 401EE348 Esp = 003CEBB4
2> Ebx = 40008188 Ebp = 003CEBDC
2> Ecx = 0019D670 Esi = 401EE1BC
2> Edx = 003CEBCC Edi = 00BDD6C0
2> Eip = 00C4FCF7 EFlags = 00010246
2> SegCs = 00000023 SegDs = 0000002B
2> SegSs = 0000002B SegEs = 0000002B
2> SegFs = 00000053 SegGs = 0000002B
2> Dr0 = 00000000 Dr3 = 00000000
2> Dr1 = 00000000 Dr6 = 00000000
2> Dr2 = 00000000 Dr7 = 00000000
2>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\romview.dir\Debug\BuildLog.htm"
2>romview - 1 error(s), 33 warning(s)
5>zc_custom.cpp
4>decorations.cpp
5>subscr.cpp
4>debug.cpp
4>colors.cpp
5>sprite.cpp
4>aglogo.cpp
5>save_gif.cpp
5>qst.cpp
4>zsys.cpp
5>particles.cpp
4>alleg_compat.cpp
5>md5.cpp
5>midi.cpp
4>win32.cpp
4>init.cpp
5>gamedata.cpp
4>zc_items.cpp
5>Generating Code...
4>zc_init.cpp
5>Compiling...
5>EditboxView.cpp
4>Generating Code...
5>EditboxModel.cpp
4>Compiling...
4>qst.cpp
5>editbox.cpp
4>defdata.cpp
5>defdata.cpp
4>zelda.cpp
5>colors.cpp
4>gamedata.cpp
5>Generating Code...
5>Compiling resources...
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>LINK : C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\zquest.exe not found or not built by the last incremental link; performing full link
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
4>ffscript.cpp
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.
4>zscriptversion.cpp
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), 89 warning(s)
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...
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
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.
4>LINK : fatal error LNK1000: Internal error during IncrBuildImage
4> Version 9.00.21022.08
4> ExceptionCode = C0000005
4> ExceptionFlags = 00000000
4> ExceptionAddress = 04300433 (00000000) "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\link.exe"
4> NumberParameters = 00000002
4> ExceptionInformation[ 0] = 00000008
4> ExceptionInformation[ 1] = 04300433
4>CONTEXT:
4> Eax = 04300433 Esp = 0041EB30
4> Ebx = 40008180 Ebp = 0041EB5C
4> Ecx = 000BD670 Esi = 4040DF7C
4> Edx = 0041EB4C Edi = 0101D6C0
4> Eip = 04300433 EFlags = 00010246
4> SegCs = 00000023 SegDs = 0000002B
4> SegSs = 0000002B SegEs = 0000002B
4> SegFs = 00000053 SegGs = 0000002B
4> Dr0 = 00000000 Dr3 = 00000000
4> Dr1 = 00000000 Dr6 = 00000000
4> Dr2 = 00000000 Dr7 = 00000000
4>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\zelda.dir\Debug\BuildLog.htm"
4>zelda - 1 error(s), 101 warning(s)
6>------ Rebuild All started: Project: ALL_BUILD, Configuration: Debug Win32 ------
6>Deleting intermediate and output files for project 'ALL_BUILD', configuration 'Debug|Win32'
6>Building Custom Rule C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/CMakeLists.txt
6>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.
6>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\ALL_BUILD.dir\Debug\BuildLog.htm"
6>ALL_BUILD - 0 error(s), 0 warning(s)
========== Rebuild All: 4 succeeded, 2 failed, 0 skipped ==========

ZoriaRPG
01-09-2017, 03:22 PM
Cleaning, and trying from the ground up.

Still crashed the linker. Seems to be related to libpng or al_gif.lib?



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...
3>tab_ctl.cpp
2>zcmusic.cpp
3>jwinfsel.cpp
2>zcmusicd.cpp
2>Generating Code...
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)
4>------ Build started: Project: zelda, Configuration: Debug Win32 ------
5>------ Build started: Project: zquest, Configuration: Debug Win32 ------
5>Compiling...
4>Compiling...
5>NoScriptParser.cpp
4>zc_sys.cpp
3>jwin.cpp
3>gui.cpp
5>win32.cpp
5>load_gif.cpp
4>gui.cpp
5>tiles.cpp
3>EditboxView.cpp
4>midi.cpp
5>tab_ctl.cpp
3>EditboxModel.cpp
4>md5.cpp
4>zc_subscr.cpp
5>jwinfsel.cpp
3>editbox.cpp
4>subscr.cpp
5>gui.cpp
3>MouseBackend.cpp
4>script_drawing.cpp
3>GraphicsBackend.cpp
5>zquest.cpp
3>Backend.cpp
4>maps.cpp
3>alleg_compat.cpp
3>romview.cpp
5>ffasm.cpp
4>tiles.cpp
3>zsys.cpp
5>questReport.cpp
4>sprite.cpp
3>Generating Code...
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...
5>items.cpp
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
4>items.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
3>Embedding manifest...
5>MouseBackend.cpp
4>particles.cpp
5>GraphicsBackend.cpp
4>link.cpp
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
5>Backend.cpp
4>.\src\link.cpp(698) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
4>.\src\link.cpp(699) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
5>jwin.cpp
4>.\src\link.cpp(10134) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
4>.\src\link.cpp(10652) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
4>.\src\link.cpp(10659) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
4>.\src\link.cpp(10880) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
4>.\src\link.cpp(10887) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
4>.\src\link.cpp(11105) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
4>.\src\link.cpp(11109) : warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning)
4>weapons.cpp
5>zq_rules.cpp
4>guys.cpp
5>zsys.cpp
4>zc_sprite.cpp
5>zq_tiles.cpp
4>MouseBackend.cpp
5>zq_strings.cpp
4>GraphicsBackend.cpp
5>zq_subscr.cpp
4>Backend.cpp
4>jwin.cpp
5>Generating Code...
4>Generating Code...
4>Compiling...
4>zc_custom.cpp
4>title.cpp
5>Compiling...
5>zq_sprite.cpp
5>zq_misc.cpp
4>tab_ctl.cpp
4>jwinfsel.cpp
5>zq_items.cpp
5>zq_init.cpp
4>pal.cpp
5>zq_files.cpp
4>matrix.cpp
5>zq_doors.cpp
4>ending.cpp
5>zq_custom.cpp
4>EditboxView.cpp
4>EditboxModel.cpp
5>zq_cset.cpp
4>editbox.cpp
5>zq_class.cpp
4>decorations.cpp
5>alleg_compat.cpp
5>init.cpp
4>debug.cpp
4>colors.cpp
5>zc_custom.cpp
4>aglogo.cpp
5>subscr.cpp
4>zsys.cpp
5>sprite.cpp
4>alleg_compat.cpp
4>win32.cpp
4>init.cpp
5>save_gif.cpp
5>qst.cpp
4>zc_items.cpp
5>particles.cpp
4>zc_init.cpp
5>md5.cpp
5>midi.cpp
4>Generating Code...
5>gamedata.cpp
4>Compiling...
4>qst.cpp
5>Generating Code...
4>defdata.cpp
4>zelda.cpp
5>Compiling...
5>EditboxView.cpp
4>gamedata.cpp
4>ffscript.cpp
5>EditboxModel.cpp
5>editbox.cpp
4>zscriptversion.cpp
5>defdata.cpp
4>Generating Code...
5>colors.cpp
5>Generating Code...
5>Compiling resources...
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>LINK : C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\zquest.exe not found or not built by the last incremental link; performing full link
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...
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>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
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.
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), 101 warning(s)
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), 89 warning(s)
3> Version 9.00.21022.08
3> ExceptionCode = C0000005
3> ExceptionFlags = 00000000
3> ExceptionAddress = 00000000 (00000000) "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\link.exe"
3> NumberParameters = 00000002
3> ExceptionInformation[ 0] = 00000008
3> ExceptionInformation[ 1] = 00000000
3>CONTEXT:
3> Eax = 00000000 Esp = 003DEE68
3> Ebx = 40008188 Ebp = 003DEE94
3> Ecx = 00A3D670 Esi = 401EE1BC
3> Edx = 003DEE84 Edi = 00CDD6C0
3> Eip = 00000000 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 ==========


It's outputting binaries though, to /Debug

DarkDragon
01-09-2017, 03:25 PM
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.

ZoriaRPG
01-09-2017, 03:27 PM
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?!

DarkDragon
01-09-2017, 03:32 PM
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?

DarkDragon
01-09-2017, 03:55 PM
I've pushed new .lib and .dll for the debug Allegro build. Does it work now?

ZoriaRPG
01-09-2017, 04:13 PM
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


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


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:





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"""

ZoriaRPG
01-09-2017, 04:23 PM
Building with precompiled headers did not cause the linker to crash.



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)



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.

DarkDragon
01-09-2017, 04:37 PM
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).

ZoriaRPG
01-09-2017, 04:58 PM
Removed that from the path, and trying again.

Ran CMake, generated new projects with identical settings.

The linker crashed again.



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.



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.

DarkDragon
01-09-2017, 05:36 PM
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....

ZoriaRPG
01-09-2017, 05:43 PM
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_dev/ZC_2.50.3_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. ... :(

ZoriaRPG
01-09-2017, 05:44 PM
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_dev/ZC_2.50.3_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.

ZoriaRPG
01-09-2017, 05:49 PM
I'm seeing some framerate loss. I presume that is because of the debug flag on this, and that it is writing to the debug files during operation?

There is also some kind of bitmap corruption happening when setting ullscreen. THe imnitial time it is set, nothing seems wrong, but wexiting fullscreen to windowed mode, and returning, there is.

To replicate this:

Launch zelda.exe
Start playing 1st.qst
Change from windowed mode to fullscreen
Change from fullscreen to large window
Change back to fullscreen

The black borders become pink, drawn as colour 0 rendered visible, and windows gadgets will flicker through them. Perhaps the system palette isn't being set properly somehow.

Further, the mouse cursor is not visible when ZC first opens, and lacks a save file. Clicking OK/Cancel is rather hard to do without that.

Oh my. Starting in fullscreen, the colour table is corrupted. Invisible colours are rendered as pink, and there are numerous other colour artefacts.

http://timelord.insomnia247.nl/zc/zc_dev/zc_2503-ag-44_colour_corruption.png

The pixel ratio is also incorrect, which you cannot see from that screenshot.

http://timelord.insomnia247.nl/zc/zc_dev/zc_2503-ag-44_colour_corruption2.png

This is on Win7, not Win10.

Dropping out of fullscreen to windowed mode fixes the palette, so somewhere in the process of converting the desktop to 8-bit, it isn't properly setting the system palette.

DarkDragon
01-09-2017, 06:15 PM
Ok. I will fix the mouse issue.

The palette issue I will look into as well; it works for me on Win 10. To make sure I understand, the problem occurs when you

1. Start in fullscreen, or
2. Start windowed, go fullscreen, go windowed, go back to fullscreen;

but not when you

3. Start windowed, and go fullscreen (only once)?

ZoriaRPG
01-09-2017, 06:20 PM
Ok. I will fix the mouse issue.

The palette issue I will look into as well; it works for me on Win 10. To make sure I understand, the problem occurs when you

1. Start in fullscreen, or
2. Start windowed, go fullscreen, go windowed, go back to fullscreen;

but not when you

3. Start windowed, and go fullscreen (only once)?

Correct, save that it does not occur if you start in 320x240. If you start with 640x480, and go to fullscreen, it likewise corrupts the colours. :(

Other notes. The video mode becomes corrupt if you do fullscreen before loading a quest, from 320x240. If you load a quest (I tested 1st.qst) first, it plays with normal colours until you exit fullscreen. If you alt+tab out, and later return focus to zc, the colours are wildly corrupted.

I wish that I could show you, but trying to capture the screen with Print Screen grabs pure black, rather than the true display. Those other images also lacked some colours that were visible on-screen.

When returning to fullscreen after alt+tab, if you click the screen to freeze the game, then unfreeze it by clicking it, the in-game palette is partially restored. The border is still hot pink, and the subscreen colours are wrong.

System event popups also appear over the display, and flicker. For example, Skype notifications are drawn in the middle of the screen.

DarkDragon
01-09-2017, 06:24 PM
I'm seeing some framerate loss. I presume that is because of the debug flag on this

Yes, probably. Does it run at the full 60 FPS when you build in Release mode?

DarkDragon
01-09-2017, 06:26 PM
Correct, save that it does not occur if you start in 320x240. If you start with 640x480, and go to fullscreen, it likewise corrupts the colours. :(

Ok, thanks. I will investigate.

ZoriaRPG
01-09-2017, 06:51 PM
I have not set that flag yet. I'll report on it as soon as I do.

I wanted to ensure that debug mode worked first, as that produced additional components.

DarkDragon
01-09-2017, 07:21 PM
I've fixed the mouse cursor issue.

The palette problem has me puzzled, though, since the code does save and restore the palette when it switches video modes.

Can you try your experiment (start Allegro in 640x480 mode, then switch to fullscreen) and paste your allegro.log file?


System event popups also appear over the display, and flicker. For example, Skype notifications are drawn in the middle of the screen.
Is this a new development? Or has this always been the case?

Gleeok
01-09-2017, 11:32 PM
Are these problems on the master branch, or the alegg44-dx8 branch?

If the linker crashes it's usually because of corrupted (incompatible) libraries. An alternative method might be to remove libs from the linker until it replaces crashes with unresolved errors.

Maybe the flex/bison dependency thing is more trouble than before?

DarkDragon
01-09-2017, 11:37 PM
Are these problems on the master branch, or the alegg44-dx8 branch?
I've been talking to ZoriaRPG and they've been happening since 2.50.2 at least. Probably a problem with his system DirectDraw libraries? Gleeok, does fullscreen work for you?


Maybe the flex/bison dependency thing is more trouble than before?
It's only a problem if you have two different version of flex/bison on your PATH. Usually it Just Works (you have flex and bison installed) or does nothing to compile the ZScript language (ie, same as the old approach).

Gleeok
01-09-2017, 11:46 PM
I'm still confused about which branch y'all are compiling on because the thread is called "CMAKE Branch." :P

DarkDragon
01-09-2017, 11:48 PM
Oh sorry: DD/alleg44

ZoriaRPG
01-09-2017, 11:59 PM
The linkers are only crashing for the Debug build, I should mention that, as the Release build doesn't do that.

ZoriaRPG
01-10-2017, 02:45 PM
Interface bug: A user testing this branch reported that when he set the screen res for Zelda XD to its highest setting, it overflowed his display, and the menu was no longer visible to reset it. Might be good to add a dialogue 'Keep this new resolution' to these things that appears at 0x,0y of the window.

DarkDragon
01-10-2017, 03:04 PM
Yes. Good point.

Shadowblitz16
01-10-2017, 03:16 PM
here is a but with window screen when its idle
in the gif I keep clicking in and out except for when the screen changes since that's when the bug happens
https://giphy.com/gifs/l4q8cB8Ye4occRKrC


Edit: it also seems the game updates when the window is idle
this might be the problem for the above bug

EditAgain: ZoriaRPG informs me that the game being active during the os window losing focus is not a bug.

ZoriaRPG
01-10-2017, 03:18 PM
here is a but with window screen when its idle
in the gif I keep clicking in and out except for when the screen changes since that's when the bug happens
https://giphy.com/gifs/l4q8cB8Ye4occRKrC

Does this only affect the title screen?
DarkDragon: Shadowblitz is helping to bugtest the parserscope build.

DarkDragon
01-10-2017, 03:19 PM
Can you explain a bit more the bug? There are a few frames before and after the "All Of Treasures" scroll where the palette is incorrect?

What do you mean you "keep clicking in and out"? Is this necessary to reproduce the bug?

Also is this windowed mode, fullscreen mode, or both?

Shadowblitz16
01-10-2017, 03:34 PM
DarkDragon
the bug seems to fix itself when you click back into the game.
also I just clicked in and out to show that the game was active during the window being idle
and its during window mode haven't tested it with fullscreen

ZoriaRPG informs me that the game being active during the os window losing focus is not a bug.
however the palette problem while doing so is a bug. its just not a priority since it fixes itself when the window is focused again.

DarkDragon
01-10-2017, 03:59 PM
Ok. So if I understand correctly, the problem is that palette changes that happen while ZC is in the background do not take effect until ZC regains focus?

ZoriaRPG
01-10-2017, 06:08 PM
Ok. So if I understand correctly, the problem is that palette changes that happen while ZC is in the background do not take effect until ZC regains focus?

From what I saw, and his description, when he paused the game by clicking the window (i.e. clicktofreeze), it shifted the palette, and it reverted to normal when he clicked it to resume. This is what Im getting from this, but it does not happen to me.

IDK if it is also doing it when he merely shifts to another window??? He mentioned something about a dual-display, which pretty much says 'higher end video card'. I;ve no idea what GPU he has, but I believe he is using Win10.

I'm thinking that offering a doubleblit video mode, available as a menu option, whether in full screen, or windowed mode, might be our best solution for this. 'Doubleblit: Offers greater compatibility on newer OSes, but may be slower.'

DarkDragon
01-10-2017, 06:09 PM
I agree, and will add this when I get some free time. The idea would be to use the native desktop color depth and color-convert when rendering every frame.

ZoriaRPG
01-10-2017, 06:20 PM
I agree, and will add this when I get some free time. The idea would be to use the native desktop color depth and color-convert when rendering every frame.

Right. I would just make it menu toggle of some sort, so that it's up to the user to enable or disable. Hell, we can enable it by default, and if it slows the system, then the user can try disabling it... although we'll need to test both performance issues, and any new drawing issues that it might present.

DarkDragon
01-11-2017, 06:31 AM
I can confirm the palette issue. When ZC is in the background, the screen no longer repaints (the desired behavior) but palette changes still occur; this means that whatever is frozen on the screen will look funky when the palette for a different part of the opening sequence gets loaded in.

Clearing the screen to black on losing focus doesn't even fix the problem, since black on some palettes looks hot pink in others.

The fix would be to dig into where Allegro handles set_palette() and change the behavior so that it stashes palette changes and applies them the next the window regains focus, rather than immediately. But I'm not extremely motivated to do this... I think I'll declare this bug low priority for now. If you like, you can post it as a github issue, and I will take a look at it on the mythical Someday.

The ability to run ZC at native color depth (at a performance cost) is still on my short list, though (which will also fix this palette issue, for those using the option).

DarkDragon
01-16-2017, 03:27 AM
I believe I have caught up with the feedback in this thread:
- I've added a "native color depth" option in the video mode selection menu. Selecting it uses the desktop's native color depth, and converts ZC's buffer to this depth every frame. This carries a performance cost, so you can turn off native mode on older computers, but hopefully this resolves some of the driver issues you all are experiencing on modern OSes with 8-bit mode. I've reinstated the "-0bit" and "-8bit" command line flags to toggle this behavior.
- I've added 960x720 resolution to the menu, by popular demand. It uses "small" mode GUI layout since the large mode is aliased at this resolution.
- I've added a warning message if you try to switch to a resolution larger than your monitor supports.

ZoriaRPG
01-16-2017, 10:37 PM
I believe I have caught up with the feedback in this thread:
- I've added a "native color depth" option in the video mode selection menu. Selecting it uses the desktop's native color depth, and converts ZC's buffer to this depth every frame. This carries a performance cost, so you can turn off native mode on older computers, but hopefully this resolves some of the driver issues you all are experiencing on modern OSes with 8-bit mode. I've reinstated the "-0bit" and "-8bit" command line flags to toggle this behavior.
- I've added 960x720 resolution to the menu, by popular demand. It uses "small" mode GUI layout since the large mode is aliased at this resolution.
- I've added a warning message if you try to switch to a resolution larger than your monitor supports.

Nice. I'll do a build, and report any issues that I encounter with the new modes. Branch DD/alleg44, right?

DarkDragon
01-16-2017, 11:15 PM
Right.

ZoriaRPG
01-17-2017, 05:38 PM
Any chance you would make 'Release' the default, instead of "Debug', so that it isn't mandatory to set this every time? The linker crashes on debug need to be resolved, but in the interim...

One other suggestion: How about making the build date something that is read from system time, so that the ZC and ZQ info panes do not need to be manually updated in zdefs.h?

DarkDragon
01-17-2017, 05:45 PM
Any chance you would make 'Release' the default, instead of "Debug', so that it isn't mandatory to set this every time? The linker crashes on debug need to be resolved, but in the interim...
You should be able to just recompile within MSVC, after you pull? Does pulling from the repository reset the build configuration for you?


One other suggestion: How about making the build date something that is read from system time, so that the ZC and ZQ info panes do not need to be manually updated in zdefs.h?
I can look into this. The build number would still need to be incremented manually, though, so is there much benefit?

ZoriaRPG
02-03-2017, 08:10 AM
I found an issue with the GUI dialogue changes:

http://timelord.insomnia247.nl/zc/zc_dev/Bug_Dialogues_DD_Master.png

When loading a quest in ZQuest, if you change the path from whatever the default is, the lister does not update, and the lister contents become drawn at an offset.

After clicking in the lister selection again, it updates.

Specifics:

Bring up the load quest dialogue in ZQuest.
Click in the path bar, and change the path.
The lister will not refresh, and lister contents will be displayed at 0x0.
Click inside the lister, where the files are displayed normally.
The lister then refreshes.
The graphical issue does not vanish.
Changing the path again, repeats the problem. (It does not 'go away' after one occurrence.)

Tested in 320x240 and 640x480, using 'Truecolour', on Win7.

DarkDragon
02-03-2017, 11:00 AM
Thanks. I'll take a look.

DarkDragon
02-10-2017, 09:06 PM
I'm having trouble reproducing this bug.

Can you give more detail about what you mean by "changing the path"? You click in the top text field (containing the path), type in a new path, hit Enter, and this causes the bug?

Gleeok
09-20-2017, 02:55 AM
Why do I periodically get this CMAKE error?



1>Checking Build System
1>The system cannot find the path specified.
1>Project : error PRJ0019: A tool returned an error code from "Checking Build System"


Why do I have to regenerate project files all the blasted time?! I'm tired of dealing with this shit...

ZoriaRPG
09-20-2017, 06:23 AM
Why do I periodically get this CMAKE error?



Why do I have to regenerate project files all the blasted time?! I'm tired of dealing with this shit...

PRJ0019

Is than an MSVC error, or a CMake error label? I have never seen that one.

Gleeok
09-20-2017, 09:08 AM
It's fine. It only takes a minute to fix. I just get so angry at random build error messages! :P