Closed Thread
Results 1 to 2 of 2

Thread: PInvoke Error

  1. #1
    Lop's Avatar
    Lop
    Lop is offline Speaks fluent binary
    Join Date
    May 2006
    Posts
    1,178
    Rep Power
    30

    PInvoke Error

    I have no idea why I am getting this error and the description doesn't help me. Can someone help me out:

    Error:
    Managed Debugging Assistant 'PInvokeStackImbalance' has detected a problem

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest
    This means that the Debuggin Assistant has detected a problem with an external library. You are probably calling the method wrong

    IE:

    Code:
    Bool myFunction(int a)
    when it should be

    Code:
    long MyFunction(long a)

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [help]Parse error: syntax error, unexpected $end
    By kiddies in forum PHP Development
    Replies: 3
    Last Post: 07-18-2010, 02:58 PM
  2. Replies: 5
    Last Post: 06-20-2010, 10:52 PM
  3. Replies: 1
    Last Post: 06-18-2010, 05:26 AM
  4. My error-free code has an error. (Switches/Cases)
    By Sundosia in forum C and C++
    Replies: 3
    Last Post: 08-07-2008, 12:16 PM
  5. Replies: 1
    Last Post: 05-06-2008, 05:16 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts