wenn ich ein unter x86 fehlerfrei compiliertes Programm mit property x64 compiliere, bekomme ich mehrere Fehler XS9084 bei folgendem Code:
Code: Select all
METHOD ControlNotify (oControlNotifyEvent)
LOCAL oEvent AS ControlNotifyEvent
LOCAL strucNMLV AS _winNM_ListView
LOCAL strucLVCD AS _winNMLVCustomDraw
LOCAL oLiv AS OBJECT
LOCAL oLVI AS ListViewItem
oEvent := oControlNotifyEvent
DO CASE
CASE oEvent:umsg == WM_NOTIFY
strucNMLV := PTR (_CAST, oEvent:lParam) // bringt Fehler XS9084
LG

