Search found 46 matches: ulong

Return to advanced search

Re: unrecoverable error 9015 hb_vmdo()

... #include <windows.h> #include <hbapi.h> #include <hbapierr.h> HB_FUNC( GENEROERROR ) { hb_xfree( 0 ); } void hb_errInternal (ULONG ulIntCode, const char * szText, const char * szPar1, const char * szPar2) { hb_errRT_BASE( 0, 0, "intentando resolver un error interno", ...
by Edman
Thu Oct 07, 2021 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: unrecoverable error 9015 hb_vmdo()
Replies: 33
Views: 1848

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

... included from c:\bcc7164\include\windows\sdk\wtypes.h:40: c:\bcc7164\include\windows\sdk/wtypesbase.h:149:15: warning: redefinition of typedef 'ULONG' is a C11 feature [-Wtypedef-redefinition] typedef DWORD ULONG; ^ c:\bcc7164\include\windows\sdk\minwindef.h:52:23: note: previous definition ...
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: 4218

Re: Bug in TMenu

All features fixed, solved ----------------------- SPANISH -------------------------- La creación de los items en los menús cuando una ventana hija es creada, no la realiza Fivewin, es realizada por el sistema automáticamente dependiendo del valor de nMenuInfo que pasamos a esa function. Cuando el n...
by cnavarro
Sat Jan 05, 2019 4:31 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TMenu [Fixed]
Replies: 9
Views: 3622

Re: Ayuda DLL

... Gracias Esta es la funcion en el MAINDLLP.C unsigned long hb_snprintf( char * buffer, size_t nSize, const char * format, ... ) { va_list arglist; ULONG result; va_start( arglist, format ); #if defined( __DJGPP__ ) && ( __DJGPP__ < 2 || ( __DJGPP__ == 2 && __DJGPP_MINOR__ <= ...
by ricardog
Thu Aug 24, 2017 6:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6381

Re: Ayuda DLL

cambia ULONG por unsigned long y añade un ; al final de la línea
by Antonio Linares
Thu Aug 24, 2017 10:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6381

Re: Ayuda DLL

Gracias Antonio, he intentado compilar mi dll (pcode), por motivos de actualización y simplemente no he podido corregir este error: LINEA 1518 ULONG hb_snprintf( char * buffer, size_t nSize, const char * format, ... ) [1]:Bcc32.Exe -IP:\32bits\harbour\include;P:\32bits\FWH\INCLUDE;P:\Fuentes\xharbour\Comun\include ...
by ricardog
Thu Aug 24, 2017 2:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6381

Re: Libreria rddads

/* * Header file for Advantage Database Server RDD * * Copyright 1999 Alexander S.Kresin <alex@belacy.belgorod.su> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; eit...
by CarlosFossati
Thu Sep 22, 2016 10:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Libreria rddads
Replies: 4
Views: 1258

FW_NumToWords( ) error

When trying to build using: nData := 242.08 RetDat := FW_NumToWords( nData ) yields the following error when trying to do the build: >Fivehc32.lib(NUMCWORD.obj) : error LNK2019: unresolved external symbol __imp__strncpy referenced in function _copyword >Fivehc32.lib(NUMCWORD.obj) : error LNK20...
by TimStone
Thu Jun 30, 2016 11:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_NumToWords( ) error
Replies: 2
Views: 540

Re: New FWH 16.04

Antonio, With this update 3, using msvc, I now get two unresolved externals. This was not an issue in the previous 2 16.04 builds and it is not an issue with the 64 bit libs, only the 32 bit. fivehc32.lib(NUMCWORD.obj) : error LNK2019: unresolved external symbol __imp__strncpy referenced in function...
by rhlawek
Sat May 21, 2016 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 16.04
Replies: 21
Views: 4546

Re: xHarbour 1.2.3 build 20141106

... to use itemapi insted of direct structure manipulation * source/rtl/txtline.c ! changed void hb_readLine() -> static void hb_readLine() ! ULONG -> HB_SIZE ! changed LONG hb_tabexpand( const char * szString, char * szRet, HB_SIZE lEnd, USHORT uiTabLen ) -> static HB_ISIZ hb_tabexpand( ...
by Enrico Maria Giordano
Thu Dec 04, 2014 5:09 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour 1.2.3 build 20141106
Replies: 16
Views: 5848

Tengo un mensqje de error en bcc582

Amigos Estoy intentando reconstruir el easyreport y esto es el resultado que estoy obteniendo: MAKE Version 5.2 Copyright (c) 1987, 2000 Borland c:\fwh1302\bcc582\bin\brc32.exe -r -Ic:\fwh1302\bcc582\include ereport.rc Borland Resource Compiler Version 5.40 Copyright (c) 1990, 1999 Inprise Corporati...
by Armando Picon
Thu Aug 14, 2014 12:08 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Tengo un mensqje de error en bcc582
Replies: 2
Views: 1568

Re: ayuda en pdf

Luis,

Usa esto:

#define BYTE unsigned char

#define ULONG unsigned long

ó sencillamente reemplázalos por esas definiciones
by Antonio Linares
Wed Jun 18, 2014 7:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda en pdf
Replies: 15
Views: 4157

Re: Migrate to Harbour

Harbour crew changed ULONG to HB_ULONG. Too much for me. Sorry, I give up. :-(

EMG
by Enrico Maria Giordano
Sun Jun 15, 2014 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrate to Harbour
Replies: 85
Views: 12012

Re: Access the structure HB_ITEM Harbour

Sorry,

this is the function

ULONG hb_itemGetCLen( myItem )

Regards
Massimo
by MaxP
Mon Nov 25, 2013 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Access the structure HB_ITEM Harbour
Replies: 5
Views: 942

Re: Access the structure HB_ITEM Harbour

You ca try
ULONG hb_arrayGetCLen( myItem )

Regards
Massimo
by MaxP
Mon Nov 25, 2013 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Access the structure HB_ITEM Harbour
Replies: 5
Views: 942
Next

Return to advanced search

cron