Search found 413 matches: declaration

Return to advanced search

Re: Not working nStretchCol (xBrowse )

You are right. Thanks for pointing out. Please re-insert this line anywhere in the class declaration of xbrowse (where the method resize is commented out):   METHOD Resize( nSizeType, nWidth, nHeight ) INLINE ( ::ColStretch(), ::Super:ReSize( ...
by nageswaragunupudi
Tue May 08, 2018 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Not working nStretchCol (xBrowse )
Replies: 8
Views: 1450

Allow for formatted raw HTML to be included in DOCX

... item shows that the file to be imported is located next to the main document and is named import.htm. end example] [Content_Types].xml - contains declaration of "altChunk" content type (mime type - "text/html"; mime type for MHTML is "message/rfc822"): <Override ...
by Otto
Sun Jan 14, 2018 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Allow for formatted raw HTML to be included in DOCX
Replies: 2
Views: 887

Error al compilar con xHarbour123 + BCC582 [SOLUCIONADO]

... of 'HB_LONG_LENGTH' is not identical Error E2257 d:\xHarbour123\INCLUDE\hbdefs.h 618: , expected Error E2141 d:\xHarbour123\INCLUDE\hbwince.h 183: Declaration syntax error Error E2293 d:\xHarbour123\INCLUDE\hbwince.h 184: ) expected Error E2141 d:\xHarbour123\INCLUDE\hbwince.h 185: Declaration ...
by MarioG
Fri Nov 17, 2017 12:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar con xHarbour123 + BCC582 [SOLUCIONADO]
Replies: 1
Views: 889

Re: Ayuda DLL

... -M -c -v Maindllp.c Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland Maindllp.c: Error E2356 Maindllp.c 1519: Type mismatch in redeclaration of 'hb_snprintf' Error E2344 P:\32bits\harbour\include\hbapi.h 947: Earlier declaration of 'hb_snprintf' Error E2040 Maindllp.c 1520: Declaration ...
by ricardog
Thu Aug 24, 2017 6:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6554

Re: Ayuda DLL

... -M -c -v Maindllp.c Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland Maindllp.c: Error E2141 Maindllp.c 1518: Declaration syntax error *** 1 errors in Compile *** Gracias
by ricardog
Thu Aug 24, 2017 2:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6554

Re: Clase wbrowse 17 de Hernán para Harbour

... de la clase modificada y al compilar me da errores en el módulo WBRWLINE.C en la linea 77 ( E2303 Type name expected ) y en la linea 101 ( E2141 Declaration syntax error ). Alguna idea ? Uso FWH 17.01, Harbour 3.2 y BCC7. Muchas gracias. Saludos
by horacio
Fri Aug 11, 2017 2:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase wbrowse 17 de Hernán para Harbour
Replies: 9
Views: 1701

Update problems: Undefined symbol 'ModuleFakeDyn'

... bcc7 and xHarbour 1.2.3.10172) I get some errors while compiling: Error E2451 EHO.c 550: Undefined symbol 'ModuleFakeDyn' Error E2141 EHO.c 550: Declaration syntax error Error E2190 EHO.c 550: Unexpected } Error E2040 EHO.c 550: Declaration terminated incorrectly Error E2040 EHO.c 1050: Declaration ...
by gkuhnert
Tue Jun 27, 2017 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update problems: Undefined symbol 'ModuleFakeDyn'
Replies: 6
Views: 941

Re: Bcc73

... , expected Error E2257 c:\harbour\include\hbdefs.h 619: , expected Error E2451 testdlg.c 25: Undefined symbol 'NULL' Error E2141 testdlg.c 25: Declaration syntax error Error E2190 testdlg.c 25: Unexpected } Error E2040 testdlg.c 25: Declaration terminated incorrectly Error E2190 testdlg.c 43: ...
by MGA
Sun May 21, 2017 2:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc73
Replies: 18
Views: 5480

Re: Nuevo ADORDD

... C++ 7.10 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc. .\obj1\adordd.c: Error E2139 k:\bcc71\include\windows\sdk\commdlg.h 933: Declaration missing ; Error E2139 k:\bcc71\include\windows\sdk\commdlg.h 934: Declaration missing ; Error E2139 k:\bcc71\include\windows\sdk\commdlg.h ...
by ruben Dario
Mon May 15, 2017 3:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo ADORDD
Replies: 55
Views: 16874

Re: clipdefs.h 80: Multiple declaration for 'WORD'

xmanuel,

Solventado. Muchas gracias
by Compuin
Fri Apr 14, 2017 9:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: clipdefs.h 80: Multiple declaration for 'WORD'
Replies: 9
Views: 2065

Re: clipdefs.h 80: Multiple declaration for 'WORD'

Pon esto antes de cualquier include:
Code: Select all  Expand view
    #define _CLIPDEFS_H         
 
by xmanuel
Fri Apr 14, 2017 8:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: clipdefs.h 80: Multiple declaration for 'WORD'
Replies: 9
Views: 2065

Re: clipdefs.h 80: Multiple declaration for 'WORD'

/* * $Id: hbundoc.api 14673 2010-06-03 14:48:23Z vszakats $ */ /* * Harbour Project source code: * Compatibility header file for undocumented C API functions * * Copyright 1999-2001 Viktor Szakats (harbour.01 syenar.hu) * www - http://harbour-project.org * * This program is free software; you can re...
by Compuin
Fri Apr 14, 2017 7:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: clipdefs.h 80: Multiple declaration for 'WORD'
Replies: 9
Views: 2065

Re: clipdefs.h 80: Multiple declaration for 'WORD'

copia aqui el contenido de "HbUnDoc.api"
by Antonio Linares
Fri Apr 14, 2017 7:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: clipdefs.h 80: Multiple declaration for 'WORD'
Replies: 9
Views: 2065

Re: clipdefs.h 80: Multiple declaration for 'WORD'

Corrijo

Aun sigue aparecieron el error de WORD

Estoy migrando de xHarbour a Harbour 3.2
by Compuin
Fri Apr 14, 2017 7:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: clipdefs.h 80: Multiple declaration for 'WORD'
Replies: 9
Views: 2065
PreviousNext

Return to advanced search