Que es ese error?
gracias
-#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
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: Google [Bot] and 20 guests