Epo
02-19-2002, 02:45 PM
Option Explicit
Dim DX As New DirectX7
Dim DD As DirectDraw7
Dim Primary As DirectDrawSurface7
Dim BackBuffer As DirectDrawSurface7
Dim BitSurf As DirectDrawSurface7
Dim ddsd1 As DDSURFACEDESC2
Dim ddsd2 As DDSURFACEDESC2
Dim ddsd3 As DDSURFACEDESC2
I've used the above code from Squirm's tutorial but get an error that the variable types haven't been defined. I'm guessing there are probably some APIs that need be declared, anybody know what they are? (I'm guessing atleast one person does) :)
Thanks alot
Dim DX As New DirectX7
Dim DD As DirectDraw7
Dim Primary As DirectDrawSurface7
Dim BackBuffer As DirectDrawSurface7
Dim BitSurf As DirectDrawSurface7
Dim ddsd1 As DDSURFACEDESC2
Dim ddsd2 As DDSURFACEDESC2
Dim ddsd3 As DDSURFACEDESC2
I've used the above code from Squirm's tutorial but get an error that the variable types haven't been defined. I'm guessing there are probably some APIs that need be declared, anybody know what they are? (I'm guessing atleast one person does) :)
Thanks alot