CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2015
    Posts
    500

    simple dll test is not working

    I created a simple dll and try to load that statitically.
    i.e i copied the dll .h to my test project . I also copied the dll.lib and dll to my test project path.
    And added the dll.lib in the test project linker option. (i.e project -> properties->linker->input)

    But is not able to find the function from the library.

    I could do the same in my another machine and works fine. Is there any path setting missing in this case.

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

    Re: simple dll test is not working

    And what dependency walker shows you?
    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