Search found 67 matches: mismatch

Return to advanced search

Re: Ayuda con un RowSet y xBrowse

... En principio, decidí separar apellido y nombres, el problema que tenía lo pude solucionar de la siguiente manera y dejé de tener el error TYPE MISMATCH    aCols     := { "legajo",;                      "apellido",;                      "nombres",;          ...
by TecniSoftware
Mon Apr 15, 2024 9:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con un RowSet y xBrowse
Replies: 2
Views: 97

Ayuda con un RowSet y xBrowse

... como "AUTOSORT" El campo LEGAJO es numerico, ordena correctamente pero al hacer una busqueda incremental obtengo el aviso de "TYPE MISMATCH". Que hay que tener en cuenta Bienvenida cualquier ayuda.
by TecniSoftware
Mon Apr 15, 2024 3:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con un RowSet y xBrowse
Replies: 2
Views: 97

Maria DB and incrental seek

... I can't set columns in xbrowse to use incremental seek , only wild seek works on columns whose data is character type in other types I get type mismatch error.   *---------------------------------------------------------------------------   *- Browse testata  *--------------------------------------------------------------------------- ...
by mauri.menabue
Thu Jun 08, 2023 9:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Maria DB and incrental seek
Replies: 1
Views: 142

Re: DLLCALL under Fivewin

... 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" but Return Value ...
by Jimmy
Fri Dec 09, 2022 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2633

Re: DLLCALL under Fivewin

... 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){   hb_retl( OpenVolume( ...
by Enrico Maria Giordano
Fri Dec 09, 2022 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2633

Re: DLLCALL under Fivewin

... 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: 2633

Re: DLLCALL under Fivewin

... )    {       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       hb_retl( DismountVolume( ...
by Jimmy
Fri Dec 09, 2022 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2633

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... -I..\Harbour_msvc64\include -I..\mysql\Include erp.prg(131) Warning W0001 Method <GetDataBases()> not declared or declaration mismatch in class <TMySQL> erp.prg(145) Warning W0001 Method <GetTables()> not declared or declaration mismatch in class <TMySQL> ...
by Compuin
Thu Jul 01, 2021 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4079

Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... 8 Generating C source output to 'erp.c'... Done. erp.prg(130) Warning W0001 Method <GetDataBases()> not declared or declaration mismatch in class <TMySQL> erp.prg(144) Warning W0001 Method <GetTables()> not declared or declaration mismatch in class <TMySQL> ...
by Compuin
Fri Jun 25, 2021 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4079

VARCHAR Field AND null values

Hi Guys,

I have a VARCHAR field in a oRs (E.g. oRs:cupom ). How could I set a null value to this field ?
I tried oRs:cupom := NIL, but it's generating a type mismatch error !
by vilian
Thu Sep 17, 2020 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VARCHAR Field AND null values
Replies: 2
Views: 355

setenvironmentVariable() de xH a H

... 168: Call to function 'hb_retl' with no prototype in function HB_FUN_SETENVIRONMENTVARIABLE Error E2356 F:\Harbour\Include\hbapi.h 626: Type mismatch in redeclaration of 'hb_parcx' Error E2356 F:\Harbour\Include\hbapi.h 686: Type mismatch in redeclaration of 'hb_retl' Warning W8065 MAUFUNC.PRG ...
by noe aburto
Sun Aug 09, 2020 5:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: setenvironmentVariable() de xH a H
Replies: 1
Views: 202

Problem x:\fwh\samples\dshow.prg

... 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 104: Type mismatch in ...
by Jimmy
Sat Nov 30, 2019 10:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem x:\fwh\samples\dshow.prg
Replies: 7
Views: 1412

Re: SSE2 instruction set problem

Joszif, > error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1900' in [filename].OBJ. Please copy here the complete error. I don't find any filename.* file in the harbour sources > I think the solution ...
by Antonio Linares
Mon Mar 19, 2018 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SSE2 instruction set problem
Replies: 6
Views: 969

Re: SSE2 instruction set problem

... Harbour version that can be downloaded from the official site, was not good for us, because it threw the following linker error: error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1900' in [filename].OBJ. I think the solution is a new Harbour_vsc2017_32bits_20170325.zip ...
by Joszif
Mon Mar 19, 2018 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SSE2 instruction set problem
Replies: 6
Views: 969

Re: Ayuda DLL

... -M -c -v Maindllp.c Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland Maindllp.c: Error E2356 Maindllp.c 1519: Type mismatch in redeclaration of 'hb_snprintf' Error E2344 P:\32bits\harbour\include\hbapi.h 947: Earlier declaration of 'hb_snprintf' Error E2040 Maindllp.c ...
by ricardog
Thu Aug 24, 2017 6:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6333
Next

Return to advanced search