Hi, I'm new. I need to develop a traditional OPC server. I work with CSharp and Visual Studio.
All resources are in CPP? or are there other options?
Regards.
Randy Armstrong
Admin
Forum Posts: 1568
Member Since: 05/30/2017
Offline
2
03/28/2018 - 06:54
The .NET API source should have a sample C# server.
It can't work without a C++ wrapper because .NET COM IOP does not work perfectly with the OPC COM interfaces.