CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 28

Threaded View

  1. #15
    Join Date
    Apr 1999
    Posts
    27,449

    Re: Problems with implementing dlls

    Quote Originally Posted by VictorN View Post
    1. You did not mention "linker errors LNK2028 and LNK2019".
    2. You neither added the wavelet2d.lib in the linker additional dependencies property field nor did you set the full path name to wavelet2d.lib in the #pragma statement. So you have just ignored what 2kaud suggested you in his latest post.
    I think it's worse than that. Just the mere fact that the library is using C++ types as parameters ensures that something will go wrong somewhere.

    Regards,

    Paul McKenzie
    Last edited by Paul McKenzie; July 26th, 2013 at 11:49 AM.

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