Note that there are some explanatory texts on larger screens.

plurals
  1. POHow do I build BugTrap?
    primarykey
    data
    text
    <p>I am trying to build the <a href="http://www.intellesoft.net/downloads.php" rel="nofollow noreferrer">Intellesoft BugTrap</a> source using Visual Studio 2008. I have downloaded and unziped the BugTrap source and the zlib source. I navigated down to ./BugTrap/Win32/BugTrap and opened BugTrap.sln (suggest by the author <a href="http://www.codeproject.com/KB/applications/BugTrap.aspx?msg=2903103#xx2903103xx" rel="nofollow noreferrer">here</a>). </p> <p>I used Build->Build Solution and the build failed with a compiler error:</p> <blockquote> <p>fatal error C1083: Cannot open include file: 'zip.h': No such file or directory</p> </blockquote> <p>I opened the project properties and added the path to the zlib-vc/zlib/include folder to the list of "Additional Include Directories" and tried to build again.</p> <p>The second build attempt failed with a linker error:</p> <blockquote> <p>fatal error LNK1104: cannot open file 'zlibSD.lib'</p> </blockquote> <p>I opened the zlib project and built the source. The zlib build succeeded. However, the bin directory does not contain a zlibSD.lib. The closest file in name is zlibMSD.lib. This <a href="http://www.codeproject.com/KB/applications/BugTrap.aspx?msg=2902967#xx2902967xx" rel="nofollow noreferrer">poster</a> on CodeProject seemed to have the same problem I did. But there is no resolution posted.</p> <p>Hopefully someone out there has experience building this project and can point me in the right direction, I've played with the binary distribution and it seems really slick.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload