Windows

Note: Applies to RTI Connext 4.x and above. An RTI Connext application installed as a Windows Service application (formerly known as an NT service) will not communicate over shared memory with a DDS application that is not installed as a Windows Service. This is due to the namespace used to create ...
5959 reads — 0 comments
Note: Applies to RTI Data Distribution Service 4.4b and below If a network interface is disconnected or disabled while your application is running, your application might hang when properly shutting down your DomainParticipant. The likely cause is how the middleware cleans up sockets and how ...
3739 reads — 0 comments
Note: Applies to RTI Connext 4.x and above. RTI Data Distribution Service 4.4 and later include support for non-monotonic support. Please refer to the 4.4 User's Manual for details and the list of supported platforms. RTI Data Distribution Service 4.3 and earlier requires a monotonic increasing ...
4812 reads — 1 comment
Note: Applies to RTI Connext 4.x and above. Start Eclipse in the Java perspective. Right-click in the white area of Package Explorer and select New, Java Project In the New Java Project dialog, for the Project name , enter: MyDDSProject Click Finish . (This creates MyDDSProject in the Package ...
11514 reads — 1 comment
Note: Applies to RTI Data Distribution Service 4.x. When running RTI Data Distribution Service over an RS-232 PPP link on a Windows XP system with Service Pack 2, you might see the following PPP Server error: WSASendTo() is failing with the error code 10022, WSAEINVAL. This error occurs because the ...
1808 reads — 0 comments
Errno 0x2738 or 10040 is WSAEMSGSIZE . It indicates that a datagram failed to be sent or received because an OS or hardware buffer was smaller than the datagram. Check for consistency between the publishing and subscribing Participant’s Transport property: transport.parent.message_size_max . ...
5080 reads — 0 comments
Note: Applies to RTI Connext 4.x and above. When using Visual Studio to build the project files generated by rtiddsgen, you may see the following error message: [source file name]:fatal error C1083: Cannot open compiler generated file:[object file name] is generated. The error is due to the fact ...
40310 reads — 0 comments
NOTE: Applies to NDDS 3.x and RTI Connext 4.x and above. If you see errors similar to the following when using the Visual Studio 6.0 development environment: nddscorezd.lib(heap.obj) : error LNK2001: unresolved external symbol __aligned_malloc nddscorezd.lib(heap.obj) : error LNK2001: unresolved ...
3530 reads — 0 comments
Note: Applies to RTI Data Distribution Service 4.2 and later The error observed may be similar to the following: The library nddsjavad.dll could not be loaded on Windows. Make sure that the library is in your Path environment variable. Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\ ...
5103 reads — 1 comment
Note: RTI Data Distribution Service 4.0 and 4.1. RTI Data Distribution Service 4.1d provides native support for these 64-bit platforms: Red Hat Enterprise Linux 3.0 and 4.0 Solaris 10 Windows XP Professional x64 Edition To build and run earlier versions of RTI Data Distribution Service applications ...
3967 reads — 0 comments

Pages

Subscribe to RSS - Windows