Dear Sir,
I am trying to execute latency and throughput examples from rti_workspace folder but Its giving me error. I am working with Java and using this command as per documentation. <NDDSHOME>/bin/rtiddsgen -language Java -example <your Java arch> -notypecode Latency.idl
I am writing x64Win64jdk as my java architecture because I am using Windows 7 64 bit. But unfortunately it gives me error of "rtiddsgen cannot generate build/project files for the architecture x64Win64jdk. I have set all the environment variables carefully and accurately for both rti_connext_dds and Java jdk. Can you provide me the soluton for this error.
Moreover gmake command is also not working while I have installed GNUWin 32 and 64, I have also installed MinGW which is minimalize platform of GNU.
For C++ Latency and throughput, It is giving the following error
1>LINK : fatal error LNK1104: cannot open file 'nddscppd.lib'
while the hello simple examples are running quite comfortably.
I have also tried perftest 5.2.0 and 5.2.4 solutions to run but Visual studio is giving me following error. I tried to resolve some errors but unfortunately when one error is resolved another several errors show up.
fatal error C1083: Cannot open include file: 'security/security_default.h': No such file or directory
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Conclusion is so far I have not been able to run any latency or throughput tests from examples or rti_workspace.
Your help would be much appreciated.