CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    Join Date
    Apr 1999
    Posts
    27,449

    Re: Run-Time Check Failure #0

    Quote Originally Posted by cegparamesh
    Paul,

    I rebuilded and found no change.
    I am testing the right dll.
    The ordinal number it showed is 0x0001.
    and i left a space between the function name and ordinal.

    I dont know how stupid i am. I cant even do a simple DLL.
    Thank you very much for you help.

    Paramesh.
    What version of Visual C++ are you using? For Visual C++ 6.0, all you need to do is add the DEF file to your project.

    For Visual C++ 7.0 and higher, you need to specify the DEF file in the "Module Definition File" option in your project's Configuration Properties / Linker / Input / Module Definition File.

    Regards,

    Paul McKenzie

  2. #17
    Join Date
    Oct 2005
    Location
    Chennai, India
    Posts
    27

    Re: Run-Time Check Failure #0

    Paul, you are such a nice person!!!

    What a wonderful help you provided to a newbie.

    Keep it up.

    and Thanks.
    I am using Visual C++ 7, and got the problem solved.

    Paramesh.

  3. #18
    Join Date
    May 2011
    Posts
    5

    Re: Run-Time Check Failure #0

    I just fixed , thanks

Page 2 of 2 FirstFirst 12

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