CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2008
    Posts
    7

    Question Access violation Exception inUnmanaged dll

    hi,

    What might be the causes of access violation exception when calling functions from an unmanaged dll ?

  2. #2
    Join Date
    Jun 2008
    Posts
    2,477

    Re: Access violation Exception inUnmanaged dll

    Many things could.

  3. #3
    Join Date
    Mar 2008
    Location
    IRAN
    Posts
    811

    Re: Access violation Exception inUnmanaged dll

    some of the reasons:

    1- function is private
    2- function is protected
    Please rate my post if it was helpful for you.
    Java, C#, C++, PHP, ASP.NET
    SQL Server, MySQL
    DirectX
    MATH
    Touraj Ebrahimi
    [toraj_e] [at] [yahoo] [dot] [com]

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