04-11-2009, 07:32 AM
I'm running on the normal VB6.0
Alright here is the full code.
'Font Variavles
Public MainFontDx8 As D3DXFont
Public MainFontDesc As IFont 'We use this temporarily to setup the font
'Public TextRect As RECT 'This defines where the font will go
Dim fnt As New StdFont 'This is also used to describe and setup the font
Not i'm gonna break it down to the error.
Public MainFontDesc As IFont 'We use this temporarily to setup the font
The error says "Compile error: User-defined type not defined"
I have downloaded the Asphodel thing and everything.
I hope one of you can help.
Alright here is the full code.
'Font Variavles
Public MainFontDx8 As D3DXFont
Public MainFontDesc As IFont 'We use this temporarily to setup the font
'Public TextRect As RECT 'This defines where the font will go
Dim fnt As New StdFont 'This is also used to describe and setup the font
Not i'm gonna break it down to the error.
Public MainFontDesc As IFont 'We use this temporarily to setup the font
The error says "Compile error: User-defined type not defined"
I have downloaded the Asphodel thing and everything.
I hope one of you can help.