Is there a Visual Studio C++ project available that shows the handling of the remote accessing DLL?

Q

Is there a Visual Studio C++ project available that shows the handling of the remote accessing DLL?

A

There is a simple test program available here: Test Programm C++.zip

It shows the initialization of a netHOST for Profibus. It searches for entries in the drivers device table, opens a channel to Profibus, uploads as example an exisiting "config.nxd" file in netHOSTs file system , send a message packet as example and waits for the answer and reset the netHOST finally. Then it starts from the beginning.