Search found 120 matches: w0001

Return to advanced search

Re: Harbour warnings

... (Build 20201212) Copyright 1999-2020, http://www.xharbour.org http://www.harbour-project.org/ Compiling 'prueba.prg'... prueba.prg(3) Warning W0001 Ambiguous reference: 'A' Generating C source output to 'prueba.c'... Done. Lines 6, Functions/Procedures 2, pCodes 9 d:\xPrueba>harbour prueba ...
by hmpaquito
Fri Jun 24, 2022 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2335

Re: Conversion from ca-clipper ( not found a variable)

... reference, assuming memvar 'SERVER_PATH' test1.prg(75) Warning W0002 Ambiguous reference, assuming memvar 'LOCAL_PATH' test1.prg(81) Warning W0001 Ambiguous reference 'OCLP' The warning for oClp I wonder : It is defined as public (I need it all over the program), but still a warning in the ...
by Marc Venken
Thu Mar 03, 2022 11:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4344

Re: Conversion from ca-clipper ( not found a variable)

... Warning W0027 Meaningless use of expression ':' test1.prg(1716) Warning W0027 Meaningless use of expression 'Logical' test1.prg(1744) Warning W0001 Ambiguous reference 'DLG' test1.prg(1757) Warning W0001 Ambiguous reference 'NSIZE' test1.prg(1758) Warning W0001 Ambiguous reference 'NSIZE' ...
by Enrico Maria Giordano
Thu Mar 03, 2022 10:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4344

Re: Conversion from ca-clipper ( not found a variable)

... Warning W0027 Meaningless use of expression ':' test1.prg(1716) Warning W0027 Meaningless use of expression 'Logical' test1.prg(1744) Warning W0001 Ambiguous reference 'DLG' test1.prg(1757) Warning W0001 Ambiguous reference 'NSIZE' test1.prg(1758) Warning W0001 Ambiguous reference 'NSIZE' ...
by Marc Venken
Thu Mar 03, 2022 9:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4344

Re: Incrustar Calculadora de Windows en Dialogo

Adhemar, no compila ni con HARBOUR, y ni con xHARBOUR. ERROR.LOG: ACUELAR.prg(114) Warning W0001 Ambiguous reference 'DEFAULT' ACUELAR.prg(351) Warning W0027 Meaningless use of expression 'Logical' #include "FiveWin.ch"// By: Adhemar CuéllarFUNCTION Main()  ...
by karinha
Thu Jul 15, 2021 1:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incrustar Calculadora de Windows en Dialogo
Replies: 10
Views: 1167

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... reserved. ..\Harbour_msvc64\bin\harbour erp.prg /q0 /n /W -I..\Fwh64\include -I..\Harbour_msvc64\include -I..\mysql\Include erp.prg(131) Warning W0001 Method <GetDataBases()> not declared or declaration mismatch in class <TMySQL> erp.prg(145) Warning W0001 Method <GetTables()> ...
by Compuin
Thu Jul 01, 2021 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4079

Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... preprocessed output to 'erp.ppo'... Lines 5608, Functions/Procedures 8 Generating C source output to 'erp.c'... Done. erp.prg(130) Warning W0001 Method <GetDataBases()> not declared or declaration mismatch in class <TMySQL> erp.prg(144) Warning W0001 Method <GetTables()> ...
by Compuin
Fri Jun 25, 2021 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4079

Re: FW_ExceltoDbf version in FW 2102

... <->(aSort(AFIELDS(aFieldNames)))>' tester.prg(65) Error E0030 Syntax error "syntax error at '->'" tester.prg(65) Warning W0001 Ambiguous reference 'OCLASS' tester.prg(65) Warning W0001 Ambiguous reference 'NSCOPE' tester.prg(130) Error E0019 #error 'Invalid instance variable ...
by Marc Venken
Mon Mar 29, 2021 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_ExceltoDbf version in FW 2102
Replies: 19
Views: 2569

Problem when compiling with Harbor

... , with header file and case sensitive I have this error [code]Copyright (c) 1999-2020, https://harbour.github.io/ Righe.prg(5689) Warning W0001 Ambiguous reference 'ARRAY_IVE'[code] The problem is that in the source I Have i := ascan(atotale[array_ive],. . . And in the header.ch #define ...
by Maurizio
Mon Nov 30, 2020 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem when compiling with Harbor
Replies: 5
Views: 576

Re: TsBrowse(320) Warning W0001 Ambiguous reference 'SUPER'

Gracias.

Con este cambio ya no marco ese Warning.
by noe aburto
Wed Aug 26, 2020 4:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TsBrowse(320) Warning W0001 Ambiguous reference 'SUPER'
Replies: 4
Views: 529

Re: TsBrowse(320) Warning W0001 Ambiguous reference 'SUPER'

En los include esta asi: #include "Fivewin.ch" #include "TSBrowse.ch" #ifdef __XPP__ #define Super ::TControl #define New _New #xtranslate _DbSkipper => DbSkipper #EndIf #ifdef __HARBOUR__ #xtranslate _DbSkipper => DbSkipper #ifdef __HBOLE__ #define __OLE__ #EndIf EXTERN Or...
by noe aburto
Wed Aug 26, 2020 12:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TsBrowse(320) Warning W0001 Ambiguous reference 'SUPER'
Replies: 4
Views: 529

TsBrowse(320) Warning W0001 Ambiguous reference 'SUPER'

Una molestia más:

Al crear la lib tsbrowse, me carca error con Harbour 3.2, y con la version Harbour 3.0 no lo hace

TsBrowse(320) Warning W0001 Ambiguous reference 'SUPER'

la linea es:

METHOD BeginPaint() INLINE If( ::lRepaint, Super:BeginPaint(), 0 )

Ayuda.
by noe aburto
Wed Aug 26, 2020 12:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TsBrowse(320) Warning W0001 Ambiguous reference 'SUPER'
Replies: 4
Views: 529

Re: Errores en el MAKE

... (c) 1999-2019, https://harbour.github.io/ Compiling 'D:\PRGS\SV_COMM\prg\SV_COMM00.PRG'... D:\PRGS\SV_COMM\prg\SV_COMM00.PRG(396) Warning W0001 Ambiguous reference 'CTIME' D:\PRGS\SV_COMM\prg\SV_COMM00.PRG(397) Warning W0001 Ambiguous reference 'CDATE' D:\PRGS\SV_COMM\prg\SV_COMM00.PRG(400) ...
by Willi Quintana
Sat Jun 20, 2020 10:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errores en el MAKE
Replies: 4
Views: 611
Next

Return to advanced search