Search found 136 matches: retnl

Return to advanced search

Re: 64 Bit Warning MSVC

hi Antonio, Please use hb_retnl() (and hb_retnll()) instead of hb_retni() YES, that work without Warning --- Question : now i have hb_retnll() for 64 Bit and 32 Bit and it also seems to work under 32 Bit ... do i need to change it :?: normal ListView_GetSelectedCount() or ListView_GetSelectionMark()...
by Jimmy
Fri Nov 11, 2022 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 64 Bit Warning MSVC
Replies: 3
Views: 201

Re: 64 Bit Warning MSVC

Dear Jimmy,

Please use hb_retnl() (and hb_retnll()) instead of hb_retni()
by Antonio Linares
Thu Nov 10, 2022 6:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 64 Bit Warning MSVC
Replies: 3
Views: 201

HMG 64 Bit Constante -> FiveWin ?

hi,

HMG use Prefix "HMG_" for 64 Bit compatible Way
HMG_parnl
HMG_parvc
HMG_parc

HMG_arrayGetCPtr

HMG_retc
HMG_retnl
HMG_storc
HMG_storvnl
HMG_storvc

did FiveWin have a Prefix for 64 Bit ( fw_ ) :?:
by Jimmy
Wed Oct 19, 2022 6:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HMG 64 Bit Constante -> FiveWin ?
Replies: 23
Views: 1225

Re: IE

#include "FiveWin.ch" static hDLL function Main() local hWebView hDLL = LoadLibrary( "webview.dll" ) hWebView = WebView_Create( 0, 0 ) * WebView_Navigate( hWebView, Html() ) // or use a URL like "https://www.fivetechsoft.com/test.html" ) WebView_Navigate( hWebView, &quo...
by Natter
Thu May 26, 2022 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IE
Replies: 39
Views: 1668

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

Prueba asi: hb_retl( mysql_real_query( ( void * ) hb_parnll ( 1 ), hb_parc( 2 ), hb_parnl( 3 ) ) ); Si el error se soluciona, entonces cambia todos los hb_parnl() a hb_parnll() y los hb_retnl() a hb_retnll() Al tratarse de una aplicación de 64 bits hay que usar hb_parnll() y hb_retnll(). Lo correct...
by Compuin
Thu Jul 01, 2021 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 3991

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

Prueba asi: hb_retl( mysql_real_query( ( void * ) hb_parnll ( 1 ), hb_parc( 2 ), hb_parnl( 3 ) ) ); Si el error se soluciona, entonces cambia todos los hb_parnl() a hb_parnll() y los hb_retnl() a hb_retnll() Al tratarse de una aplicación de 64 bits hay que usar hb_parnll() y hb_retnll(). Lo correcto...
by Antonio Linares
Thu Jul 01, 2021 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 3991

Re: problema con DrawBitmap() usando tCodeBars

Hola Enrico aca te paso un sample de lo que estoy haciendo aver si a vos te funciona ! asi llamo a la funcion del codigo QR desde la rutina de impresion nRow+=nRowStep oPrn:say(nRow,nMargen, replicate('-',45),oFont1) nRow+=nRowStep //..Genera QR llamando a TcodeBars ) BuildQR(oPrn, nRow,nMargen ,cCo...
by rterraz
Mon Mar 15, 2021 12:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con DrawBitmap() usando tCodeBars
Replies: 10
Views: 977

Re: Funciones C en Harbour

Syntax void Animate_Open( hwnd, szName); Parameters hwnd Type: HWND A handle to the animation control. szName Type: LPTSTR A pointer to a buffer that contains the path of the AVI file or the name of an AVI resource. Alternatively, this parameter can consist of the AVI resource identifier in the LOW...
by carlos vargas
Mon Feb 08, 2021 9:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones C en Harbour
Replies: 19
Views: 1565

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

int64_t equivalente en long

Estimados tengo que retornar un int64_t desde c a harbour como seria la conversión? no estoy muy claro si resia float ó float float. int64_t VLCWrapperImpl::GetLength(){    int64_t length = libvlc_media_player_get_length(pMediaPlayer_);    return length;}...
by carlos vargas
Wed Dec 05, 2018 10:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: int64_t equivalente en long
Replies: 2
Views: 298

Re: WRAPPER - TAPI - DEVLINK

Buenos dias. Si, da estos warning Warning W8057 ORDREP.prg 157: Parameter 'pbxh' is never used in function CallBackFunction Warning W8057 ORDREP.prg 157: Parameter 'comms_state' is never used in function CallBackFunction Warning W8057 ORDREP.prg 157: Parameter 'parm1' is never used in function CallB...
by ARC
Thu Sep 06, 2018 7:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: WRAPPER - TAPI - DEVLINK
Replies: 37
Views: 4549

hb_retn

Necesito devolver desde una función en C un valor double pero estoy usando la funcion hb_retnl(nDiferencia); y el compilador me arroja un warning por posible pérdida de datos en la conversión. ¿Cual es la función hb_ret ... de harbour para devolver un valor double de C, en 64 y en 32 bits? ¿Donde se...
by Verhoven
Tue May 22, 2018 8:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: hb_retn
Replies: 2
Views: 523

Re: access to window via its :hwnd

Here is the "calling program" = babu.prg modified After that is the "dll program" = babudll.prg modified you may want to remove the altd() breaks and the reference to the external debugging libraries. REQUEST HB_GT_WIN REQUEST HB_GT_WIN_DEFAULT ***********************************...
by don lowenstein
Sat Jan 06, 2018 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: access to window via its :hwnd
Replies: 10
Views: 1771

FindWindow()

La funcion FindWindow() que viene incorporada en FWH (no se si es de FW o de Harbour)... ? hWnd := FindWindow( APP_TITLE ) No funciona correctamente. Siempre me devuelve 0 Buscando he encontrado este Wrapper #pragma BEGINDUMP #include <windows.h> #include "hbapi.h" HB_FUNC ( FINDWIND...
by Xevi
Mon Dec 18, 2017 11:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FindWindow()
Replies: 3
Views: 732

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: 961
Next

Return to advanced search