Search found 117 matches: dllcall

Return to advanced search

Re: call DLL under FiveWin

... [ FROM <SymName> ] LIB <DllName> FiveWin lets you declare an external DLL function to be called at RunTime by its own name. See DllCall.prg example. <FuncName>          The name of the DLL function. Remember Clipper only uses 10 characters maximum length.<Param1> ...
by hua
Tue Aug 02, 2022 2:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: call DLL under FiveWin
Replies: 7
Views: 788

Re: 8 x DIALOG

... VK_ESCAPE ) } THX, that was the missing Part. now i got Sample working right ... but i have used my "old" Code with DllCall() i can't simple replace it with FiveWin CreateRectRgn() / CombineRgn() while "something" is different so Result is different. if ...
by Jimmy
Fri Dec 20, 2019 2:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 8 x DIALOG
Replies: 12
Views: 1216

Re: MaskRegion()

hi, i have include c:\harbour\lib\win\bcc\hbxpp.lib and use my old HMG DllCall() Code and it work under FiveWin :D so there is a Problem with FiveWin CreateRectRgn() / CombineRgn() but i can't figure out what is different. both HB_FUNC are working but the Result ...
by Jimmy
Fri Dec 20, 2019 2:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MaskRegion()
Replies: 11
Views: 1671

MaskRegion()

... :shock: i can't post that Code :?: ok, found out that he do not like Comment like /* hello */ in Code Tag :lol: in Xbase++ and HMG Version i use DLLCall like this STATIC FUNCTION API_SetRegion(nIDig, aRegion, nNr)LOCAL hRgn, hAdd, nX, hComb, nRet, nDLL, nDLL2LOCAL cIdx, cForm, cImage, ...
by Jimmy
Thu Dec 19, 2019 2:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MaskRegion()
Replies: 11
Views: 1671

Re: Retorno de chamada DLL

DllCall() Executes a function located in a dynamically loaded external library. Syntax DllCall( <cDllFile>|<nDllHandle>, ; [<nCallingConvention>] , ; <cFuncName>|<nOrdinal> , ; [<xParams,...>] ...
by carlos vargas
Fri Sep 27, 2019 8:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Retorno de chamada DLL
Replies: 4
Views: 1051

Re: función o similar hb_Dyn_Call()

Both DllCall() and CallDll() are in the xHarbour SVN. I never used them, sorry.

EMG
by Enrico Maria Giordano
Fri Sep 27, 2019 12:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: función o similar hb_Dyn_Call()
Replies: 3
Views: 697

Re: función o similar hb_Dyn_Call()

Enrico, The hb_DynCall () function is for calling functions in Harbour DLLs, I think in xharbour I should use DllCall () or CallDll (). I received an answer in the topic Retorno da Chamada DLL and there use this function hb_DynCall () as below one of the functions: function mysql_close( ...
by Ari
Fri Sep 27, 2019 12:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: función o similar hb_Dyn_Call()
Replies: 3
Views: 697

Re: QRCODE

... a DLL32 Function Apagar (uFlags As LONG, dwReserved AS LONG) ; AS LONG PASCAL FROM "ExitWindowsEx" LIB "USER32.DLL" nResp := DllCall(qrDLL,DC_CALL_STD,"FastQRCode",cStr,cFile) #Define DC_CALL_STD 0x0020 FUNCTION Generar_QR(cStr,cFile) LOCAL nResp LOCAL qrDLL qrDLL ...
by jnavas
Wed Dec 12, 2018 10:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: QRCODE
Replies: 12
Views: 4035

Rutina Generador de codigos QR

... Return(NIl) EndIF cStr := cTexto //"Texto a QR Code" cFile := cPath + cBmp qrDLL:=LoadLibrary("QRCodelib.Dll" ) nResp:=DllCall(qrDLL,DC_CALL_STD,"FastQRCode",oP:Codigobarras,cFile) FreeLibrary(qrDLL) RETURN (cFile)
by Busmatic_wpb
Sun Dec 31, 2017 1:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Rutina Generador de codigos QR
Replies: 1
Views: 779

Re: funciones de FWH y Harbour en un archivo .txt

... DispCount()->nDispCount DispEnd()->Nil DispOut(<exp>,[<cColorString>])->Nil DllCall(<cDllFile>|<nDllHandle>,[<nCallingConvention>],<cFuncName>|<nOrdinal>,[<xParams,...>])->nResult DllExecuteCall(<pCallTemplate>,[<xParams,...>])->nResult ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 6179

Re: funciones de FWH y Harbour en un archivo .txt

... DisableWaitLocks DiskChange DiskFree DiskName DiskReady DiskReadyW DiskSpace DiskTotal DiskUsed DispBegin DispBox DispCount DispEnd DispOut DllCall DllExecuteCall DllLoad DllPrepareCall DllUnload DMY DOSError DosParam DoW DoY DriveType DToC DtoR DToS ElapTime Empty Enhanced Eof EoM EoQ EoY ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 6179

Re: Introducing FiveTech's fivedit

Hello I try to compile 2 file a crw_new.prg and dllcall.c I have Fatal: Unable to open file 'DLLCALL.OBJ' but in the root dllcall.obj was created . I have this erroe: xHarbour 1.2.3 Intl. (SimpLex) (Build 20130903)Copyright 1999-2013, ...
by Maurizio
Fri Aug 12, 2016 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 118214

Re: FWH64

Antonio, many thanks! Functioning now also in my projects!! What was the concrete reason for this error in dllcall ?
by byte-one
Mon Apr 04, 2016 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 27204

Re: Declarar função DLL - SOLUCIONADO

nPonteiro := DLLCall(s_nDllHandle, 32, "AtivarSAT", nNumeroSessao, nSubComando, cCodigoDeAtivacao, cCNPJ, nUF ) cRetorno := SAT_RetornaCodificacaoCorreta( HB_Pointer2String( nPonteiro, RetornaTamanhoBuffer( nPonteiro ) ...
by MGA
Wed Mar 09, 2016 12:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Declarar função DLL - SOLUCIONADO
Replies: 2
Views: 701

Re: Change to Harbour

Oh, many thanks!!
Now only one error occurs. Exist this function dllcall() in Harbour? Can i replace with other?
Error: Nicht aufl÷sbares externes '_HB_FUN_DLLCALL' referenziert von C:\WGUN\GUN1\QRCODE.OBJ
by byte-one
Mon Jan 18, 2016 9:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change to Harbour (SOLVED)
Replies: 11
Views: 2227
PreviousNext

Return to advanced search