Search found 27 matches: e2342

Return to advanced search

Re: DLLCALL under Fivewin

...   {       hb_retl( OpenVolume( ( TCHAR ) hb_parc( 1 ) ) );    } i have use it and got Error E2342 FWEJECT.prg 230: Type mismatch in parameter 'iTrueFalse' (wanted 'int', got 'void *') in function HB_FUN_OPENVOLUME Input is IMHO "cDriveLetter" ...
by Jimmy
Fri Dec 09, 2022 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2623

Re: DLLCALL under Fivewin

... cDriveLetter); HB_FUNC( OPENVOLUME){   hb_retl( OpenVolume(hb_parc( 1 )) );}  Error E2342 FWEJECT.prg 230: Type mismatch in parameter 'cDriveLetter' (wanted 'signed char', got 'const signed char *') HB_FUNC( OPENVOLUME){  ...
by Enrico Maria Giordano
Fri Dec 09, 2022 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2623

Re: DLLCALL under Fivewin

... cDriveLetter); HB_FUNC( OPENVOLUME){   hb_retl( OpenVolume(hb_parc( 1 )) );}  Error E2342 FWEJECT.prg 230: Type mismatch in parameter 'cDriveLetter' (wanted 'signed char', got 'const signed char *')
by Jimmy
Fri Dec 09, 2022 3:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2623

Re: DLLCALL under Fivewin

... add CODE    HB_FUNC( DISMOUNTVOLUME )    {       hb_retl( DismountVolume( hb_parnll( 1 ) ) );    } Error E2342 FWEJECT.prg 203: Type mismatch in parameter 'hVolume' (wanted 'void *', got '__int64') in function HB_FUN_DISMOUNTVOLUME i have try it also using ...
by Jimmy
Fri Dec 09, 2022 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2623

Problem x:\fwh\samples\dshow.prg

... 88: Code has no effect in function HB_FUN_DSHOWCAMERA Warning W8019 dshow.prg 88: Code has no effect in function HB_FUN_DSHOWCAMERA Error E2342 dshow.prg 97: Type mismatch in parameter 'rclsid' (wanted 'const _GUID * const', got '_GUID') in function HB_FUN_DSHOWCAMERA Error E2342 dshow.prg ...
by Jimmy
Sat Nov 30, 2019 10:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem x:\fwh\samples\dshow.prg
Replies: 7
Views: 1410

WinUser() or another way to get Windows User

... _MsgBox Warning W8065 C:\Compiladores\FWH(10.6)\source\winapi\msgbox.c 32: Call to function 'hb_param' with no prototype in function _MsgBox Error E2342 C:\Compiladores\FWH(10.6)\source\winapi\msgbox.c 32: Type mismatch in parameter 'pVal' (wanted 'void *', got 'int') in function _MsgBox Warning ...
by sambomb
Fri Jan 23, 2015 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WinUser() or another way to get Windows User
Replies: 4
Views: 1544

Re: Embedding a 3rd party .dll

... errors that you get are from another function: Error E2277 sepatool.prg 728: Lvalue required in function HB_FUN_SEPATOOLS_CONVERTCSVTOXML Error E2342 sepatool.prg 754: Type mismatch in parameter 'iValue' (wanted 'int', got 'int *') in function HB_FUN_SEPATOOLS_CONVERTCSVTOXML Please post the ...
by Antonio Linares
Wed Oct 23, 2013 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Embedding a 3rd party .dll
Replies: 34
Views: 8281

Re: Embedding a 3rd party .dll

... -1, 23 );} but I get this error: Error E2277 sepatool.prg 728: Lvalue required in function HB_FUN_SEPATOOLS_CONVERTCSVTOXML Error E2342 sepatool.prg 754: Type mismatch in parameter 'iValue' (wanted 'int', got 'int *') in function HB_FUN_SEPATOOLS_CONVERTCSVTOXML Regards, Jeanette
by Jeanette Panitz
Wed Oct 23, 2013 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Embedding a 3rd party .dll
Replies: 34
Views: 8281

Re: Embedding a 3rd party .dll

...   }  I get following error: Warning W8075 sepatool.prg 92: Suspicious pointer conversion in function HB_FUN_SEPATOOLS_XMLGETDATA Error E2342 sepatool.prg 92: Type mismatch in parameter 'Size' (wanted 'int *', got 'int') in function HB_FUN_SEPATOOLS_XMLGETDATA Maybe you can tell me the ...
by gkuhnert
Wed Sep 25, 2013 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Embedding a 3rd party .dll
Replies: 34
Views: 8281

ayuda para pasar función a C

... )  ));}//------------------------------------------------//#pragma ENDDUMP Y me da este error al compilar con BCC 582: Error E2342 themida.prg 102: Type mismatch in parameter 'user_var' (wanted 'int *', got 'int') in function HB_FUN_CHECK_VIRTUAL_PC Error E2468 themida.prg ...
by lucasdebeltran
Tue Sep 04, 2012 11:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda para pasar función a C
Replies: 32
Views: 5388

Error generar FIVEHX.LIB

... Warning W8065 c:\autosys\prgs\fwh\source\winapi\net.c 52: Call to function 'hb_parc' with no prototype in function WNETADDCONNECTION2 Error E2342 c:\autosys\prgs\fwh\source\winapi\net.c 52: Type mismatch in parameter 'lpPassword' (wanted 'const signed char *', got 'int') in function WNETADDCONNECTION2 ...
by noe aburto
Tue Dec 06, 2011 4:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error generar FIVEHX.LIB
Replies: 0
Views: 494

Error compilando con Bcc582 WBRWLINE.C

... in function HB_FUN_WBRWLINE Warning W8065 C:\ALib\WBRWLINE.C 831: Call to function '_param' with no prototype in function HB_FUN_WBRWLINE Error E2342 C:\ALib\WBRWLINE.C 832: Type mismatch in parameter 'pAtext' (wanted '_HB_ITEM *', got 'int') in function HB_FUN_WBRWLINE Warning W8065 C:\ALib\WBRWLINE.C ...
by devtuxtla
Wed Oct 19, 2011 11:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilando con Bcc582 WBRWLINE.C
Replies: 0
Views: 523

Error E2227 fi_wrp.c 510: Extra parameter in call to FreeIma

... ejemplo de harbour g:\HARBOUR\trunk\harbour\contrib\hbfimage y me genera los siguientes errores, sabeis a que se debe tanto el error E2227 como el E2342, donde puedo encontrar información? --------------------Configuración: TIF - Release-------------------- Borland C++ 5.5.1 for Win32 Copyright ...
by Andrés González
Sun Jun 12, 2011 11:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error E2227 fi_wrp.c 510: Extra parameter in call to FreeIma
Replies: 2
Views: 636

Error al compilar con bcc63 FARPROC (solucionado)

... (FARPROC) GetProp( hWnd, "__FWTRANS" ), hWnd, uMsg, wParam, lParam ); este es el mensaje de error que interrunpe la compilacion Error E2342 source\\fixsays.prg 18: Type mismatch in parameter 'lpPrevWndFunc' (wanted 'long (__stdcall *)(HWND__ *,unsigned int,unsigned int,long)', got ...
by carlos vargas
Sun May 08, 2011 9:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar con bcc63 FARPROC (solucionado)
Replies: 2
Views: 548

Re: Obtener un array con las webcams instaladas

... -c -tWM -Ic:\harbour\include -oobj\ALERT obj\ALERT.c Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland obj\ALERT.c: Error E2342 .\\ALERT.PRG 614: Type mismatch in parameter 'rclsid' (wanted 'const _GUID * const', got '_GUID') in function EnumerateDevices Error E2342 .\\ALERT.PRG ...
by jll-fwh
Tue Dec 07, 2010 1:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Obtener un array con las webcams instaladas
Replies: 5
Views: 980
Next

Return to advanced search