FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Error: Unresolved external '_hb_wctomblen
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
Error: Unresolved external '_hb_wctomblen
Posted: Mon Jul 11, 2016 02:56 PM

Que es ese error?

gracias

FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Error: Unresolved external '_hb_wctomblen
Posted: Tue Jul 12, 2016 03:44 PM

Que versión de Harbour estás usando ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
Re: Error: Unresolved external '_hb_wctomblen
Posted: Tue Jul 12, 2016 04:51 PM

3.2

FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Error: Unresolved external '_hb_wctomblen
Posted: Tue Jul 12, 2016 04:54 PM

Puedes copiar aqui el error completo que te aparece al enlazar ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
Re: Error: Unresolved external '_hb_wctomblen
Posted: Mon Aug 22, 2016 01:59 PM

Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Error: Unresolved external '_hb_wctomblen' referenced from Z:\XH\HARBOUR\LIB\HBVM.LIB|cmdarg
Error: Unresolved external '_hb_wcntombcpy' referenced from Z:\XH\HARBOUR\LIB\HBVM.LIB|cmdarg
Error: Unresolved external '_hb_stricmp' referenced from Z:\XH\HARBOUR\LIB\HBRTL.LIB|hbi18n1
Error: Unresolved external '_hb_strnicmp' referenced from Z:\XH\HARBOUR\LIB\HBRTL.LIB|hbi18n1
Error: Unresolved external '_hb_numRound' referenced from Z:\XH\HARBOUR\LIB\HBRTL.LIB|hbi18n1

FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: Error: Unresolved external '_hb_wctomblen
Posted: Mon Aug 22, 2016 02:39 PM
Alguna cosa a veer con esto:

Code (fw): Select all Collapse
-#if defined( HB_OS_WIN )
-
-   /* Features provided for Windows builds only */
-
-   HB_EXTERN_BEGIN
-      extern HB_EXPORT int       hb_wctomblen( const wchar_t * szText );
-      extern HB_EXPORT wchar_t * hb_mbtowc( const char * srcA );
-      extern HB_EXPORT char *    hb_wctomb( const wchar_t * srcW );
-      extern HB_EXPORT wchar_t * hb_mbntowc( const char * srcA, HB_SIZE nLen );
-      extern HB_EXPORT char *    hb_wcntomb( const wchar_t * srcW, HB_SIZE nLen );
-      extern HB_EXPORT void      hb_wcntombcpy( char * dstA, const wchar_t * srcW, HB_SIZE nLen );
-      extern HB_EXPORT void      hb_mbntowccpy( wchar_t * dstW, const char * srcA, HB_SIZE nLen );
-   HB_EXTERN_END
-
-#endif
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
Re: Error: Unresolved external '_hb_wctomblen
Posted: Mon Aug 22, 2016 03:33 PM

en que archivo pones eso?
gracias.

FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: Error: Unresolved external '_hb_wctomblen
Posted: Mon Aug 22, 2016 03:43 PM
no hago idéa. Mira se ayuda:

http://www.pctoledo.com.br/forum/viewtopic.php?f=42&t=13306

Saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Error: Unresolved external '_hb_wctomblen
Posted: Tue Aug 23, 2016 09:51 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion