- Aug
- 2,059
- 83
Hi,
I am running;
I am running into problems getting plugins to work with this new version of TCC. All of these plugins work with no problem in v16.
Amazingly, all of the plugins that I have written work fine. It's the ones that I did not write that do not work.
I must be missing something simple. Constructive suggestions appreciated.
Joe
I am running;
Code:
TCC 17.00.57 Windows Vista [Version 6.0.6002]
TCC Build 57 Windows Vista Build 6002 Service Pack 2
Code:
TCC:5496: 13 > echo %_admin
1
Code:
TCC:6024: 3 > plugin /l chill.dll
TCC: (Sys) A dynamic link library (DLL) initialization routine failed.
"chill.dll"
TCC:6024: 4 > plugin /l iso8601.dll
TCC: (Sys) A dynamic link library (DLL) initialization routine failed.
"iso8601.dll"
TCC:6024: 5 > plugin /l 4utils.dll
TCC: (Sys) The specified procedure could not be found.
"4utils"
TCC:5496: 3 > plugin /l FedUtils8.dll
TCC: (Sys) The specified procedure could not be found.
"FedUtils8.dll"
Amazingly, all of the plugins that I have written work fine. It's the ones that I did not write that do not work.
Code:
TCC:5496: 12 > dir /k/m chill.dll iso8601.dll 4utils.dll FedUtils8.dll
4/05/2011 16:27 28,160 Chill.dll
4/25/2014 10:00 67,584 iso8601.dll
5/16/2014 4:43 119,808 4utils.dll
8/19/2007 21:42 594,944 FedUtils8.dll
I must be missing something simple. Constructive suggestions appreciated.
Joe