Search found 18 matches: islog

Return to advanced search

Re: Mapi Outlook .. send mail silently

hi, sorry to ask again : is your Snapshot Outlook or not :?: my 1st Msg was about Outlook "Send Mail Form" which is called with Outlook Method Display() --- what is in your HB_ISLOG( 7 ) when call MAIL :?: c:\fwh\source\winapi\mapi.c HB_FUNC( MAPISENDMAIL )   ...      lpfnMAPISendM...
by Jimmy
Sat Dec 14, 2019 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mapi Outlook .. send mail silently
Replies: 15
Views: 2510

Re: Tslines compiling problems Resolved

Carlos, al compilar no encuentra las siguientes funciones: IsNum, IsLog. Estoy compilando con Harbour. Muchísimas gracias.

Saludos
by horacio
Mon May 22, 2017 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tslines compiling problems Resolved
Replies: 9
Views: 1614

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

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

Re: HowTo ADS from (x)Harbour

... o no la que estoy usando la he sacado de aqui https://github.com/harbour/core/tree/master/contrib/rddads por ejemplo la que uso utiliza HB_ISLOG y la otra ISLOG //------------------------------------------------------------------------------------------------- HB_FUNC( ADSSETDATEFORMAT ...
by Patricio Avalos Aguirre
Sun Nov 08, 2015 2:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HowTo ADS from (x)Harbour
Replies: 14
Views: 3013

Re: Warning W8065

The previus problem is solved in this way ISLOG ---> HB_ISLOG, ISNUM ----> HB_ISNUM bat there is new problem at runtime see above, width previus version of harbour there are no problem anu ideas ? Application =========== Path and name: C:\Servizio\SERVIZIOH.exe ...
by mauri.menabue
Sun Jun 22, 2014 11:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Warning W8065
Replies: 7
Views: 922

Re: Warning W8065

Please, use HB_ISLOG(..)
by cnavarro
Sun Jun 22, 2014 10:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Warning W8065
Replies: 7
Views: 922

Re: Warning W8065

Mauri,

Look for ISLOG() definition inside hbapi.h. It should be there
by Antonio Linares
Sun Jun 22, 2014 10:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Warning W8065
Replies: 7
Views: 922

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 ...
by mauri.menabue
Sun Jun 22, 2014 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Warning W8065
Replies: 7
Views: 922

Problemas al crear la libreria TWBROWSE

... clrBack = 0; HPEN hGrayPen ; HPEN hWhitePen ; HFONT hFont = (HFONT) hb_parnl( 9 ); HFONT hOldFont; BOOL bTree = hb_parl( 10 ); BOOL bFooter = ISLOG( 19 ) ? hb_parl( 19 ) : FALSE ; // CeSoTech WORD nHeightCtrl ; // by CeSoTech hGrayPen = CreatePen( PS_SOLID, 1, GetSysColor( COLOR_BTNSHADOW ...
by ander7319
Fri Jan 04, 2013 9:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al crear la libreria TWBROWSE
Replies: 6
Views: 2842

Re: to Mr. Nages - xBrowse and LetoRDD

... 4962: Call to function 'ISNIL' with no prototype in function HB_FUN_LETO_ROLLBACK Warning W8065 source\client\leto1.c 4962: Call to function 'ISLOG' with no prototype in function HB_FUN_LETO_ROLLBACK Warning W8065 source\client\leto1.c 4982: Call to function 'ISLOG' with no prototype in function ...
by dutch
Mon Mar 12, 2012 5:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Mr. Nages - xBrowse and LetoRDD
Replies: 15
Views: 4352

Re: Harbour 3.0

Patricio,

Cambia todas las llamadas a funciones IS... por HB_IS... (por ejemplo: HB_ISLOG(...) en vez de ISLOG(...)) y además añade despues de los includes:

#include "hbstack.h"
#include "hbvm.h"
by Antonio Linares
Thu Sep 08, 2011 11:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour 3.0
Replies: 42
Views: 17502

Error al compilar TWBROWSE xHarbour build 1.2.1 y FWH 11.01

... clrBack = 0; HPEN hGrayPen ; HPEN hWhitePen ; HFONT hFont = (HFONT) hb_parnl( 9 ); HFONT hOldFont; BOOL bTree = hb_parl( 10 ); BOOL bFooter = ISLOG( 19 ) ? hb_parl( 19 ) : FALSE ; // CeSoTech WORD nHeightCtrl ; // by CeSoTech hGrayPen = CreatePen( PS_SOLID, 1, GetSysColor( COLOR_BTNSHADOW ...
by alex_cyr
Sat Jul 09, 2011 2:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar TWBROWSE xHarbour build 1.2.1 y FWH 11.01
Replies: 7
Views: 2613

... NULL, CeGetLastError(), 0, // Default language (LPTSTR) &lpMsgBuf, 0, NULL ); // Mostramos el error (si así lo piden) lMuestraErrores = (ISLOG(2) ? (BOOL) hb_parl(2) : lMuestraErrores); if( lMuestraErrores ) MessageBox( NULL, (LPTSTR)lpMsgBuf, L"Error", MB_OK | MB_ICONINFORMATION ); // ...
by tsales
Mon Jan 07, 2008 6:19 pm
 
Forum: FiveWin para Pocket PC
Topic: Borrar / copiar archivos en una PDA desde PC
Replies: 14
Views: 4521

... = hb_param( 2, HB_IT_STRING ); BOOL bWriteEof = TRUE; /* write Eof !, by default is .T. */ BOOL bRetVal = FALSE; if( hb_parinfo(0) == 3 && ISLOG( 3 ) ) bWriteEof = hb_parl( 3 ); if( pFileName && pString ) { FHANDLE fhnd = hb_fsCreate( ( BYTE * ) hb_itemGetCPtr( pFileName ), FC_NORMAL ...
by ask
Wed Apr 12, 2006 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memowrit Question
Replies: 13
Views: 4880
Next

Return to advanced search