François Keith
François Keith
:+1: Some details on the installation of the dependencies would also be appreciated.
@kayusawa Hi, I would be interested in testing roboptim on windows. Could you please send me (or put on a server) those pre-compiled libraries? Thanks. Le 8 oct. 2014 12:43,...
Just putting my 2 cents here. I have tried to compile roboptim-core on windows very recently (I must be 1-2 commits late wrt master). Here are the errors I found...
I don't think it is required to keep the ROBOPTIM_DLLAPI macro for the templated class (e.g. Problem) since the definition of the method is in the .hxx and those files...
Yes, otherwise some compilation issues may raise.
@phuicy I pushed on https://github.com/francois-keith/roboptim-core the current state of my windows version. I tested it on MSVC 2012, with the following deps: - boost 1.55 - libtools 1.5.26 - eigen...
AFAIK, you can export the specialization of templated methods or methods of templated class. I've put an example of the syntax in this repo : francois-keith/test_template_export@34e2e12 To be honest, it...