[Scidvspc-users] Programming - SCID and .NET
Chess Database and Toolkit program
Brought to you by:
stevenaaus
From: John S. <che...@ho...> - 2012-10-22 19:13:54
|
Has anyone tried to integrate SCID with .NET? I have written a couple of standalone TCL scripts on windows to export data out of a DB, and all in all it is great fun, but since I am more familiar with .NET, I'd prefer to have the option to script SCID from C#.What are my options?I can think of a couple:- create .NET wrappers on top of SCID libraries with a tool like SWIG. I am worried that C++ code has dependencies on TCL though.- Invoke TCL commands via some kind of .NET/TCL integration. I have not figured out whether this is possible though since SCID has its own TCL interpreter, so using .NET implementation of TCL interpeter won't quite work if I get the picture correctly. I am rather new to TCL, but am very glad to have found the TCL scripting to SCID, because the abstraction level feels just right for writing short scripts. Thank you. |