Thread overview | ||||||
---|---|---|---|---|---|---|
|
May 31, 2007 Recls 1.8.5 Problems with Unicode | ||||
---|---|---|---|---|
| ||||
Hi Mathew, We started using your recls Library and we ran into some problems using it with unicode builds in VC 8.Here are the issues we found: 1) We tried to compile the example_stl_1.cpp and got into some problems, could you dispense some help on this matter? Error 3 error C2664: 'recls::Recls_GetErrorString' : cannot convert parameter 2 from 'char *__w64 ' to 'recls::recls_char_t *' D:\stlsoft\1.9.1\include\recls\stl\recls.hpp 240 Error 6 error C2665: 'std::basic_string<_Elem,_Traits,_Ax>::basic_string' : none of the 13 overloads could convert all the argument types D:\stlsoft\1.9.1\include\recls\stl\recls.hpp 290 2) In the fileentry.hpp file you are "using" some shims that are not define (ex: using ::recls::cpp::c_str_ptr_a; using ::recls::cpp::c_str_data_a; using ::recls::cpp::c_str_len_a;). So we browsed the recls code and changed to something like: # ifdef RECLS_CHAR_TYPE_IS_CHAR using ::recls::cpp::c_str_ptr_a; .... #endif # ifdef RECLS_CHAR_TYPE_IS_WCHAR using ::recls::cpp::c_str_ptr_w; ... #endif Hopefully this changed allowed us to do the compilation, although I'm not sure this is the correct mindset to solve this problem. Thanks for the time & help Kind Regards Cláudio Albuquerque |
June 01, 2007 Re: Recls 1.8.5 Problems with Unicode | ||||
---|---|---|---|---|
| ||||
Posted in reply to Cláudio Albuquerque | Am on it. All looks hopeful at this point. Should be able to release new version tomorrow. btw, may I ask what you're using recls for? Cheers Matt |
June 02, 2007 Re: Recls 1.8.5 Problems with Unicode | ||||
---|---|---|---|---|
| ||||
Posted in reply to Matthew Wilson | Hi Mathew, In regards to your question. Currently we are only using the recursive search in the local hardrive. Although in the near future we will be using the FTP search facility. Regards Cláudio Albuquerque "Matthew Wilson" <no-one@nowhere.no.com> wrote in message news:f3q1n1$bki$1@digitalmars.com... > Am on it. All looks hopeful at this point. Should be able to release new version tomorrow. > > btw, may I ask what you're using recls for? > > Cheers > > Matt |
June 02, 2007 Re: Recls 1.8.5 Problems with Unicode | ||||
---|---|---|---|---|
| ||||
Posted in reply to Cláudio Albuquerque | Cool. Let me know if 1.8.10 fixes your problems. "Cláudio Albuquerque" <0318222801@netcabo.pt> wrote in message news:f3sg4r$jjo$1@digitalmars.com... > > Hi Mathew, > > In regards to your question. Currently we are only using the recursive > search in the local hardrive. > Although in the near future we will be using the FTP search facility. > > Regards > Cláudio Albuquerque > > "Matthew Wilson" <no-one@nowhere.no.com> wrote in message news:f3q1n1$bki$1@digitalmars.com... > > Am on it. All looks hopeful at this point. Should be able to release new version tomorrow. > > > > btw, may I ask what you're using recls for? > > > > Cheers > > > > Matt > > |
Copyright © 1999-2021 by the D Language Foundation