- Aug
- 2,073
- 84
Since updating to 27.01.22, I am having a problem with LIBRARY functions and piping.
I have my .library files in C:\Program Files\JPSoft\TCMD27\library, so that they are all loaded on startup.
When I run anything through a pipe, all works, except for the warnings;
If I use an in-process pipe, no warnings;
...and all works as it should.
The reason I am getting those warnings is that I have functions with the same name in different libraries:
As I said, I have only noticed this since updating to 27.01.22
Joe
I have my .library files in C:\Program Files\JPSoft\TCMD27\library, so that they are all loaded on startup.
When I run anything through a pipe, all works, except for the warnings;
Code:
e:\utils>dir /[d-0] /od | *view
TCC: The library function already exists "vb"
TCC: The library function already exists "vbtest"
TCC: The library function already exists "AddOne"
TCC: The library function already exists "SVJob"
If I use an in-process pipe, no warnings;
Code:
e:\utils>dir /[d-0] /od |! *view
The reason I am getting those warnings is that I have functions with the same name in different libraries:
Code:
c:\program files\jpsoft\tcmd27\library>ffind /t"vbtest" *.library
---- C:\Program Files\JPSoft\TCMD27\library\calc.library
vbtest {
---- C:\Program Files\JPSoft\TCMD27\library\vb.library
vbtest {
2 lines in 2 files
As I said, I have only noticed this since updating to 27.01.22
Joe
Code:
_x64: 1
_admin: 1
_elevated: 1
TCC 27.01.22 x64 Windows 10 [Version 10.0.19042.928]