fb:porticula NoPaste
Preprozessorbug
Uploader: | MOD |
Datum/Zeit: | 25.12.2011 14:53:43 |
Namespace Bsp
Type T
x As Integer
End Type
Type nichtEingebunden
x As Integer
End Type
End Namespace
Type nichtEingebunden
x As Single
End Type
Dim a As Bsp.T
Using Bsp
Dim b As T
'#Ifdef Bsp
'#If Defined(Bsp)
#If Defined(Bsp))
Print "bsp"
#Else
Print "not bsp"
#EndIf
Sleep