ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

f.carvalho's profile - activity

2020-05-02 22:31:25 -0500 received badge  Notable Question (source)
2020-05-02 22:31:25 -0500 received badge  Popular Question (source)
2015-05-04 08:47:53 -0500 asked a question class_loader - visual studio

Hi,

I am trying to port class_loader lib to windows (Visual Studio). I already tried to put some __declspec(dllexport) header declarations in plugin´s classes but nothing seems to be working. Does anyone have some tips to help?

thanks

2015-05-01 19:01:04 -0500 commented answer win_ros, image_transport not compiling due to class_loader

Hi,

I am trying to port class_loader lib to windows (Visual Studio). I followed the daniel´s suggestion and I tried to put some __declspec(dllexport) header declarations in plugin´s classes but nothing worked. Does anyone have some tips to help?