如何在没有 test_run.pl perl 脚本的情况下 运行 Opendds 应用程序?

How to run Opendds application without test_run.pl perl script?

我用的是VS2017,

Eclipse 4.4 建模 SDK,传输为 TCP

我创建了一个模型并从中生成了代码,现在能够运行应用程序publisher.cpp和subscriber.cpp使用来自Opendds的test_run.pl Perl文件GitHub (common Perl file),但据我所知,这仅用于测试目的,

我有 pub.exe 和 sub.exe

如何在没有 Perl 脚本的情况下 运行 它们?

您需要确保OpenDDS lib目录在您的PATH中,之后您可以执行pub和sub。