Hallo, I tried to use crypto++ 5.5.2 with mingw (msys and gcc 3.4.5).
Yesterday I wrote a test tool that you can see a difference. I hope you can help me. I use Qt Creator for creating a tool. You can find it here: http://www.qtsoftware.com/developer You have to download "Latest version: Qt 4.5 | Qt Creator 1.0". After it it 's important to change the path to compiled cryptoLib in the file "test_pro.pro": LIBS += "PathToLib/libcryptopp.a" Well the problem is, if I use a normal programme start with using "Ctrl +R" the tool can't convert a file. Only after I used "F5" then it works. Here is this test application: www.analyseandbet.de/test_pro.rar I also have seen that in Qt Creator is something wrong during compiling. Faults: filters.h: line 744 algparam.h: unused variable 'crypto_assert_26' Here the whole failure text: \Qt\2009.01\qt\include\QtCore" -I"..\..\..\..\Qt\2009.01\qt\include \QtGui" -I"..\..\..\..\Qt\2009.01\qt\include" -I"..\..\..\..\Qt \2009.01\qt\include\ActiveQt" -I"debug" -I"." -I"..\..\..\..\Qt \2009.01\qt\mkspecs\win32-g++" -o debug\mainwindow.o mainwindow.cpp ../../../../Qt/2009.01/qt/include/crypto++/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string<char, std::char_traits<char>, std::allocator<char> >]': ../../../../Qt/2009.01/qt/include/crypto++/filters.h:744: instantiated from here ../../../../Qt/2009.01/qt/include/crypto++/algparam.h:26: warning: unused variable 'cryptopp_assert_26' I also tested it with netbeans in Ubuntu and gcc 4.1.5. There everything is ok. best regards anno --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
