robotology / robot-testing-framework

Robot Testing Framework (RTF)
http://robotology.github.io/robot-testing-framework/index.html
GNU Lesser General Public License v2.1
19 stars 11 forks source link

compilation problem on Windows #18

Closed apaikan closed 9 years ago

apaikan commented 9 years ago

There is still a compilation problem on windows due to lack of proper configuration (dllexport) of the shared libraries. It can be fixed as described here http://www.cmake.org/Wiki/BuildingWinDLL.

apaikan commented 9 years ago

Fixed!