Search found 13 matches: fsclose

Return to advanced search

problemas al linkear

Hola. usando harbour y Fwh la ultima. Me arroja estos errores: [1]:iLink32.Exe -Gn -q -aa -Tpe -x @testMaria.bcl Error: Unresolved external 'WinMain' referenced from X:\HARB\BCC7\LIB\C0W32.OBJ Error: Unresolved external '_hb_vmProcessSymbols' referenced from X:\PROYECTOS\TEST\MARIA\OBJ\MARIA.OBJ Err...
by goosfancito
Thu Feb 04, 2021 9:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problemas al linkear
Replies: 6
Views: 441

Re: Ayuda DLL

Antonio buenas noches, ahora son estos: Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406) Copyright 1999-2009, http://www.xharbour.org http:...
by ricardog
Fri Sep 01, 2017 2:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6332

Re: Ayuda DLL

Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres :( :( Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex)...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6332

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: 2012

Re: Migrando de FWH 32 a FWH 64 - windows.h

Paz,

Cambia esta línea asi:

hb_fsClose( ( HB_FHANDLE ) fichero);
by Antonio Linares
Sun Jan 11, 2015 9:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Migrando de FWH 32 a FWH 64 - windows.h
Replies: 79
Views: 19117

Re: Migrando de FWH 32 a FWH 64 - windows.h

No obstante, el problema ya me lo estoy encontrando al compilar: Error E2342 internet.prg 511: Type mismatch in parameter 'hFileHandle' (wanted 'long', got 'FILE *') in function HB_FUN_FTPLASTFILEINDIR Las declaraciones las hago así:    FILE *fichero = (FILE *) hb_fsOpen...
by Verhoven
Sun Jan 11, 2015 8:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Migrando de FWH 32 a FWH 64 - windows.h
Replies: 79
Views: 19117

Re: Migrando de FWH 32 a FWH 64 - windows.h

Paz,

Si reemplazas fclose() con hb_fsClose() se mantiene el error ?
by Antonio Linares
Sun Jan 11, 2015 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Migrando de FWH 32 a FWH 64 - windows.h
Replies: 79
Views: 19117

Re: Migrando de FWH 32 a FWH 64 - windows.h

Hola Antonio, Al usar hb_fsOpen en vez de fopen , ¿hay que cambiar algunas funciones más que utilicen el manejador que devuelve hb_fsOpen?. Me explico: En la misma función en que usaba fopen() utilizaba también fprintf y fclose . He visto que existe una función hb_fsClose que supongo que deberá sust...
by Verhoven
Sun Jan 11, 2015 7:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Migrando de FWH 32 a FWH 64 - windows.h
Replies: 79
Views: 19117

Error in GTWin.lib, Rtl.lib, Rdd.lib, Dbfntx.lib and Vm.lib

Do someone know how to solve this error? Linking... Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_hb_gt_winapi_tone' referenced from C:\HARBOUR\LIB\GTWIN.LIB|gtwin Error: Unresolved external '_hb_cdpID' referenced from C:\HARBOUR\LIB\GTWIN.LIB|gtwin Error:...
by Coiote
Wed Oct 21, 2009 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in GTWin.lib, Rtl.lib, Rdd.lib, Dbfntx.lib and Vm.lib
Replies: 15
Views: 3293

Erro na GTWIN.LIB ao compilar programas

Olá turma. Alguém sabe como resolver este erro? / Do someone know how to solve this error? Linking... Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_hb_gt_winapi_tone' referenced from C:\HARBOUR\LIB\GTWIN.LIB|gtwin Error: Unresolved external '_hb_cdpID' ref...
by Coiote
Tue Oct 20, 2009 10:32 pm
 
Forum: All products support
Topic: Erro na GTWIN.LIB ao compilar programas
Replies: 1
Views: 1072

Antonio, Instalé la versión que puedes descargar desde fivetech, la 1.0.1 si no me equivoco, por si esta era antigua y me da un porrón de errores...a ver si doy con ello Me sale esto...(perdón por el mogollón) C:\HARBOUR\TESTS>c:\borland\bcc55\bin\ilink32 -aa -Tpe @b32.bc Turbo Incremental Link 5...
by cyberkily
Thu Dec 18, 2008 5:45 pm
 
Forum: FiveWin para CA-Clipper
Topic: compilar con buildh el sample tutor01
Replies: 4
Views: 1416

Ops! You are writing about xHarbour but the code for MEMOWRITE() discussed is from Harbour ! I have looked through xHarbour source code for MEMOWRITE() and indeed it has not the third parameter. So xHarbour MEMOWRITE() always writes EOF character! The code from xHarbour is below HB_FUNC( MEMOWRIT ) ...
by Vladimir Grigoriev
Wed Apr 12, 2006 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memowrit Question
Replies: 13
Views: 4935

I changed my code to the bellow code and now works perfectly.This means that i probably have old xharbour Regards A.S.K #include "fivewin.ch" function main() memowrit("cc.txt","ask",.f.) return "" #pragma BEGINDUMP #include <hbapi.h> #include <hbapiitm.h> #include "hbapifs.h" HB_FUNC( ME...
by ask
Wed Apr 12, 2006 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memowrit Question
Replies: 13
Views: 4935

Return to advanced search