Que es ese error?
gracias
Que es ese error?
gracias
Que versión de Harbour estás usando ?
3.2
Puedes copiar aqui el error completo que te aparece al enlazar ?
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
-#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
-
-#endifen que archivo pones eso?
gracias.