<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <span class="Apple-style-span" style="color: rgb(0, 0, 0);
      font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica,
      sans-serif; font-size: 13px; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 2;
      word-spacing: 0px; -webkit-text-decorations-in-effect: none;
      -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 221); ">
      <p>I am a student and i make research. I use windows 7 and MS
        visual studio 2010 ultimate.</p>
      <p>I want to run gamsTest.cpp which is in Cbc-2.7.4\Cbc\test
        directory in Cbc package, in order to compare with the gams
        model.</p>
      <p>I make a new visual studio project and i copy-paste the code in
        the source code .cpp file.<br>
      </p>
      <p>I put the .h and .cpp files needed from the <br>
        C:\Users\Christos\Desktop\Cbc-2.7.4\Cbc\src<br>
        C:\Users\Christos\Desktop\Cbc-2.7.4\Cgl\src<br>
        C:\Users\Christos\Desktop\Cbc-2.7.4\Clp\src<br>
        C:\Users\Christos\Desktop\Cbc-2.7.4\Osi\src<br>
      </p>
      <p>in the same folder with the project.<br>
      </p>
      <p>But i get 17 errors all like this:<br>
        Error&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp; error LNK2019: unresolved external symbol "void
        __cdecl WindowsErrorPopupBlocker(void)"
        (?WindowsErrorPopupBlocker@@YAXXZ) referenced in function
        _main&nbsp;&nbsp;&nbsp;
        C:\Users\Christos\Desktop\dipl_test\dipl\dipl\dipl.obj&nbsp;&nbsp;&nbsp; dipl</p>
      <p>(there is attached photo)<br>
      </p>
      <p>Can anyone help?<br>
        Thank you<br>
      </p>
    </span>
  </body>
</html>