SYSUTILS and TCC 14.00.26 x64?

May 31, 2008
62
0
Oklahoma
This may be an artifact of my ignorance but I haven't been able to identify my mistake. ;)

TCC 13
Code:
Directory of  C:\Program Files\JPSoft\TCMD13x64\PLUGINS\*
 7/05/2012   8:47         114,688  sysutils64.dll

> ver
TCC  13.04.63 x64   Windows 7 [Version 6.1.7601]
> plugin /B
C:\Program Files\JPSoft\TCMD13x64\PlugIns\sysutils64.dll

TCC 14
Code:
Directory of  C:\Program Files\JPSoft\TCMD14x64\PLUGINS\*
 7/05/2012   8:47         114,688  sysutils64.dll
 
> ver
TCC  14.00.26 x64   Windows 7 [Version 6.1.7601]
> plugin
TCC: No plugins loaded

FWIW I don't have this problem with "sysutils.dll" under Windows XP.
 
May 20, 2008
12,167
133
Syracuse, NY, USA
Are you saying it's OK with v13/64 and not OK with v14/64 ... each installed in the default folder? Are both TCC.EXEs present in the right places (C:\Program Files\JPSoft\TCMD13x64\ and C:\Program Files\JPSoft\TCMD14x64\)? I haven't got a clue and I don't have a 64-bit system on which to test (nor do I install in the default location). Did you try loading it by path\name?

Code:
PLUGIN /L C:\Program Files\JPSoft\TCMD14x64\PLUGINS\sysutils64.dll

Internally (in the PLUGININFO structure) it's named just "SYSUTILS"; that didn't seem to make a difference to previous TCCs.

Maybe Rex will chime in here.

Jay (if you're reading) did you get it working.

I'd like to hear from (at least one) who is successfully using my 64-bit plugins with TCC v14.
 
Jul 5, 2012
24
0
See my most recent post in this thread. The problem is that a dll that was takecmd.dll in x64 v13 is now takecmdx64.dll in v14, and I describe a quick workaround until the fix is released.
 

Charles Dye

Super Moderator
Staff member
May 20, 2008
4,689
106
Albuquerque, NM
prospero.unm.edu
See my most recent post in this thread. The problem is that a dll that was takecmd.dll in x64 v13 is now takecmdx64.dll in v14, and I describe a quick workaround until the fix is released.

I can confirm this. None of my plugins load in TCC v14 x64 either.

I guess I could recompile them for v14, but then they won't load in older versions, including TCC/LE....
 
May 31, 2008
62
0
Oklahoma
Code:
[]ver /r
 
TCC  14.00.27 x64  Windows 7 [Version 6.1.7601]
[]plugin /i sysutils
Module:      C:\Program Files\JPSoft\TCMD14x64\PlugIns\sysutils64.dll
Name:        SYSUTILS
Author:      Vincent Fatica
Email:      moc.rr.yncwt@snigulp
Web:
Description: Various utilities
. . . .

Alll seems well! ;)
 

Similar threads