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.
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!Code:Public mMain As New I3DMain Sub main() mMain.I3DInit End Sub




Reply With Quote