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

Threaded View

  1. #14
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,633

    Re: Help Needed Using DLL

    I used the tool it showed the function name as MyMouseProc. I still don't know what to do ??
    Say the truth is what to do. Either you miss (or cripple somehow) the CALLBACK modifier in your dll, or you use .def file that unmangles the exported name.

    See my sample, and you see all works fine so far.
    Attached Images Attached Images
    Attached Files Attached Files
    Last edited by Igor Vartanov; December 27th, 2008 at 10:49 AM.
    Best regards,
    Igor

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