Warmaster199
Aug 22nd, 2000, 08:33 PM
I need help now! I have just started working on a 3D engine called I3D. I am trying to make a small app that will call a Function in I3D called I3DInit in a class called I3DMain. So far I have this in the sample app.
Public mMain As New I3DMain
Sub main()
mMain.I3DInit
End Sub
Can anyone tell me why this won't work? It always says the error "Object variable or With block variable not set." I've trying everything! I can't get this DLL call to work. please help!
Public mMain As New I3DMain
Sub main()
mMain.I3DInit
End Sub
Can anyone tell me why this won't work? It always says the error "Object variable or With block variable not set." I've trying everything! I can't get this DLL call to work. please help!