Hello,
I'm trying to build an old project, created with 0.11.2 version, using Nim 1.0.2. I'm blocked with the following error:
Error: undeclared identifier: 'TChannel'
I'm using the following options to build the project:
How can I solve the problem? Is TChannel deprecated?
You may look for available symbols at
https://nim-lang.org/docs/lib.html
I think most P and T prefixes have vanished, was a legacy from Pascal notation.
Channel is available, TChannel not, so I assume TChannel is replaced with plain Channel.