Search found 37 matches: parclen

Return to advanced search

Re: IA

Dear Jimmy,

I think CreateBinary() could be implemented like this:

HB_FUNC( CREATEBINARY )
{
hb_retclen( hb_parc( 1 ), hb_parclen( 1 ) );
}

or maybe we simply don't need it as Harbour strings can contain embedded zeroes
by Antonio Linares
Fri Apr 08, 2022 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IA
Replies: 19
Views: 1696

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

Rutina para leer Gps

Estimaodos amigos. un saludito fraternal a los listeros. teng dos preguntas. 1 esta rutina podra sr adatada para ser utilzada en fwh porque creo que fue hecha para algun dispositovo movil 2 De ser asi cual seria la libreria para accesar los puertos OpenCom , ComRead ect. gracias desde ya. Gracias al...
by Busmatic_wpb
Sat Jul 22, 2017 1:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Rutina para leer Gps
Replies: 1
Views: 968

Test GPS Error en encontrado

Buenas tardes . Haber amigos listeros qiuien me puede ayudar con este error.. Error E2451 pruebagps2.prg 344: Undefined symbol 'hb_stackST' in function HB_FUN_HEXTODEC Cual libreria debeo de agregar para estas funciones.. Error: Unresolved external '_HB_FUN_OPENCOM' referenced from C:\PROYECTOS\TRAL...
by Busmatic_wpb
Fri Jul 21, 2017 11:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test GPS Error en encontrado
Replies: 0
Views: 645

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

Este es el prototipo de InternetReadFile(): BOOL InternetReadFile(  _In_   HINTERNET hFile,  _Out_  LPVOID lpBuffer,  _In_   DWORD dwNumberOfBytesToRead,  _Out_  LPDWORD lpdwNumberOfBytesRead); http://msdn.microsoft.com/en-us/library/window...
by Antonio Linares
Sun Jan 04, 2015 10:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Migrando de FWH 32 a FWH 64 - windows.h
Replies: 79
Views: 19154

Warning W8065

hi all How fix this error :Warning W8065 ..\source\function\TSBFUNCS.C 73: Call to function 'ISLOG' with no prototype in function HB_FUN_TSDRAWCELL #ifndef __HARBOUR__ CLIPPER TSDrawCell( PARAMS ) // ( hWnd, hDC, nRow, nColumn , nWidth , // uData, nAlign , nClrFore, nClrBack , // hFont, nBitmap, nHe...
by mauri.menabue
Sun Jun 22, 2014 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Warning W8065
Replies: 7
Views: 946

Re: Bug in TDialog title

Found! It seems that the correct solution is: WORD wSize = sizeof( DIALOG_RES ) + ( hb_parclen( 6 ) * 2 ) + 1 + 2 + ( hb_parclen( 9 ) * 2 ) + 3 + 1; Please note the + 1 at the end of the line. With it I can use a title of 10000 characters without problems! :-) EMG No! Unfortunately this is not the ...
by Enrico Maria Giordano
Sat Feb 15, 2014 9:50 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TDialog title [Solved]
Replies: 35
Views: 6362

Re: Bug in TDialog title

Found! It seems that the correct solution is:

WORD wSize = sizeof( DIALOG_RES ) + ( hb_parclen( 6 ) * 2 ) +
1 + 2 + ( hb_parclen( 9 ) * 2 ) + 3 + 1;

Please note the + 1 at the end of the line. With it I can use a title of 10000 characters without problems! :-)

EMG
by Enrico Maria Giordano
Sat Feb 15, 2014 3:18 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TDialog title [Solved]
Replies: 35
Views: 6362

Re: Tftp - Directory no retorna la hora - Funciona a Medias

El problema de la hora en los ficheros que se listan vía FTP es la "resolución". Según parece el protocolo FTP no tiene un estandard único al respecto y parece que según funcione el servidor la hora de actualización que te devuelve el servidor tiene una resolución u otra. Por ejemplo, dos ...
by Verhoven
Mon Jun 24, 2013 5:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tftp - Directory no retorna la hora - Funciona a Medias
Replies: 5
Views: 1416

Re: Compile tbfuncs.c

I've managed to compile it with Pelles C with following messages: C:\fw21\WINH32\WINH32 xbset08\tcbfuncs.c(127): warning #1063: Single-line comment contains escaped new-line. C:\fw21\WINH32\WINH32 xbset08\tcbfuncs.c(130): warning #1063: Single-line comment contains escaped new-line. C:\fw21\FWH_8\in...
by AHF
Fri Feb 10, 2012 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile tbfuncs.c
Replies: 9
Views: 2683

Re: Compiling TSButton with MinGW gcc

Rimantas, seems that nobody else is interested in TsBrowse/TsButton and MinGW... And Manuel disappears from time to time... But after studying the C code I managed to compile the TsBrowse C code. So, lets try to do this. First in bpaint.c change all references of _parclen, _parl, _parni, _parnl, etc...
by concentra
Wed Nov 09, 2011 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling TSButton with MinGW gcc
Replies: 12
Views: 2959

Re: Compiling TSButton with MinGW gcc

Hi, Need help with TsButtons & MinGW . Creating of library - succesfull , but trying to build application with tsbutton library I'm getting errors . Sbuh3m.a here Tsbutton lib for MinGw hbmk2: Linking... Ts.exe ffmpeg/lib/Sbuh3m.a(bpaint.o):bpaint.c:(.text+0x9040): multiple definition of `HB_FUN...
by Rimantas
Wed Nov 09, 2011 6:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling TSButton with MinGW gcc
Replies: 12
Views: 2959

illegal types 'unsigned char *'

when I create clpwks.lib I got error Type: C >>>xcc.exe -Fo"BITS.obj" -Ot -I"r:\include" -I"R:\include" -I"R:\c_include" -I"R:\c_include\win" -I"R:\c_include\msvc" "BITS.C"<<< BITS.C(27): error: Operands of = hav...
by kajot
Sun Oct 23, 2011 2:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: illegal types 'unsigned char *'
Replies: 0
Views: 514

Re: No puedo acceder a mi FTP

Prueba también con: #include "Fivewin.ch" // // File attributes // #define FILE_ATTRIBUTE_READONLY 1 #define FILE_ATTRIBUTE_HIDDEN 2 #define FILE_ATTRIBUTE_SYSTEM 4 #define FILE_ATTRIBUTE_DIRECTORY 16 #define FILE_ATTRIBUTE_ARCHIVE 32 #define FILE_ATTRIBUTE_NORMAL 128 #define FILE_ATTRIBUT...
by mgsoft
Wed Aug 03, 2011 1:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No puedo acceder a mi FTP
Replies: 4
Views: 983

error compiling tcbfunc.c with VC++ express 2010

Compiling tcbfunc.c with a 2.1rc1 harbour and hbmk2 I get the errors below. I tried with cl alone using the ones in buildm.bat it doesn't work also. I need to do a small local change. What are the right parameters to use? best regards, Lorenzo Fiorini c:\dvl\fwh\include\ClipApi.h(463) : warning C439...
by l.f.
Sat Feb 12, 2011 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error compiling tcbfunc.c with VC++ express 2010
Replies: 1
Views: 808
Next

Return to advanced search