On Wednesday, March 30, 2016 at 4:34:58 AM UTC-4, Oleg S wrote: > > Win7 x64, 8Gb RAM. > When compile cryptlib_bds.lib I'm see next error: > * [bcc32 Error] misc.h(1112): E2268 Call to undefined function > 'wcstombs'* > > I'm add in *misc.h *string*:* > * #include <stdlib.h>* > > When try next compile we see: > > <https://lh3.googleusercontent.com/-PJ8mF9-s9vo/VvuO98Q5F9I/AAAAAAAAADw/-DL-KbXbpSYMCIrf8hnDmTdHTjCoPS05Q/s1600/crypto_1.jpg> > How I may corrected this error ? >
We added some fixes for Borland a couple of months ago. You should probably use the latest sources from Wei Dai's GitHub at https://github.com/weidai11/cryptopp. If you are using the latest source code, then could you provide a small test program that duplicates the issue? Also, provide the text of the error and not a screen shot. The screen capture is too small, and I can't read it even with my glasses on. The bigger problem is we don't have access to the C++ Builder toolchain to perform testing. I tried to get remote access to them from Embarcadero. I also tried to obtain a gratis license from Embarcadero. Neither materialized, so the library is not well tested with their toolchain. Jeff -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
