Harbour 3.2.0dev (Rev. 18881)
Copyright (c) 1999-2013, http://harbour-project.org/
Compiling 'e:\aba\aba_4\Locals.prg'...
100
200
300
100
100
100
100
200
300
400
500
600
100
200
100
200
100
200
100
200
300
400
500
600
700
800
900
1000
1100
1200
1300
1400
1500
1600
1700
100
100
100
100
200
100
200
300
400
500
600
700
800
900
1000
1100
1200
1300
1400
1500
1600
1700
Lines 7024, Functions/Procedures 29
Generating C source output to 'e:\aba\aba_4\csrc\Locals.c'... Done.
In harbour/src/compiler/hbmain.c:
static void * pOutStdFunc = NULL;
static void * pOutErrFunc = NULL;
void setOutStd( void * p )
{
pOutStdFunc = p;
}
void setOutErr( void * p )
{
pOutErrFunc = p;
}
en int hb_compMainExt():
HB_COMP_PARAM->pOutPath = NULL;
if( pOutStdFunc )
HB_COMP_PARAM->outStdFunc = pOutStdFunc;
if( pOutErrFunc )
HB_COMP_PARAM->outErrFunc = pOutErrFunc;
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 36 guests