Hi Andrew, after 2 weeks where I had no time for the subject, I came back to it and I tried your advice. But unfortunately it didn't work. Changing to icl.exe leads to the same problems that occur when I compile in VS 2008 with Intel(R) C++ 11.1.065.
The compiler complains here: 1>glpsql.c 1>C:\Program Files\Microsoft SDKs\Windows\v6.0A\\include\winnt.h(11243): error: expected a statement 1> } 1> ^ I have compiled 4.43 and many other previous versions without ODBC support without any problems before. But with ODBC support + Intel compiler it just doesn't work. Attached I'm sending you the project. Maybe you have some idea... Regards Peter ------------------- Obviously some settings are wrong. When I tried icc++, I just changed cl.exe to icl.exe in Makefile_VC and then run Build_GLPK_with_VC9.bat (in subdirectory w32). I think this must work for you. In any case please make sure that HAVE_CONFIG_H=1 is defined in the command-line, and config.h is exactly the same as config_VC from the subdirectory w32. Andrew Makhorin _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
