[Coin-discuss] A problem with testBarriier

fadeaway at sjtu.edu.cn fadeaway at sjtu.edu.cn
Wed Aug 31 20:48:15 EDT 2005


 hi,
     I am using the sample file testBarrier.cpp in the CLP/Samples directory
     to test the barrier method. (under windows, using MS 6.0)

      In order to use the ClpCholeskyWssmp class, I added 
         #define WSSMP_BARRIER 1
      on the top of the  ClpCholeskyWssmp.cpp.
      
      Then I got some link errors:
        ClpCholeskyWssmp.obj : error LNK2001: unresolved external symbol _ekkwssmp
        ClpCholeskyWssmp.obj : error LNK2001: unresolved external symbol _ekk_newModel
        ClpCholeskyWssmp.obj : error LNK2001: unresolved external symbol _ekk_initializeContext
      
      Then I changed the define of WSSMP_BARRIER to 2,and i got this:
         ClpCholeskyWssmp.obj : error LNK2001: unresolved external symbol _wssmp
         ClpCholeskyWssmp.obj : error LNK2001: unresolved external symbol _wsetmaxthrds
 
      It seems that the complier can\'t find the definition of these functions.
      Is there anyone who can tell me where are there functions defined ? 

¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡                       yours fadeaway
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡                       fadeaway at sjtu.edu.cn
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡                         2005-09-01 


More information about the Coin-discuss mailing list