Search found 117 matches: dllcall

Return to advanced search

Re: Supporting CHM files across a network share

... defined( __PLATFORM__OS2 )#define DLL_OSAPI                   DLL_SYSTEM#else#define DLL_OSAPI                   DLL_CDECL#endif Also, DllCall() is undefined, did you mean CallDll()? You have to link e.g. the Harbour file \lib\win\bcc\hbxpp.lib But you can also use this: FUNCTION GETDOCUMENTSDIR()  ...
by IBTC
Wed Feb 09, 2011 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Supporting CHM files across a network share
Replies: 7
Views: 2377

Re: Supporting CHM files across a network share

... like what I was thinking of doing. Can you tell me what the value is for the constant DLL_OSAPI? It was not defined in your code sample. Also, DllCall() is undefined, did you mean CallDll()? Also Stefan thanks very much for your reply. If I decide to go the registry route that looks like a ...
by PatrickWeisser
Wed Feb 09, 2011 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Supporting CHM files across a network share
Replies: 7
Views: 2377

undefined reference to HB_FUN_LOADLIBRARY

... e minha dúvida parece simples: por que o pequeno programa a seguir não compila? Function Main() h1:= LoadLibrary("Daruma32.dll") ret:= dllcall(h1,32,"Daruma_FI_LeituraX") Return Tentei gerar o X.exe desta maneira mas só gera o X.c: \HB20\BIN\HBMK2 X.PRG Deu os seguintes erros: ...
by Coiote
Sat Sep 18, 2010 2:56 pm
 
Forum: All products support
Topic: undefined reference to HB_FUN_LOADLIBRARY
Replies: 1
Views: 1405

Re: Ajuda com DLL (resolvido)

Resolvido com DLLCALL:

dllcall( xdll, DC_CALL_STD, "MopEscreveCaracter", 2, "B",1 )

muito obrigado
by MGA
Sat May 29, 2010 12:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ajuda com DLL (RESOLVIDO)
Replies: 1
Views: 447

Ayuda con SndPlaySound()

... Windows... nada ha cambiado. Alguna idea de como hacer que funcione SndPlaySound() o algun metodo alterno? Busque en los ejemplos y encontre: DLLCALL.PRG DLL FUNCTION SndPlaySound( cFile AS LPSTR, nType AS WORD ) AS BOOL ; PASCAL LIB "MMSYSTEM.DLL" Y TESTBMP2.PRG #ifdef __XPP__ DLL ...
by JoseGS
Fri Apr 30, 2010 10:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con SndPlaySound()
Replies: 10
Views: 2129

Re: FWH 10.1 - DLL32 Function

I used the xHarbour and Harbour DLLCALL() FUNCTION and it seems to work fine. I suspect the problem is within CALLDLL() function - perhaps I'm invoking the harbour CallDLL() and not the FWH CallDLL() ??? This Works :) #include "FiveWin.ch"#define ...
by don lowenstein
Fri Feb 19, 2010 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 10.1 - DLL32 Function
Replies: 34
Views: 12702

Re: FWH 10.1 - DLL32 Function

... results were identical. I'm leaning towards the issue might possibly be within the CallDLL( ) function within FWH. I haven't tried the xHarbour DLLCall function yet. I'm hoping to get this resolved within the FWH world as I have many applications calling these types of DLL's and preservation ...
by don lowenstein
Thu Feb 18, 2010 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 10.1 - DLL32 Function
Replies: 34
Views: 12702

Re: FWH 10.1 - DLL32 Function

Dear Antonio, Whenever I upgrade xHarbour errors I have experienced. Dll32 Function in FWH so without the use of xHabour dllcall () function is used.     DLL32 STATIC FUNCTION UserLogin( UserCode      AS STRING,;                                     UserPasswd    AS STRING,;    ...
by dbmanfwh
Thu Feb 18, 2010 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 10.1 - DLL32 Function
Replies: 34
Views: 12702

ERROR Fivehcm.lib - FWH 10.1 + HXB.COM de nov de 2009

... "temp\PREVIEW2.obj" "temp\PREVIEW1.obj" "temp\ERRORSYSWIN.obj" "temp\ServSql.obj" "temp\DLLCALL.obj" "temp\hb_f.obj" "temp\zeruswin.res" "C:\xHB\lib\Nanfor.lib" "C:\xHB\lib\CT3Comm.lib" "WinAPI.lib" ...
by russimicro
Mon Feb 01, 2010 1:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR Fivehcm.lib - FWH 10.1 + HXB.COM de nov de 2009
Replies: 2
Views: 811

Que Lib devo usar?

Olá colegas

O Harbour dispõe das funções

LoadLibrary()
dllcall()

Em qual lib elas estão?

Sei que em versões mais novas elas estão na Hbwin.lib
Porém eu uso o Harbour 1.0 para testar o Fivewin 6.12
by Coiote
Tue Dec 15, 2009 5:59 am
 
Forum: All products support
Topic: Que Lib devo usar?
Replies: 9
Views: 5095

Re: High contrast screen for non blind user - Antonio ?

Marco, Maybe this will help: DllCall( "user32.dll", NIL, "SystemParametersInfo", 0, 0, 0, 0 ) Where the 0s are the parameters. I have never used it, I just found it in a Google search here: http://article.gmane.org/gmane.comp.lang.harbour.devel/2781 ...
by James Bott
Tue Sep 22, 2009 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: High contrast screen for non blind user - Antonio ?
Replies: 9
Views: 2815

Re: How to set Time (SOLVED)

Solved :D

The reason was the file DLLCALL.C, which comes with PageScript!

I don't need it anymore, using FWH now :wink:

Enrico and Rao, thanks for your assistance.
by frose
Tue May 12, 2009 10:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set Time (SOLVED)
Replies: 7
Views: 1724

Re: DLLCALL

Vladimir,

> Puse el dllcall.obj que me enviaste y me pide 4 funciones mas

Ahi poco podemos hacer ya, salvo que te actualices a una version mas reciente de xHarbour que no deberia darte problemas.

> y como seria solo del 20 al 100

20 + nRandom( 80 )
by Antonio Linares
Fri Apr 03, 2009 5:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLLCALL
Replies: 5
Views: 574

Re: DLLCALL

M e olvidaba

nRandom( 100 )

del 0 al 100

y como seria solo del 20 al 100

Gracias
by Vladimir Zorrilla
Fri Apr 03, 2009 3:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLLCALL
Replies: 5
Views: 574

Re: DLLCALL

Gracias por contestar Puse el dllcall.obj que me enviaste y me pide 4 funciones mas Error: Unresolved external '_hb_stackReturnItem ' from DLLCALL.obj Error: Unresolved external '_hb_retptrGC' from DLLCALL.obj Error: Unresolved external ...
by Vladimir Zorrilla
Fri Apr 03, 2009 3:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLLCALL
Replies: 5
Views: 574
PreviousNext

Return to advanced search