i use different types in StructurUnions for DX9, but this works no more. Here comes an example from the help file. Any solution for it or other kind of structure type for that ?
Code: Select all
Structure Type
Name$
StructureUnion
Long.l ; Jedes Feld (Long, Float und String) befinden sich
Float.f ; an derselben Stelle im Speicher.
String.s ;
EndStructureUnion
EndStructure
Michael