Skip to content

Instantly share code, notes, and snippets.

@dhood
Created April 14, 2016 00:30
Show Gist options
  • Save dhood/7e8c794b5986d12a4dd775a5d0b2fc7b to your computer and use it in GitHub Desktop.
Save dhood/7e8c794b5986d12a4dd775a5d0b2fc7b to your computer and use it in GitHub Desktop.
linking issues windows fastrtps parameters
C:\dev\src\examples>dumpbin /dependents install\bin\set_and_get_parameters__rmw_fastrtps_cpp.exe Microsoft (R) COFF/PE Dumper Version 14.00.23506.0 Copyright (C) Microsoft Corporation. All rights reserved. Dump of file install\bin\set_and_get_parameters__rmw_fastrtps_cpp.exe File Type: EXECUTABLE IMAGE Image has the following dependencies: rclcpp.dll MSVCP140.dll VCRUNTIME140.dll api-ms-win-crt-runtime-l1-1-0.dll api-ms-win-crt-heap-l1-1-0.dll api-ms-win-crt-math-l1-1-0.dll api-ms-win-crt-stdio-l1-1-0.dll api-ms-win-crt-locale-l1-1-0.dll KERNEL32.dll Summary 1000 .data 1000 .gfids 1000 .pdata 3000 .rdata 1000 .reloc 1000 .rsrc 4000 .text C:\dev\src\examples>dumpbin /dependents install\bin\talker__rmw_fastrtps_cpp.exe Microsoft (R) COFF/PE Dumper Version 14.00.23506.0 Copyright (C) Microsoft Corporation. All rights reserved. Dump of file install\bin\talker__rmw_fastrtps_cpp.exe File Type: EXECUTABLE IMAGE Image has the following dependencies: rclcpp.dll rmw.dll rmw_fastrtps_cpp.dll std_msgs__rosidl_typesupport_introspection_cpp.dll MSVCP140.dll VCRUNTIME140.dll api-ms-win-crt-runtime-l1-1-0.dll api-ms-win-crt-stdio-l1-1-0.dll api-ms-win-crt-heap-l1-1-0.dll api-ms-win-crt-math-l1-1-0.dll api-ms-win-crt-locale-l1-1-0.dll KERNEL32.dll Summary 1000 .data 1000 .gfids 1000 .pdata 5000 .rdata 1000 .reloc 1000 .rsrc 7000 .text 1000 .tls C:\dev\src\examples>install\bin\talker__rmw_fastrtps_cpp.exe Publishing: 'Hello World: 1' Publishing: 'Hello World: 2' Publishing: 'Hello World: 3' Publishing: 'Hello World: 4' Publishing: 'Hello World: 5' Publishing: 'Hello World: 6' Publishing: 'Hello World: 7' Publishing: 'Hello World: 8' Publishing: 'Hello World: 9' Publishing: 'Hello World: 10' signal_handler(2) C:\dev\src\examples>install\bin\set_and_get_parameters__rmw_fastrtps_cpp.exe Parameter name: foo Parameter value (integer): 2 Parameter name: baz Parameter value (double): 1.450000 C:\dev\src\examples>dumpbin /dependents install\bin\talker__rmw_fastrtps_cpp.exe Microsoft (R) COFF/PE Dumper Version 14.00.23506.0 Copyright (C) Microsoft Corporation. All rights reserved. Dump of file install\bin\talker__rmw_fastrtps_cpp.exe File Type: EXECUTABLE IMAGE Image has the following dependencies: rclcpp.dll rmw.dll rmw_fastrtps_cpp.dll std_msgs__rosidl_typesupport_introspection_cpp.dll MSVCP140.dll VCRUNTIME140.dll api-ms-win-crt-runtime-l1-1-0.dll api-ms-win-crt-stdio-l1-1-0.dll api-ms-win-crt-heap-l1-1-0.dll api-ms-win-crt-math-l1-1-0.dll api-ms-win-crt-locale-l1-1-0.dll KERNEL32.dll Summary 1000 .data 1000 .gfids 1000 .pdata 5000 .rdata 1000 .reloc 1000 .rsrc 7000 .text 1000 .tls C:\dev\src\examples>dumpbin /dependents \dev\ros2\build\rclcpp\Release\rclcpp.dll Microsoft (R) COFF/PE Dumper Version 14.00.23506.0 Copyright (C) Microsoft Corporation. All rights reserved. Dump of file \dev\ros2\build\rclcpp\Release\rclcpp.dll File Type: DLL Image has the following dependencies: rcl_interfaces__rosidl_typesupport_introspection_cpp.dll rmw.dll rmw_fastrtps_cpp.dll MSVCP140.dll VCRUNTIME140.dll api-ms-win-crt-runtime-l1-1-0.dll api-ms-win-crt-stdio-l1-1-0.dll api-ms-win-crt-heap-l1-1-0.dll api-ms-win-crt-convert-l1-1-0.dll api-ms-win-crt-environment-l1-1-0.dll KERNEL32.dll Summary 6000 .data 1000 .gfids 5000 .pdata 28000 .rdata 1000 .reloc 1000 .rsrc 49000 .text 1000 .tls C:\dev\src\examples>dumpbin /dependents \dev\ros2\build\rclcpp\Release\rclcpp__rmw_fastrtps_cpp.dll Microsoft (R) COFF/PE Dumper Version 14.00.23506.0 Copyright (C) Microsoft Corporation. All rights reserved. Dump of file \dev\ros2\build\rclcpp\Release\rclcpp__rmw_fastrtps_cpp.dll File Type: DLL Image has the following dependencies: rcl_interfaces__rosidl_typesupport_introspection_cpp.dll rmw.dll rmw_fastrtps_cpp.dll MSVCP140.dll VCRUNTIME140.dll api-ms-win-crt-runtime-l1-1-0.dll api-ms-win-crt-stdio-l1-1-0.dll api-ms-win-crt-heap-l1-1-0.dll api-ms-win-crt-convert-l1-1-0.dll api-ms-win-crt-environment-l1-1-0.dll KERNEL32.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment