Well.. it's the same... :(
Now I see the two threads:
C:\tsts\3.0\kernel>make -fDataModuleTS3.mak -B -d BCC32="mtbcc32 -debug"
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
C:\CBuilder6\BIN\mtbcc32 -debug -Od -H=c:\temp\objs\tsts3\datamodule\pch
.csm -Hc -Q -Vx -Ve -ff -X- -r- -a8 -6 -b- -k -y -v -vi- -c -tWM -w-par -Ic:\F
astReport3\LibBCB6;C:\ts\GenLicencias;..\mensajeria;..\programacion;..\varios;..
\ventanas;K:\LockBox\hpp6;C:\CBuilder6\Projects;C:\CBuilder6\include;C:\CBuilder
6\include\vcl;K:\NexusDB1\CBuilder6;K:\RxLib275BCB6\Units;k:\TMSPack\hpp6;K:\Del
phiGems\VirtualTreeview\hpp6;"K:\DelphiGems\Theme
Manager\hpp6";k:\bc2\tol;k:\bc
2\fechas;C:\jcl\include\c6;c:\ts\hasp;C:\HASPCD12\win32api\C;C:\DevExp.VCL\Libra
ry\CBuilder6;c:\kbmMemTable4\c6;"k:" -D_DEBUG;USAR_HASP;_RTLDLL;NO_STRICT;USEPAC
KAGES -nc:\temp\objs\tsts3\datamodule\ .\DataModuleTS3.CPP .\AutoDebug.CPP
.\Aud
itoria.CPP .\VErrorDebug.CPP .\VDataModulePrincipalTS3.CPP
..\ventanas\VEntrada.
CPP ..\varios\UtilVarios.CPP .\ConsErrores.CPP
..\varios\UtilConfiguracion.CPP .
\UtilUsuarios.CPP ..\mensajeria\UtilMensajeria.CPP .\ManejadorLicencias.CPP
.\VD
ataModuleReportes.CPP .\PermisosUsuarios.CPP
Compiling...
Thread count: 2
Debug: true
Equalize: false - 1 files at a time.
Thread 2368:
bcc32 -Od -H=c:\temp\objs\tsts3\datamodule\pc-0h.csm -Hc -Q -Vx -Ve
-ff -X- -r- -a8 -6 -b- -k -y -v -vi- -c -tWM -w-par -Ic:\FastReport3\LibBCB6;C:
\ts\GenLicencias;..\mensajeria;..\programacion;..\varios;..\ventanas;K:\LockBox\
hpp6;C:\CBuilder6\Projects;C:\CBuilder6\include;C:\CBuilder6\include\vcl;K:\Nexu
sDB1\CBuilder6;K:\RxLib275BCB6\Units;k:\TMSPack\hpp6;K:\DelphiGems\VirtualTreevi
ew\hpp6;K:\DelphiGems\Theme
Manager\hpp6;k:\bc2\tol;k:\bc2\fechas;C:\jcl\include
\c6;c:\ts\hasp;C:\HASPCD12\win32api\C;C:\DevExp.VCL\Library\CBuilder6;c:\kbmMemT
able4\c6;k: -D_DEBUG;USAR_HASP;_RTLDLL;NO_STRICT;USEPACKAGES -nc:\temp\objs\tsts
3\datamodule\ .\DataModuleTS3.CPP .\AutoDebug.CPP .\Auditoria.CPP
.\VErrorDebug.
CPP .\VDataModulePrincipalTS3.CPP ..\ventanas\VEntrada.CPP
..\varios\UtilVarios.
CPP
Thread 204:
bcc32 -Od -H=c:\temp\objs\tsts3\datamodule\pc-1h.csm -Hc -Q -Vx -Ve
-ff -X- -r- -a8 -6 -b- -k -y -v -vi- -c -tWM -w-par -Ic:\FastReport3\LibBCB6;C:\
ts\GenLicencias;..\mensajeria;..\programacion;..\varios;..\ventanas;K:\LockBox\h
pp6;C:\CBuilder6\Projects;C:\CBuilder6\include;C:\CBuilder6\include\vcl;K:\Nexus
DB1\CBuilder6;K:\RxLib275BCB6\Units;k:\TMSPack\hpp6;K:\DelphiGems\VirtualTreevie
w\hpp6;K:\DelphiGems\Theme
Manager\hpp6;k:\bc2\tol;k:\bc2\fechas;C:\jcl\include\
c6;c:\ts\hasp;C:\HASPCD12\win32api\C;C:\DevExp.VCL\Library\CBuilder6;c:\kbmMemTa
ble4\c6;k: -D_DEBUG;USAR_HASP;_RTLDLL;NO_STRICT;USEPACKAGES -nc:\temp\objs\tsts3
\datamodule\ .\ConsErrores.CPP ..\varios\UtilConfiguracion.CPP
.\UtilUsuarios.CP
P ..\mensajeria\UtilMensajeria.CPP .\ManejadorLicencias.CPP
.\VDataModuleReporte
s.CPP .\PermisosUsuarios.CPP
But after this, no other message. In the task manager there is no bcc32
running now, but it still doesn't return from the call to make... and
mtbcc32 is still present in the task manager.
Changing for threads1, 2, 4 etc doesn't seem to help... bcc32 ends from the
task list but mtbcc32 seems to fail realizing that.
Regards,
--
Rodrigo Gómez
www.rodrigogomez.com.mx/gallery/
"Jonathan Benedicto" <
XXXX@XXXXX.COM >escribi?en el mensaje
Quote
"Rodrigo Gómez" < XXXX@XXXXX.COM >wrote in message
news:43035f9d$ XXXX@XXXXX.COM ...
>Unfortunately that doesn't do the trick...
>
>With the 1.1 version, for example, I get all the errors about not being
>able to open an include file. With the 1.2 it just sits there without
>displaying anything :-|, and it doesn't seem to end.
Can you try with the new version ? It now prints out info with or without
the -debug mode on.
Jonathan