Search found 1528 matches: warning

Return to advanced search

Warning: This fix is just for FWH 2.6 and 2.7.

Fixed. This change in needed in source\classes\rpreview.prg line 530:

oCoors1 := TRect():New( 40,;
Max( ( nWidth / 2 ) - nMetaWidth, 10 ),;
nHeight,;
Min( ( nWidth / 2 ) + nMetaWidth, nWidth - 20 ) )
by Antonio Linares
Sat Nov 26, 2005 6:18 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Report preview bug (fixed)
Replies: 2
Views: 1887

... errors .. not worried about the first two .. C:\MSVC\BIN\link @makefile.lnk /nologo /SUBSYSTEM:WINDOWS /force:multiple fivehmx.lib(GETSYSIN.obj) : warning LNK4006: "void __cdecl HB_FUN_GETSYSFONT(void)" (?HB_FUN_GETSYSFONT@@YAXXZ) already defined in FUNC_LIB.obj; second definition ignored fivehmx.lib(GETSYSIN.obj) ...
by Rick Lipkin
Mon Nov 21, 2005 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing dbfdbt for both MSVC and Borland FWH27
Replies: 7
Views: 2806

Harbour/xHarbour November 2005 builds

... version) http://www.fivetechsoft.com/files/harbourm.exe (Microsoft version) http://www.fivetechsoft.com/files/xharbourm.exe (Microsoft version) Warning: These builds require the new FWH 2.7 version. Aviso: Estos builds requiren la nueva versión de FWH 2.7.
by Antonio Linares
Sun Nov 20, 2005 11:11 pm
 
Forum: WhatsNew / Novedades
Topic: Harbour/xHarbour November 2005 builds
Replies: 0
Views: 1809

... + NTRIM( ProcLine( n ) ) + ")" ) cErrorLog += ATail( aStack ) + CRLF endif Notice the use of ProcFile(). Warning: with Harbour it returns an empty string. With xharbour you get the PRG name.
by Antonio Linares
Sat Nov 19, 2005 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error.log
Replies: 7
Views: 2398

ERROR if ( GetLastError( ) == ERROR_BROKEN_PIPE )

Amigos:

cuando enlazo con este programa en c que lo quiero utilizar desde harbour me tira el siguiente error:

Warning W8065 Source\pipesrv.c 77: Call to function 'getLasterr' with no prototype in function Conectarse

Porque? varias veces me aparece la leyenda "prototype in funcion..."

Gracias
by goosfancito
Fri Nov 18, 2005 6:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR if ( GetLastError( ) == ERROR_BROKEN_PIPE )
Replies: 2
Views: 684

... a .rc para que funcione, y ahora al compilar se para y me dice que ha ocurrido un error, y no me dice a que es debido, sólo que me da una serie de warning advirtiéndome ambigua declaración, cosa en fw también me lo dice, pero me compila sin problemas. He compilado los ejemplos, y si me los compila, ...
by Jose Luis
Sun Nov 13, 2005 12:21 pm
 
Forum: FiveWin para CA-Clipper
Topic: Rene: Como me cambio a (x)Harbour.
Replies: 12
Views: 5694

... ACTION ( OpcionMesa(1, ::nId - 200) ) NEXT nCont oMesa[::nId]:bRClicked := {|nRow,nCol| OpcionMesa(2, ::nId - 200)} El error sale en la linea roja WARNING c1003 AMBIGUOS REFERENCE "SELF" Salu2 Willi
by Willi Quintana
Thu Nov 10, 2005 9:15 pm
 
Forum: FiveWin para CA-Clipper
Topic: Error al compilar
Replies: 3
Views: 1498

PROBLEMA CON INDICES NTX EN FWH2.6

... 2005.11.09 07:49:36 Total 46779 allocations (13579 reallocation), of which 46777 freed. Highest total allocated 4075148 bytes in 14524 blocks. WARNING! Memory allocated but not released: 48 bytes (2 blocks) Block 1 00CD07C4 (size 24) KEYBON(0), "008000003F00000080DFCC0010000000000000007871CC00" ...
by Marco Augusto
Wed Nov 09, 2005 2:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMA CON INDICES NTX EN FWH2.6
Replies: 1
Views: 784

Error en la TSbrowser al compilarla

Estimados: He tratado de compilar la Tsbrowser para xHarbour pero resulta que me larga estos errores: source\function\SCROLL.C(52): warning: Missing type specifier. source\function\SCROLL.C(75): warning: Missing return value. source\function\SCROLL.C(80): warning: Missing type specifier. ...
by goosfancito
Mon Nov 07, 2005 4:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en la TSbrowser al compilarla
Replies: 0
Views: 580

ot emulador de pocket pc

... que baje de el site de fivetechsoft.com me ejecute un programa compilado con Fwppc ademas al compilar el ejemplo test.prg me aparecen estos warnings Compiling... Harbour Compiler Alpha build 45.0 (Flex) Copyright 1999-2005, http://www.harbour-project.org/ Compiling 'test.prg' and generating ...
by wilsongamboa
Mon Oct 31, 2005 2:54 pm
 
Forum: FiveWin para Pocket PC
Topic: ot emulador de pocket pc
Replies: 3
Views: 1670

... paths in your buildxm.bat . All buildings of samples are stopped on the same error . Log of trying to build testtcbr : rtl.lib(dateshb.obj) : warning LNK4006: "void __cdecl HB_FUN_STOD(void)" (?HB_FUN_STOD@@YAXXZ) already defined in FiveHCM.lib(OR.obj); second definition ignored rtl.lib(math.obj) ...
by Rimantas
Sun Oct 16, 2005 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colouring TwBrowse ( Hernan's )
Replies: 12
Views: 6589

Re: ASC bug - re: Barbara THIAM's post

... .prg with xHarbour in one pass (if possible) ? I have some compiler errors with these options : "-l -n -w -m -gc0" ie error : "dbms.ch (84) Warning I0003 : No markers in repeatable group [;#undef _Dbms_ ] - group will never be used." Regards, Badara
by Badara Thiam
Fri Oct 14, 2005 9:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ASC bug - re: Barbara THIAM's post
Replies: 23
Views: 10954

Cool feature of forum :)

Hello!

For all of us who do not comprendre espanol:

You can "translate" Spanish section of this forum with this link:
http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=es_en&trurl=http%3a%2f%2ffivetechsoft.com%2fforums
(Warning: It can be funny ...)

Cheers, Roman
by modicr
Fri Oct 07, 2005 9:53 am
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: Cool feature of forum :)
Replies: 2
Views: 1730
Previous

Return to advanced search