Can you post a snippet of your code (around line 43, 55 or 57)?

On Tue, May 10, 2011 at 4:18 PM, juliana nunes <juliana....@gmail.com>wrote:

> I'm working on a code that uses some features of lucene, but in my version
> is
> not working the STRCPY_AtoT and sSTRCPY_TtoA,
> tried using repl_tchar.h but gave the following error:
>
> buscador.cc: 43: error: can not convert 'TCHAR *' to 'char *' for argument
> '1
> 'to' char * strncpy (char *, const char *, size_t) '
> buscador.cc: 55: error: can not convert 'const TCHAR *' to 'const char *'
> for
> argument '2 'to' char * strncpy (char *, const char *, size_t) '
> buscador.cc: 57: error: can not convert 'const TCHAR *' to 'const char *'
> for
> argument '2 'to' char * strncpy (char *, const char *, size_t) '
> make: ** [buscador.o] Error 1
>
> know which lib I use or what can I do to work?
>
>
>
> ------------------------------------------------------------------------------
> Achieve unprecedented app performance and reliability
> What every C/C++ and Fortran developer should know.
> Learn how Intel has extended the reach of its next-generation tools
> to help boost performance applications - inlcuding clusters.
> http://p.sf.net/sfu/intel-dev2devmay
> _______________________________________________
> CLucene-developers mailing list
> CLucene-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/clucene-developers
>
------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
CLucene-developers mailing list
CLucene-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clucene-developers

Reply via email to