Search found 33 matches: ischar

Return to advanced search

Re: SUBIR ARCHIVOS VIA FTP

Buenos dias Ok, gracias Oliveiros Junior, bajé el ejemplo updftp2.prg y .exe, al compilarlo me da un error : ┌────────────────────────────────────────────────────────────────────────────┐ │ FiveWin for xHarbour 8.02 - Feb. 2008 xHarbour development power │▄ │ (c) FiveTech, 1993-2008 for Microsoft Wi...
by LuisPonce
Fri Mar 03, 2017 3:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SUBIR ARCHIVOS VIA FTP
Replies: 8
Views: 2230

Re: special characters in get box

Rene, Currently we are using the encoding NSUTF8StringEncoding to retrieve the string parameter: NSString * hb_NSSTRING_par( int iParam ) { return [ [ [ NSString alloc ] initWithCString: HB_ISCHAR( iParam ) ? hb_parc( iParam ) : "" encoding: NSUTF8StringEncoding ] autorelease ]; } These ar...
by Antonio Linares
Wed Sep 07, 2016 7:50 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: special characters in get box
Replies: 4
Views: 1389

Re: Ayuda Pasando de xHarbour a Harbour32

Gracias , pero fallan al compilar, sale este mensaje : Turbo Incremental Link 6.70 Copyright (c) Error : Unresolver External '_ISLOG' referenced from C:\HB32\TSBUTTON7_HB32\FIVEHC.LIB¦BPaint Error : Unresolver External '_ISCHAR' referenced from C:\HB32\TSBUTTON7_HB32\FIVEHC.LIB¦BPaint Error : Unreso...
by jcaro
Wed May 25, 2016 2:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda Pasando de xHarbour a Harbour32
Replies: 18
Views: 2594

Error de Compilacion pasando a Harbour

Hola a todos: Borre todo y recompile la nueva lib , pero ahora sale: Al crea la LIB de la nueva TSButton7 compilada con Harbour32 me arroja estos errores : Turbo Incremental Link 6.70 Copyright (c) Warning W8065 SOURCE\bpaint.c 85: Call to function '_ISLOG' with no prototype in function HB_FUN_SBTNP...
by jcaro
Wed May 25, 2016 2:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error de Compilacion pasando a Harbour
Replies: 2
Views: 507

Re: Declarar função DLL

... char* ( __cdecl * PTRConsultarStatusOperacional ) ( int numeroSessao, char * codigoDeAtivacao ); HB_FUNC( CONSULTARSTATUSOPERACIONAL ) { if( ISCHAR( 1 ) && ISCHAR( 2 ) ) { PTRConsultarStatusOperacional pFunc; pFunc = (PTRConsultarStatusOperacional) GetProcAddress( handleLeitura, "ConsultarStatusOperacional" ...
by MGA
Tue Mar 08, 2016 7:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Declarar função DLL - SOLUCIONADO
Replies: 2
Views: 675

Re: Now Animation curosor.ani working with FWH

... H_Inst;       HCURSOR  H_ani_cursor;       H_Inst=( HINSTANCE ) hb_parnl( 1 );       H_Res=FindResource(H_Inst,IF( HB_ISCHAR( 2 ), hb_parc( 2 ),( LPSTR ) MAKEINTRESOURCE( hb_parnl( 2 ) ) ),"ANICURSORS");      ...
by cuatecatl82
Tue Nov 24, 2015 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Now Animation curosor.ani working with FWH
Replies: 6
Views: 2266

Re: Harbour-32.dll

HB_FUN_HB_CODEPAGE_HR646 @367 HB_FUN_HB_CODEPAGE_HR852 @368 HB_FUN_HB_CODEPAGE_HRISO @369 HB_FUN_HB_CODEPAGE_HRWIN @370 HB_FUN_HB_CODEPAGE_HU852 @371 HB_FUN_HB_CODEPAGE_HU852C @372 HB_FUN_HB_CODEPAGE_HUISO @373 HB_FUN_HB_CODEPAGE_HUWIN @374 HB_FUN_HB_CODEPAGE_IS850 @375 HB_FUN_HB_CODEPAGE_IS861 @376...
by pgfdz
Fri May 29, 2015 8:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour-32.dll
Replies: 5
Views: 2347

Re: Canal 5 IDE (en desarrollo)

Un poco de ayuda, puede ser el orden de colocacion de las librerias? Lucas, yo compilo sin problemas usando Harbour 3.2... Tienes que incluir la libreria hbpcre.lib en fwh.mak... El unico problema que he notado es, que el .EXE se queda corriendo en memoria como un proceso, aún despues de salir de la...
by cnavarro
Sat Jun 15, 2013 10:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Canal 5 IDE (en desarrollo)
Replies: 9
Views: 2638

Re: Canal 5 IDE (work in progress)

A little help, you can be the order of placement of the libraries? Silvio, Error: Unresolved external '_ISARRAY' referenced from C:\WORK\PRG\C5IDE\OBJ\APP.OBJ Error: Unresolved external '_ISCHAR' referenced from C:\WORK\PRG\C5IDE\OBJ\WNDSCINT.OBJ Are now HB_ISCHAR and HB_ISARRAY Error: Unresolved ex...
by cnavarro
Sat Jun 15, 2013 10:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Canal 5 IDE (work in progress)
Replies: 24
Views: 9934

Re: Selección múltiple de archivos

... 410: Call to function 'PCOUNT' with no proto type in function HB_FUN_CGETFILE Warning W8065 ..\\fuentes\\main.prg 410: Call to function 'ISCHAR' with no proto type in function HB_FUN_CGETFILE Warning W8065 ..\\fuentes\\main.prg 426: Call to function 'PCOUNT' with no proto type in function ...
by quique
Thu Mar 14, 2013 3:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Selección múltiple de archivos
Replies: 10
Views: 2096

C5Ide problem on compilation

Dear Friends, I have problem to compile C5Ide with the last modifications First File http://code.google.com/p/fivewin-contributions/downloads/detail?name=C5ide.zop&can=2&q= I wrote on forun there was problems because When the form designer created a source of a dialog it not was on right coo...
by Silvio.Falconi
Fri Oct 19, 2012 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: C5Ide problem on compilation
Replies: 0
Views: 400

Re: TDolphin Error al crear la LIB

... 399: Call to function 'ISNUM' with no prototype in function HB_FUN_MYSQLCONNECT Warning W8065 .\source\c\function.c 400: Call to function 'ISCHAR' with no prototype in function HB_FUN_MYSQLCONNECT Error E2376 .\source\c\function.c 1026: If statement missing ( in function HB_FUN_FILETOSQLBINARY ...
by EBM
Thu Oct 04, 2012 6:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDolphin Error al crear la LIB
Replies: 8
Views: 1403

Re: Canal 5 IDE (work in progress)

Lucas, i ADD HBCPRE = $(HARBOUR_LIB_DIR)\hbcpre.lib i CHANGE HB_ISARRAY AND HB_ISCHAR BUT i HAVE THESE ERRORS NOW MAKE Version 5.2  Copyright (c) 1987, 2000 Borland    c:\work\harbour\bin\harbour.exe -iinclude;c:\work\fwh\include;c:\work\harbour\include; -n -m -w0 -es2 -gc0 -p source\app.prg...
by Eoeo
Sat Aug 11, 2012 6:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Canal 5 IDE (work in progress)
Replies: 24
Views: 9934

Re: Canal 5 IDE (work in progress)

Silvio, Error: Unresolved external '_ISARRAY' referenced from C:\WORK\PRG\C5IDE\OBJ\APP.OBJ Error: Unresolved external '_ISCHAR' referenced from C:\WORK\PRG\C5IDE\OBJ\WNDSCINT.OBJ Are now HB_ISCHAR and HB_ISARRAY Error: Unresolved external '_pcre_config' referenced from C:\WORK\HARBOUR\LIB\HBRTL.LIB...
by lucasdebeltran
Sat Aug 11, 2012 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Canal 5 IDE (work in progress)
Replies: 24
Views: 9934

Re: Canal 5 IDE (work in progress)

Antonio, Paco Now I compiled with harbour and I have these errors could you help me please MAKE Version 5.2 Copyright (c) 1987, 2000 Borland c:\work\bcc582\bin\ilink32.exe -Gn -aa -Tpe -s -Iobj -Lc:\work\bcc582\lib -x @make.tmp Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unres...
by Eoeo
Sat Aug 11, 2012 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Canal 5 IDE (work in progress)
Replies: 24
Views: 9934
Next

Return to advanced search