|
|
Dave,
I apologize. I was putting the information out about using the solution
put forward by Steve Atkins described in
http://lists.trolltech.com/qt-interest/2005-03/thread01357-0.html message 3.
When I sent in the original email, I had attempted to implement this,
but ran into the MCrypt error. The #define NOCRYPT solved it and it
works well for me. I still have to test it on MAC and Linux.
Again, thank you for your suggestion and help.
Regards,
Frank
Dave Knopp wrote:
Frank L. Parks wrote:
I added the following includes at the top:
#if defined(Q_OS_WIN32)
#define NOCRYPT
#include <windows.h>
#endif
What does that do?, fix?, add? ??
I had no problems building as it was under MSVC++6 on a windows-2000 box.
Dave
|
|