Tradelink compile errors.

Discussion in 'Trading Software' started by ganesha, Jun 5, 2013.

  1. ganesha

    ganesha

    I am a new user to Tradelink and would really really appreciate if someone can help me.

    I did the follows

    http://code.google.com/p/tradelink/wiki/TradeLinkBuild

    I have also installed Nunit and Visual Studi 2012 Express. The errors I ran into are attached.

    I would really really appreciate if any of you can offer any advice, Many many thanks.
     
  2. You have to exclude the broker-connector projects from building. You are most likely missing the references to the libraries for these.
     
  3. ganesha

    ganesha

    Thanks a lot guys.

    @ Steve, I posted in the user group, got no response.

    @Pippi, I would be grateful if you could exactly tell me how to do that, how to exclude the brokers, while compiling. Many thanks again.
     
  4. Right-click the "TradelinkSuite"-solution in the solution-explorer, click 'Configuration manager' and uncheck all broker projects in the Build-column.

    You should really get a introduction book on VisualStudio and c#..