0

I am using VS2017,

Eclipse 4.4 modeling SDK, transport is TCP

I created a model and generated code from it, now able to run the application publisher.cpp and subscriber.cpp with test_run.pl Perl file from Opendds GitHub (common Perl file), but as I know this for testing purpose only,

I have pub.exe and sub.exe

how to run them without Perl script?

iopertyki
  • 31
  • 1
  • 9

1 Answers1

0

You need to make sure the OpenDDS lib directory is in your PATH, after that you can execute the pub and sub.

Johnny Willemsen
  • 2,942
  • 1
  • 14
  • 16