Search found 413 matches: declaration

Return to advanced search

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

Prueba a cambiar estas dos líneas:

#include "extend.h"
#include "Item.api"

por:

#include <hbapi.h>
by Antonio Linares
Fri Apr 14, 2017 7:29 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'

include "extend.h" #include "Item.api" #if !defined( __HARBOUR__ ) #include <stdio.h> typedef void * ERRORP; #endif #include "FileSys.api" #if defined( __HARBOUR__ ) #include "HbUnDoc.api" #if !defined( __XHARBOUR__ ) #define HB_VM_STACK hb_stack #endif ...
by Compuin
Fri Apr 14, 2017 3:01 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'

Que ficheros de cabecera usa Connection.c ?

Puedes copiar Connection.c aqui ?
by Antonio Linares
Fri Apr 14, 2017 8:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: clipdefs.h 80: Multiple declaration for 'WORD'
Replies: 9
Views: 2065

clipdefs.h 80: Multiple declaration for 'WORD'

... 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc. source\Connection.c: Error E2238 c:\Harbour\include\clipdefs.h 80: Multiple declaration for 'WORD' Error E2228 c:\Harbour\include\clipdefs.h 80: Too many error or warning messages *** 2 errors in Compile *** ** error 2 ** deleting ...
by Compuin
Thu Apr 13, 2017 11:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: clipdefs.h 80: Multiple declaration for 'WORD'
Replies: 9
Views: 2065

Re: 3rd party c wrapper functions for harbour

... not match the definitions of the functions, so, although with the same name, they are not recognized This is not true. In C language, a function declaration is used exactly so the compiler knows what parameters and types it needs and can emit an error it they not match (Type mismatch in parameter, ...
by Enrico Maria Giordano
Wed Mar 29, 2017 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3rd party c wrapper functions for harbour
Replies: 26
Views: 7552

Re: 3rd party c wrapper functions for harbour

... as it really doesn't make any difference. After all, you only get warnings back from the compiler. This is not true. In C language, if a function declaration is missing, the compiler assumes all int types for the parameter and the return value, that is most probably wrong and results in a GPF. EMG
by Enrico Maria Giordano
Sun Mar 26, 2017 5:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3rd party c wrapper functions for harbour
Replies: 26
Views: 7552

Re: 3rd party c wrapper functions for harbour

... : I understand this is all you will need to build and test. Again, I believe the problem is with my wrapper functions or the structure declarations. The GPF happens when executing TOCRDoJob2(). Here is my new source: request hb_gt_win   //needed for console mode app.#define TOCRJOBTYPE_TIFFFILE ...
by reinaldocrespo
Sun Mar 26, 2017 2:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3rd party c wrapper functions for harbour
Replies: 26
Views: 7552

Tsbrowse 9.0 Harbour FWH17.02 y Bc 7

... (c) 1993-2015 Embarcadero Technologies, Inc. C:\TSBROW~1\SOURCE\FUNCTION\TSBFUNCS.C: Error E2238 S:\HARBOU~1\INCLUDE\clipdefs.h 78: Multiple declaration for 'WORD' Error E2344 s:\bcc7\include\windows\sdk\windef.h 156: Earlier declaration of 'WORD' Error E2238 S:\HARBOU~1\INCLUDE\clipdefs.h ...
by devtuxtla
Mon Mar 20, 2017 5:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tsbrowse 9.0 Harbour FWH17.02 y Bc 7
Replies: 8
Views: 1795

Tsbrowse 9.0 Harbour FWH17.02 y Bc 7

... (c) 1993-2015 Embarcadero Technologies, Inc. C:\TSBROW~1\SOURCE\FUNCTION\TSBFUNCS.C: Error E2238 S:\HARBOU~1\INCLUDE\clipdefs.h 78: Multiple declaration for 'WORD' Error E2344 s:\bcc7\include\windows\sdk\windef.h 156: Earlier declaration of 'WORD' Error E2238 S:\HARBOU~1\INCLUDE\clipdefs.h ...
by devtuxtla
Mon Mar 20, 2017 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsbrowse 9.0 Harbour FWH17.02 y Bc 7
Replies: 0
Views: 469

Re: xbrowse slow

... alias for all functions and references to the field. That is a good and healthy practice. Please continue the way you are doing. You may use field declaration and avoid aliasing ONLY in INDEX and FILTER expressions. In all other code please continue the way you are doing and that is good.
by nageswaragunupudi
Sat Mar 18, 2017 11:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse slow
Replies: 19
Views: 3648

Re: xbrowse slow

field is also is a declaration just like local, static. When we declare field CITY,AGE local nVar, cVar Then wherever we use CITY, AGE the compiler understands that it is a field name and when we use nvar and cvar it understands that ...
by Marc Venken
Sat Mar 18, 2017 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse slow
Replies: 19
Views: 3648

Re: xbrowse slow

... INDEX ON UPPER( NAAM ) TAG NAAM ... ... I see that you use : field CODE,NAAM, ..... before starting to index. Why is that ? field is also is a declaration just like local, static. When we declare field CITY,AGE local nVar, cVar Then wherever we use CITY, AGE the compiler understands that it ...
by nageswaragunupudi
Sat Mar 18, 2017 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse slow
Replies: 19
Views: 3648

Re: UEStudio Comportamientro del exe muy estraño

... tenia este #HOPT = /m /gc0 /q /n /o /p $(Compiler Options) /i$(HPATH)\INCLUDE $(User Include Path&1) $(User Defines) $(Automatic Memvar Declaration) $(Variables Are Assumed) $(Generate Preprocessed Output) $(Warning Level) y lo cambie por este otro. HOPT = /n /gc0 /q $(Compiler Options) ...
by Busmatic_wpb
Fri Feb 24, 2017 11:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: UEStudio Comportamientro del exe muy estraño
Replies: 7
Views: 1388

Re: UEStudio Comportamientro del exe muy estraño

... . los pongo AQUI HOPT = /m /gc0 /q /n /o /p $(Compiler Options) /i$(HPATH)\INCLUDE $(User Include Path&1) $(User Defines) $(Automatic Memvar Declaration) $(Variables Are Assumed) $(Generate Preprocessed Output) $(Warning Level) COPT = -c -I$(HPATH)\INCLUDE;$(CPATH)\INCLUDE$(User Include Path)$(FWPATH)\include ...
by Busmatic_wpb
Thu Feb 23, 2017 10:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: UEStudio Comportamientro del exe muy estraño
Replies: 7
Views: 1388

UEStudio Comportamientro del exe muy estraño

... RUN CONFIGURATION Working Directory =C:\proyectosuestudio\primerue Command Line Arguments = Category&02 = Harbour Options Automatic Memvar Declaration = no|yes Variables Are Assumed = no|yes Generate Preprocessed Output = no|yes Warning Level = 1|2|3|4|0 User Include Path = C:\proyectosuestudio\primerue\include ...
by Busmatic_wpb
Wed Feb 22, 2017 11:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: UEStudio Comportamientro del exe muy estraño
Replies: 7
Views: 1388
PreviousNext

Return to advanced search