CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2017
    Posts
    18

    Exclamation Eclipse unable to find linked libraries! HELP!!

    I realise that this question has been asked a million times, but I have gone through those solutions and they have not helped me solve the issue.
    I am trying to import a library called PDNALib.lib and a few header files. So I created a folder in the project director called "Include" and added the requisite files. I have attached the images below.

    Library.jpg

    includes.jpg

    The compiler still isn't able to find the library. Is there something I am doing wrong? Should I follow some other step?

    error.jpg

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: Eclipse unable to find linked libraries! HELP!!

    Quote Originally Posted by VBCherry View Post

    The compiler still isn't able to find the library. Is there something I am doing wrong? Should I follow some other step?
    Yes, rather than post these absolutely unreadable images you should have post the exact error messages and exact folder/file paths.
    Victor Nijegorodov

  3. #3
    Join Date
    Apr 2017
    Posts
    18

    Re: Eclipse unable to find linked libraries! HELP!!

    I am terribly sorry. I still feel that the images give a better idea of what I did. So I am linking the pictures below:
    Includes: https://imgur.com/a/rrba6
    Libraries: https://imgur.com/a/sJs2T
    Error: https://imgur.com/a/CZHG1

    I hope this helps

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: Eclipse unable to find linked libraries! HELP!!

    Quote Originally Posted by VBCherry View Post
    I am terribly sorry. I still feel that the images give a better idea of what I did. So I am linking the pictures below:
    Includes: https://imgur.com/a/rrba6
    Libraries: https://imgur.com/a/sJs2T
    Error: https://imgur.com/a/CZHG1

    I hope this helps
    No, it doesn't!
    I am not going to look at your images on some unknown sites.
    Victor Nijegorodov

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured