Search found 388 matches: prototype

Return to advanced search

Re: De *.C Para *.Obj en BCC74 no funciona más.

... (c) 1993-2018 Embarcadero Technologies, Inc. c_TThemeManager.c: Warning W8065 c_TThemeManager.c 282: Call to function 'FontHeight2Pt' with no prototype in function _i_GetSetFont *** 1 errors in Compile *** c:\TTaskPan>C:\BCC74\bin\bcc32 -c -Ic:\XHBBCC74\include;c:\fwh1905\include -D__HARBOUR__ ...
by karinha
Fri Sep 08, 2023 4:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De *.C Para *.Obj en BCC74 no funciona más.
Replies: 84
Views: 39454

Re: simulate unknown Function of UDF in IndexKey()

First prototype to create a function at runtime at assign a codeblock to it: 1. As we are using a static PHB_ITEM pCodeBlock, next call to CreateFunction() will overwrite it, so we need to find a solution for this. 2. We could ...
by Antonio Linares
Fri May 05, 2023 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simulate unknown Function of UDF in IndexKey()
Replies: 9
Views: 416

Re: CLASS TGrid() for FiveWin

... / ANSI it does compile for ANSI without Warning but for Unicode i got Warning W8065 .\\HB_FUNC.PRG 1090: Call to function 'AnsiToWide' with no prototype in function HB_FUN_SETGRIDQUERYDATA Warning W8069 .\\HB_FUNC.PRG 1090: Nonportable pointer conversion in function HB_FUN_SETGRIDQUERYDATA ...
by Jimmy
Wed Jan 04, 2023 1:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3446

Re: DLLCALL under Fivewin

but how with Prototype HANDLE OpenVolume(TCHAR cDriveLetter); HB_FUNC( OPENVOLUME){   hb_retl( OpenVolume(hb_parc( 1 )) );}  Error E2342 FWEJECT.prg 230: Type mismatch in parameter ...
by Enrico Maria Giordano
Fri Dec 09, 2022 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2622

Re: DLLCALL under Fivewin

... ( void * ) hb_parnll( 1 ), FALSE ) );} these new HB_FUNC all compile without Error :D but how with Prototype HANDLE OpenVolume(TCHAR cDriveLetter); HB_FUNC( OPENVOLUME){   hb_retl( OpenVolume(hb_parc( 1 )) ...
by Jimmy
Fri Dec 09, 2022 3:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2622

Re: DLLCALL under Fivewin

... Suspicious pointer conversion in function HB_FUN_EJECTREMOVABLE --- What is DismountVolume()? It is not a Windows API. CODE is in Sample as "Prototype" (on Top of "C" CODE ) BOOL DismountVolume(HANDLE hVolume); and "function" begin with BOOL DismountVolume( ...
by Jimmy
Fri Dec 09, 2022 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2622

Re: HB_FUNC() : wParam, lParam = 0,0 for Macro

Because it is the correct macro prototype: uuups ... i have read Description from LVM_GETSELECTEDCOUNT Message not from ListView_GetSelectedCount Macro :roll: --- in HMG Source i found some AVOID_COMPILER_WARNING when using Listview Macro ...
by Jimmy
Sun Nov 06, 2022 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_FUNC() : wParam, lParam = 0,0 for Macro
Replies: 5
Views: 304

Re: HMG 64 Bit Constante -> FiveWin ?

hi, i got this Warning W8065 HB_FUNC.PRG 41: Call to function 'HB_parc' with no prototype in function HB_FUN_LV_INSERTCOLUMN Warning W8065 HB_FUNC.PRG 74: Call to function 'HB_parvc' with no prototype in function HB_FUN_ADDLISTVIEWITEMS Warning W8065 HB_FUNC.PRG ...
by Jimmy
Fri Oct 21, 2022 5:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HMG 64 Bit Constante -> FiveWin ?
Replies: 23
Views: 1243

Re: Display thumbnails of pdfs

This is a first prototype based on a Karina example: #include "FiveWin.ch"function Main()   local oWndPdf, oPdf    DEFINE WINDOW oWndPdf TITLE "Generating thumbnail"   oPdf := TActiveX():New( ...
by nageswaragunupudi
Thu Oct 20, 2022 7:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 33
Views: 2265

Re: Display thumbnails of pdfs

This is a first prototype based on a Karina example: #include "FiveWin.ch"function Main()   local oWndPdf, oPdf    DEFINE WINDOW oWndPdf TITLE "Generating thumbnail"   oPdf := TActiveX():New( ...
by hua
Wed Oct 19, 2022 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 33
Views: 2265

Re: Display thumbnails of pdfs

Dear Hua, This is a first prototype based on a Karina example: #include "FiveWin.ch"function Main()   local oWndPdf, oPdf    DEFINE WINDOW oWndPdf TITLE "Generating thumbnail"   oPdf ...
by Antonio Linares
Fri Oct 14, 2022 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 33
Views: 2265

Migranting xHarbour for Harbour

... (c) 1993-2018 Embarcadero Technologies, Inc. \tmp\obj901\GER.c: Warning W8065 \\SIS\\FSQL901\\LIB\\GER.PRG 831: Call to function 'ISNIL' with no prototype in function HB_FUN_BOM Warning W8065 \\SIS\\FSQL901\\LIB\\GER.PRG 858: Call to function 'ISNIL' with no prototype in function HB_FUN_EOM Warning ...
by Ari
Thu Aug 25, 2022 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migranting xHarbour for Harbour
Replies: 18
Views: 952

Re: Funciones en DLL lector biometrico

Hola Carlos,

Tiene el SDK? Tieno visto el fichero pero se falta alguns .h

Envia-me por correo lailton@paysoft.dev y lo preparo un exemplo para ti.

A primeira vista tu codigo carga la DLL y descarga en seguida, tambien te falta los prototype para las chamada.

:D
by Lailton
Mon May 23, 2022 10:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones en DLL lector biometrico
Replies: 10
Views: 773

Re: To Maurizio, to Dutch

... generated the mod harbour source from the HEADER, FIELDS and ORDER array from xBrowse Fivewin, I think that I can finish the first complete prototype from WINHOTEL in 2021. Best regards, Otto https://mybergland.com/fwforum/dashboard_kunden.gif
by Otto
Mon Dec 27, 2021 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Maurizio, to Dutch
Replies: 29
Views: 2195
Next

Return to advanced search