|
-
Jan 3rd, 2004, 02:39 AM
#1
Thread Starter
Lively Member
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:
Private Function PopulateMixer(ByRef lMxID As Integer, ByRef bCallBack As Boolean, ByRef lhWnd As Integer) As Integer
Dim lMixer As Integer
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."
-
Jan 3rd, 2004, 02:58 AM
#2
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|