Hello,

I am very new to QT and also have basic knowledge of programming. I should create an simple interface and I should also use a linear solver, so I found glpk as a free software, which can be also integrated to QT. I have loaded the package and could use the solver in Visual Studio but when I tried for QT I failed. I did the instructions on this website: first I have completed these steps https://en.wikibooks.org/wiki/GLPK/Windows and got optimal solution found. After that for compiling on QT https://en.wikibooks.org/wiki/GLPK/C...e_GLPK_library but at the end I get error message undefined reference to 'glp_version' I am pretty sure that I have written the correct path. Any idea what I am doing wrong?
Thank you