Search found 117 matches: dllcall

Return to advanced search

Re: DLLCALL

En FWH tienes nRandom( nRango ) --> nValor

Por ejemplo, nRandom( 100 ) te devuelve un numero aleatorio del 0 al 100.
by Antonio Linares
Fri Apr 03, 2009 12:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLLCALL
Replies: 5
Views: 573

Re: DLLCALL

Vladimir,

Prueba a enlazar este OBJ. Contiene DLLCALL() de xHarbour:

http://www.mediafire.com/?sharekey=414c ... 8114394287
by Antonio Linares
Fri Apr 03, 2009 12:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLLCALL
Replies: 5
Views: 573

DLLCALL

... tiene mi version y la verdad que migrar a xhb superior se me hace imposible por el tiempo de entrega que se me vence. rmcdemo.prg tiene llamadas a dllcall hay una funcion en fwh calldll que no se si hace lo mismo y si se usa de la misma forma. nRet := DLLCALL(hRmcDll,DC_CALL_STD, ; "RMC_CREATECHARTFROMFILE",oDlgTst:hWnd,nCtrlId,nX,nY,; ...
by Vladimir Zorrilla
Wed Apr 01, 2009 5:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLLCALL
Replies: 5
Views: 573

ADO

... easy it is to accomplish something I have been trying for months to accomplish with FiveWin alone". Two other points: (1) Winbatch has a dllcall() function similar to the DLL32 in FIveWin, but without the thunking; it is easy to pass structures with 32/64bit Longs.. (2) like Clipper's ...
by Antonio Linares
Wed Aug 27, 2008 7:29 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 94267

... a menu to call one Rmchart function, and also contains the DLLxHb function calls that utilize DLLxHb.ch to access the DLL via the xHb function DLLCALL(). So ActiveX should not be involved at all. This FWH test app is virtually identical to the RmcToolT.prg test app, which does not use FWH. ...
by Roger Seiler
Tue Apr 15, 2008 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RMChart tooltips work with xHarbour alone, but not xHb + FWH
Replies: 13
Views: 3889

DLLCALL

... LoadLibrary("SeqLib32.DLL") nProcesso := GetProcAddress(hCodigoBarras, "Sequence2" ) nRetorno := DLLCALL( hCodigoBarras,nProcesso,, 2, 0, @cBarrasEnvio, @cBarrasRetorno ) so que o retorno (cBarrasRetorno) é vazio 2a Tentativa ============ ...
by zazibr
Sun Apr 06, 2008 4:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLLCALL
Replies: 0
Views: 422

... Estoy recién comenzando a leer algo de C y obviamente entiendo que su curva de aprendizaje es más lenta que otros lenguajes. Vi que hay un DllCall de xharbour que permite llamar a las funciones del API, pero cuando intento llamar al DLL la aplicación no corre. Seguro que estoy haciendo ...
by metaldrummer
Mon Mar 31, 2008 11:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLL32 function
Replies: 15
Views: 4035

... says all functions work fine with VB and some other platforms. Apparently, the problem is with calls involving data type DOUBLE when using the xHb DLLCALL along with FWH (but not using the FWH DLL32). (Had to use xHb's DLLCALL in order to be able to pass the kind of C structures required by some ...
by Roger Seiler
Mon Mar 24, 2008 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RMChart DLL use with FWH and xHb now ready
Replies: 10
Views: 6166

... RM_ADDBARSERIES .... I can't get the data array in ??? - ChrisG aData := { 10.0, 20.0, 30.0, 40.0, 50.0 } // define my array of data nResult := DLLCall( ; hDll, ; // DLL to call DC_CALL_STD, ; // calling convention "RMC_ADDBARSERIES", ; // the function to call nCtrlId, ; 1, ; //region aData, ...
by Roger Seiler
Fri Mar 07, 2008 9:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Stefan Haupt RMCHART
Replies: 19
Views: 4408

API Calls

Hi All,


I want to retreive a list of available printers using an API Call.
I looked at DllTest, wich does nothing actually and also at DllCall, Wich does not say much either, and I can`t figure out how to do this.

Can anyone help me with the syntax.

Regards,
by Gilbert
Mon Nov 20, 2006 9:47 pm
 
Forum: FiveWin for CA-Clipper
Topic: API Calls
Replies: 0
Views: 737

Darrell,

Please upload the code of mailer.prg to www.hyperupload.com and copy here the download url so we can review its source code. If it is a short source code, just copy it here. Thanks.

FWH provides a CallDll() but no a DllCall().
by Antonio Linares
Sat Aug 26, 2006 6:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DllCall
Replies: 1
Views: 731

DllCall

Hello,

I am getting the following error. Where can I find DLLCALL?

Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_HB_FUN_DLLCALL' referenced from MAILER.OBJ

Thank you,
by cdmmaui
Sat Aug 26, 2006 1:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DllCall
Replies: 1
Views: 731
Previous

Return to advanced search