<div> </div>
<div>Hi, </div>
<div>I would like to know if the topic below has been solved because I have exactly the same problem.</div>
<div>I&#39; ve download the 3 packages Symphony : 5.1.0, 5.1.1 and 5.1.8 for windows.</div>
<div>Each time I tried to compile milp.c, indicating well the paths (\include for .h, and \lib for .lib), I had the same link errors : </div>
<div><em>undefined reference to sym_open_environment(), </em></div>
<div><em>undefined reference to sym_get_infinity(), </em></div>
<div><em>etc...</em></div>
<div>I&#39;m currently working with code::blocks, but I&#39;ve also tried to compile it with Dev-cpp, NetBeans and even Microsoft visual studio 2008. I get always the same link errors!</div>
<div>It&#39;s been 3 days that I looked up in every forum, and I can&#39;t find solutions.</div>
<div>I&#39;m despairing</div>
<div> </div>
<div>    &gt;Hi all,<br>    &gt;<br>    &gt;Forgive a potentially silly question from a complete novice.  I&#39;m trying to<br>    &gt;run the &#39;milp.c&#39; example to learn how Symphony works.  I&#39;m using Visual C++<br>
    &gt;express 2008 with the &#39;Symphony-5.1.1-win32-msvc-v8&#39; binaries package.<br>    &gt;&#39;milp.c&#39; compiles fine but has trouble linking.  I get the following errors:<br>    &gt;<br>    &gt;main.obj : error LNK2019: unresolved external symbol<br>
    &gt;_sym_close_environment referenced in function _main<br>    &gt;main.obj : error LNK2019: unresolved external symbol _sym_get_obj_val<br>    &gt;referenced in function _main<br>    &gt;main.obj : error LNK2019: unresolved external symbol<br>
    &gt;_sym_get_col_solution referenced in function _main<br>    &gt;main.obj : error LNK2019: unresolved external symbol _sym_solve<br>    &gt;referenced in function _main<br>    &gt;main.obj : error LNK2019: unresolved external symbol<br>
    &gt;_sym_explicit_load_problem referenced in function _main<br>    &gt;main.obj : error LNK2019: unresolved external symbol _sym_get_infinity<br>    &gt;referenced in function _main<br>    &gt;main.obj : error LNK2019: unresolved external symbol<br>
    &gt;_sym_open_environment referenced in function _main<br>    &gt;C:\Documents and Settings\yang.sui\My Documents\Visual Studio<br>    &gt;2008\Projects\symphony\Debug\symphony.exe : fatal error LNK1120: 7<br>    &gt;unresolved externals<br>
    &gt;<br>    &gt;<br>    &gt;I believe all my include directories are correctly set, as well as library<br>    &gt;dependencies.  I&#39;ve tried using Visual C++ 2005 and but end up with the<br>    &gt;exact same problems.  I also built the symphony code from source using<br>
    &gt;Cygwin and tried the &#39;milp.c&#39; example in Eclipse but I have the same<br>    &gt;problems there.<br>    &gt;<br>    &gt;What am I doing wrong?<br>    &gt;<br>    &gt;Thanks in advance for your time.<br>    &gt;<br>
    &gt;Yang</div>