how to compile/reuse existing device server ?

hi, i am trying to use ModbusDataViewer device server

but i did not get how to compile in vs2013
i have checked MakeFile.vc there is some different libs (sw-support and hw-support ) which my tango installation dont have , how do i get those files. and whoat is SOLEIL_ROOT
=========================Makefile.vc=======================
device_server= ModbusDataViewer

INCUSER= /I$(SOLEIL_ROOT)\sw-support\YAT\include \
/I$(SOLEIL_ROOT)\sw-support\YAT4tango\include \
/I./task
LIBUSER= $(SOLEIL_ROOT)\sw-support\YAT\lib\static\msvc-8.0\libYAT.lib \
$(SOLEIL_ROOT)\sw-support\YAT4tango\lib\static\msvc-8.0\libYAT4tango.lib \
$(SOLEIL_ROOT)/hw-support/plc/lib/PLCServerProxy.lib
============================================================
i am using Windows 10 x64, with visual studio 2013 and TANGO binary release for windows version 9.2.2

Please help me.

Edited 7 years ago
Hi,

It looks like this device server requires Yat and Yat4Tango libraries.
As far as I know, you can get them from tango-cs Sourceforge subversion repository:

If someone knows a better way to get them, please share.
Hoping this helps,
Reynald
Rosenberg's Law: Software is easy to make, except when you want it to do something new.
Corollary: The only software that's worth making is software that does something new.
 
Register or login to create to post a reply.