Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

PLUGINs and Version 17.0

Aug
1,916
68
Hi,
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
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.
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
 
Old versions of my plugins won't work with v17 because some functions from TakeCmd.dll are no longer available. There are new builds in ftp://lucky.syr.edu/4plugins which should work with v17 and all back to v11. That should get 4UTILS working for you.
 
Good!

Joe, in your profile it says "from Latitude 42.787045 Longitude -81.175952" (near London, Ont., I reckon). That text is a link to
Code:
"http://jpsoft.com/forums/misc/location-info?location=Latitude+42.787045+Longitude+-81.175952"
so I clicked it. I wound up here, viewing a map of Syracuse, NY (my location)!
Code:
https://www.google.com/maps/search/Latitude+42.787045+Longitude+-81.175952/@43.0313404,-76.1239749,13z/data=!3m1!4b1

What's up with that? Is that feature of the forum not working correctly?
 
What's up with that? Is that feature of the forum not working correctly?

When I clicked on the link in my profile, it took me to Liaoning, China.

You are correct, it should be the London, ON area.

Joe
 

Similar threads

Back
Top