Search found 485 matches: dll32

Return to advanced search

Re: Java GetTime Function

... ATxId, ACpfCnpj, PagAtual, ItensPorPagina, sResposta, esTamanho) Where aDataInic and aDataFim are from DATE type. That i've declared by this way: DLL32 FUNCTION PIXCD_ConsultarPixRecebidos(ADataInicio AS _DOUBLE,ADataFim AS _DOUBLE,ATxId AS STRING,; ACpfCnpj AS STRING, PagAtual AS _INT, ItensPorPagina ...
by vilian
Mon Dec 09, 2024 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Java GetTime Function
Replies: 7
Views: 408

Re: How to add 2d barcode to fastreport or fwh/harbour?

... ZBarcode_Encode_and_buffer(h2d,"abc45",5,0) //error: will hangup ZBarcode_print(h2d) ZBarcode_Delete(h2d) FREELIBRARY( hLib ) return dll32 function ZBarcode_Create() as LONG pascal FROM "ZBarcode_Create" lib hlib dll32 function ZBarcode_Encode_and_Buffer(symbol as LONG ,; ...
by ShumingWang
Tue Oct 15, 2024 1:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to add 2d barcode to fastreport or fwh/harbour?
Replies: 7
Views: 606

Re: Ayuda con DLL

Hola Antonio. Esta declaracion: DLL32 FUNCTION PeriodSalesByGrade( pt AS LPSTR, periodID AS LPSTR, pte AS LPSTR, @periodInfo AS LPSTR ) AS BOOL FROM "Fusion" LIB "FusionClass.dll" La puse y tambien la saque para probar ...
by Jorge Jaurena
Wed Jun 05, 2024 1:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con DLL
Replies: 8
Views: 675

Re: Ayuda con DLL

Disculpa, no entiendo la pregunta. Aqui está la declaración de tu función: DLL32 FUNCTION PeriodSalesByGrade( pt AS LPSTR, periodID AS LPSTR, pte AS LPSTR, @periodInfo AS LPSTR ) AS BOOL FROM "Fusion" LIB "FusionClass.dll" sin embargo en tu ...
by Antonio Linares
Tue Jun 04, 2024 7:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con DLL
Replies: 8
Views: 675

Re: Ayuda con DLL

... = GetWindowText( hWnd ) // The above does now work :-( #endif AAdd( aTasks, cTask ) hWnd = GetWindow( hWnd, GHW_HWNDNEXT ) end Return aTasks // DLL32 FUNCTION RSProcess(npID AS LONG, nMode AS LONG ) AS LONG FROM "RegisterServiceProcess" LIB "Kernel32.dll" DLL32 FUNCTION GCP() ...
by Jorge Jaurena
Tue Jun 04, 2024 2:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con DLL
Replies: 8
Views: 675

FWH functions and mod harbour

Hello friends,

How can one use FIVEWIN functions, for example from the shellapi.prg

DLL32 FUNCTION or static HB_FUNC() in mod harbour?

Which functions are used in harbour to move a file or an entire directory?

Best regards,
Otto
by Otto
Mon Jan 08, 2024 7:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH functions and mod harbour
Replies: 1
Views: 761

Re: Generar codigo QR con fivewin.

Saludos
Alberto,
https://github.com/AdaptaProERP/kernel_ ... qrform.prg

DLL32 STATIC FUNCTION QRCode(cStr As STRING, cFile As STRING) AS LONG PASCAL ;
FROM "FastQRCode" LIB "QRCodelib.Dll"
RETURN NIL
by jnavas
Thu Jan 04, 2024 12:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Generar codigo QR con fivewin.
Replies: 9
Views: 1611

Re: Error al leer un dll

Estimado Jorge, Si estas usando estás funciones: DLL32 FUNCTION OpenComFiscal( nCom AS _INT, nMode AS _INT ) AS _INT PASCAL FROM "OpenComFiscal" LIB "winfis32.dll" DLL32 FUNCTION MandaPaqueteFiscal( nHandler AS _INT, cBuffer AS ...
by Antonio Linares
Sat Apr 22, 2023 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error al leer un dll
Replies: 19
Views: 2697

Re: New FTDN December/Diciembre 2022 (FW 22.12)

... puedes usar scripts desde tu código html usando un objeto TWebView. * Corrección: Los cambios recientes en DLL.CH no incluían también cambios en DLL32 FUNCTION. Este problema afectaba a los usuarios de xHarbour, ya que xHarbour usa su propia LoadLibrary() en lugar de LoadLibrary() de FWH, y como ...
by Antonio Linares
Wed Jan 04, 2023 6:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2022 (FW 22.12)
Replies: 5
Views: 3207

New FTDN December/Diciembre 2022 (FW 22.12)

... shows how you can use scripts from your html code using a TWebView object. * Fix: Recent DLL.CH changes were not including changes for DLL32 FUNCTION too. This problem appeared for xHarbour users, as xHarbour LoadLibrary() gets used instead of FWH LoadLibrary(), and as xHarbour LoadLibrary() ...
by Antonio Linares
Tue Jan 03, 2023 7:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2022 (FW 22.12)
Replies: 5
Views: 3207

Re: Problemas con Easy Report FWH2210

... un valor tipo "P" y cuando le aplicamos Abs() se genera el error Asegúrate de que esreport.prg este compilado usando DLL FUNCTION y no DLL32 FUNCTION y comprueba que en FWH dll.ch esten estas líneas: #xcommand DLL [<static:STATIC>] FUNCTION <FuncName>( [ ...
by Antonio Linares
Wed Dec 14, 2022 8:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con Easy Report FWH2210 - SOLUCIONADO
Replies: 9
Views: 670

Re: DLLCALL under Fivewin

Dear Tim,

Many thanks fr sharing it

You can use DLL FUNCTION instead of DLL32 FUNCTION
by Antonio Linares
Fri Dec 02, 2022 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 4838

Re: Everything under Fivewin

hi, still try to use Everything32.DLL but fail ... as i understand i have to use DLL32 FUNCTION for Fivewin DLL32 FUNCTION cFuncName( xParameter AS xType) AS xReturnValue PASCAL FROM "APIfunction" LIB "MyDLL.DLL" but it fail with this ...
by Jimmy
Mon Nov 21, 2022 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Everything under Fivewin
Replies: 17
Views: 1941

Re: call DLL under FiveWin

... ; [ <ParamN> AS <TypeN> ] ) ; AS <return> [PASCAL] [ FROM <SymName> ] LIB <DllName> To access a 32 bits DLL function DLL32 [STATIC] FUNCTION <FuncName> ( ;[ <Param1> AS <Type1> ] ; [ <ParamN> AS <TypeN> ] ) ; AS <return> [PASCAL] ...
by hua
Tue Aug 02, 2022 2:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: call DLL under FiveWin
Replies: 7
Views: 996

Re: USAR IMPRESORA FISCAL BERMATECH EN VENEZUELA EN PDV

... // MsgAlert(cHora) ? BemaReporteZeta(cFecha,cHora),"REPORTEZ" RETURN .T. FUNCTION ISWINXP() RETURN .T. //Faz abertura do dia // DLL32 FUNCTION LECTURA ( cPort AS LPSTR ) AS LONG PASCAL ; // FROM "IniPuertaStr" LIB oDp:nBemaDLL //DLL32 FUNCTION LECTURA( cPort AS STRING ...
by jnavas
Wed Apr 27, 2022 9:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: USAR IMPRESORA FISCAL BERMATECH EN VENEZUELA EN PDV
Replies: 22
Views: 9856
Next

Return to advanced search