Results 1 to 2 of 2

Thread: annoying error 91

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2003
    Location
    When?!?!
    Posts
    108

    annoying error 91

    I've tried every way there is. There is absolutly no way to get around it.

    Ok here's the scene, I have a module with all my APIs and Structures. mixerOpen is the API I am calling from this particular module.

    Then I have my class that finds a mixer.It will take parameters cuz its a function.

    VB Code:
    1. Private Function PopulateMixer(ByRef lMxID As Integer, ByRef bCallBack As Boolean, ByRef lhWnd As Integer) As Integer
    2.  
    3. Dim lMixer As Integer
    4.  
    5. openMixer(lMixer, lMxID, lhWnd, 0, CALLBACK_WINDOW)

    none of the objects were even unloaded. so what could be wrong?
    DannyJoumaa
    Advanced VB6 Programmer
    Intermediate-Advanced VB .NET Programmer
    Intermediate C# Programmer
    Intermediate Win32 Developer
    Beginner Mac OS X Developer
    Contact: [email protected]

    Favorite Sayings:
    "Every time you open your mouth, you prove your an idiot."
    "God is a programmer. Satan is a bug. Life is debugging."

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Aug 2003
    Location
    When?!?!
    Posts
    108
    ok i fixed the problem but alas, another problem arose.

    Arithmetic operation resulted in an overflow.
    DannyJoumaa
    Advanced VB6 Programmer
    Intermediate-Advanced VB .NET Programmer
    Intermediate C# Programmer
    Intermediate Win32 Developer
    Beginner Mac OS X Developer
    Contact: [email protected]

    Favorite Sayings:
    "Every time you open your mouth, you prove your an idiot."
    "God is a programmer. Satan is a bug. Life is debugging."

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