I’m trying to add Beecrypt library to my project, but unfortunately it doesn’t compile and demands unicode/unistr.h file, which is not a part of this library. Have you ever run into the same problem? What is that unicode/unistr.h file? Why it is not included into Beecrypt library since it is needed for the library’s work? Where am i supposed to download it? I’ve searched in Google but in vain. Any ideas is highly appreciated
I’m trying to add Beecrypt library to my project, but unfortunately it doesn’t compile
Share
Those are header files from the International Components for Unicode library, which you can download and link into your project along with Beecrypt.