> Just some extra information if needed: the C++ project is included as a > reference in the C++/CLI project, and the h file includes are included as a > relative paths. For example: in cpp project might contain a class A, with > the files A.h and A.cpp, the C++/CLI project that uses class A includes the > .h file using: #include "..\cpp\A.h" which does not work is A.h contains: > > #include "cryptopp\sha.h" > > The line above gives me a compiler error: Error LNK1104 cannot open file > 'md/cryptlib.lib' > Removing that line makes the project compile just fine. >
'md/cryptlib.lib' (or 'cryptlib.lib') are not a Crypto++ library names. Perhaps the NuGet folks gave you Gutmann's Cryptlib (http://www.cs.auckland.ac.nz/~pgut001/cryptlib/) or something from OpenSSL? 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.
