Page 1 of 1
Error al compilar con VERCE
Posted: Sat Nov 29, 2008 6:23 pm
by Armando
Maestro Antonio:
Estoy intentando compilar VisualFw con VERCE 4.5 y me tira este error:
Code: Select all
C:\VisualFw\Prgs\Code.Prg(72) Warning W00001 Ambiguous Reference: 'NOLDOPTION'
Saludos
Re: Error al compilar con VERCE
Posted: Tue Dec 02, 2008 7:28 am
by wmormar
Armando wrote:Maestro Antonio:
Estoy intentando compilar VisualFw con VERCE 4.5 y me tira este error:
Code: Select all
C:\VisualFw\Prgs\Code.Prg(72) Warning W00001 Ambiguous Reference: 'NOLDOPTION'
Saludos
Sólo declara NOLDOPTION y listo
Posted: Tue Dec 02, 2008 8:49 am
by Antonio Linares
Armando,
Modifica este comando en FWH\include\folder.ch
Code: Select all
#xcommand @ <nRow>, <nCol> TABS [<oTabs>] ;
[ <of: OF, WINDOW, DIALOG> <oWnd> ] ;
[ <prm: PROMPT, PROMPTS, ITEMS> <cPrompt,...> ] ;
[ <bmp: BITMAP, BITMAPS, RESOURCE> <cBitMap,...> ] ;
[ <act: ACTION, EXECUTE, ON CHANGE> <uAction> ] ;
[ <lPixel: PIXEL> ] ;
[ <lDesign: DESIGN> ] ;
[ <color: COLOR, COLORS> <nClrFore> [,<nClrBack>] ] ;
[ OPTION <nOption> ] ;
[ SIZE <nWidth>, <nHeight> ] ;
[ MESSAGE <cMsg> ] ;
=> ;
[<oTabs> := ] TTabs():New( <nRow>, <nCol>,;
[\{<cPrompt>\}], [{|nOption,nOldOption|<uAction>}], ;
<oWnd>, <nOption>, <nClrFore>, <nClrBack>, <.lPixel.>,;
<.lDesign.>, <nWidth>, <nHeight>, <cMsg>, [\{<cBitMap>\}] )
Observa que ahora usa nOldOption en su traducción