[Coin-discuss] clpUnitTest in Windows

Gabrielle A. Grün grun at cs.sfu.ca
Sun Oct 2 00:36:47 EDT 2005


Hi All,

For   proper command line (or debugger) file name input in clpUnitTest in 
Windows,  line 88 of ClpMain.cpp has to be changed from “    std::string 
directory ="./";”  to “”    std::string directory ="";. The following patch 
may work:
#ifdef WIN32
             std::string directory ="";

#else
         std::string directory ="./";
#e

Ndif
Many thanks.

Gabrielle A. Grün, Ph.D. Student
School of Computing Science
Simon Fraser University
8888 University Drive
Burnaby, BC
V5A 1S6
<http://www.cs.sfu.ca/~grun> 




More information about the Coin-discuss mailing list