Code: Select all
Class stPOINT {
x: i32
y: i32
}
Class DupEntry {
X: u32
Y: u32
PairA: stPOINT
PairA: stPOINT
}
myStructure := DupEntry() ; Critical Error: Invalid memory read/write.
Code: Select all
Class stPOINT {
x: i32
y: i32
}
Class DupEntry {
X: u32
Y: u32
PairA: stPOINT
PairA: stPOINT
}
myStructure := DupEntry() ; Critical Error: Invalid memory read/write.