Welcome!

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

SignUp Now!

SYSUTILS and TCC 14.00.26 x64?

May
62
0
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.
 
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.
 
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.
 
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....
 
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

Back
Top