Results 1 to 3 of 3

Thread: Include cryptopp windows

  1. #1
    Join Date
    Feb 2013
    Posts
    71
    Thanks
    7
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Include cryptopp windows

    How do I include cryptopp on windows???????? I have tried damn near every method people stay but still no success. I have even tried hard coding the path in include path <>....what else do I have to do????

    In the actual source code I see the path to the includes when I hover over them which means its finding it then why is it saying cannot find lcryptopp????

    .pro file:

    Qt Code:
    1. INCLUDEPATH += <C:\Qt\libs\others\cryptopp>
    2. LIBS += -L/path/to/CryptoPP/lib_dir -lcryptopp
    To copy to clipboard, switch view to plain text mode 


    Added after 7 minutes:


    Now it's saying undefined reference to all the paces I use CryptoPP in my code...I use the exact same code on Linux, no problems why is this?
    Last edited by Cyrebo; 23rd April 2013 at 01:12.

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Include cryptopp windows

    Undefined reference is a linker error, so you could try using the same path syntax in -L that you used in INCLUDEPATH

    Cheers,
    _

  3. #3
    Join Date
    Feb 2013
    Posts
    71
    Thanks
    7
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Include cryptopp windows

    Quote Originally Posted by anda_skoa View Post
    Undefined reference is a linker error, so you could try using the same path syntax in -L that you used in INCLUDEPATH

    Cheers,
    _
    I get a debug/exe error when i use that syntax..

Similar Threads

  1. HELP! Need to run cryptopp from Qt Creator
    By irin.gen in forum Qt Programming
    Replies: 3
    Last Post: 24th April 2013, 23:06
  2. Cryptopp Help
    By ttimt in forum General Programming
    Replies: 1
    Last Post: 17th March 2013, 04:50
  3. Problem with qt5 and cryptopp
    By januszmk in forum Newbie
    Replies: 0
    Last Post: 25th January 2013, 10:12
  4. windows-sdk: include winSCard.h
    By maxel in forum Qt Programming
    Replies: 0
    Last Post: 3rd August 2010, 15:04
  5. Problem with include of windows.h
    By QtNoob in forum Qt Programming
    Replies: 5
    Last Post: 26th May 2009, 22:50

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.