FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveMac / FivePhone (iPhone, iPad) Error al compilar con VERCE
Posts: 3358
Joined: Fri Oct 07, 2005 08:20 PM
Error al compilar con VERCE
Posted: Sat Nov 29, 2008 06:23 PM
Maestro Antonio:

Estoy intentando compilar VisualFw con VERCE 4.5 y me tira este error:
C:\VisualFw\Prgs\Code.Prg(72) Warning W00001 Ambiguous Reference: 'NOLDOPTION'


Saludos
SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
Posts: 1076
Joined: Fri Oct 07, 2005 10:41 PM
Re: Error al compilar con VERCE
Posted: Tue Dec 02, 2008 07:28 AM
Armando wrote:Maestro Antonio:

Estoy intentando compilar VisualFw con VERCE 4.5 y me tira este error:
C:\VisualFw\Prgs\Code.Prg(72) Warning W00001 Ambiguous Reference: 'NOLDOPTION'


Saludos


Sólo declara NOLDOPTION y listo
William, Morales

Saludos



méxico.sureste
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Error al compilar con VERCE
Posted: Tue Dec 02, 2008 08:49 AM
Armando,

Modifica este comando en FWH\include\folder.ch
#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
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion