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

Threaded View

  1. #9
    Join Date
    Feb 2008
    Posts
    56

    Re: Calling a C function

    I went back to the original way I was loading the DLL, by linking against the .lib file and providing the DLL. Now it seems the debugger is telling me the DLL is loaded, but still, when it reaches the function, nothing happens at all. The first instruction is not executed...

    EDIT: I made it work. Everything was fine, except the fact that there was some king of mistake in one parameter passed to the function. No compile nor runtime error was displayed. I corrected that and everything works now. Thanks!
    Last edited by Luc484; May 12th, 2010 at 06:00 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