Hello,
In my Programm I get an EAcces-Violation Exception.
It occurs when I use the 'Scanline' method of a TBitmap - Object which I named FBitmap.
If I verify FBitmap with the debugger I get the message:
"Auf Variable 'Self' kann wegen Optimierung nicht zugegriffen werden"
"I can't access on variable 'Self' because of optimizing."
(Sorry,I dont know the the exact English translation.)
A instance of FBitmap exists. FBitmap is not nil.
Has anybody an idea what this means ?
Any idea about possible causes ?
Under which circumstances could this happen ?
Thank you very much for your answers.
In my Programm I get an EAcces-Violation Exception.
It occurs when I use the 'Scanline' method of a TBitmap - Object which I named FBitmap.
If I verify FBitmap with the debugger I get the message:
"Auf Variable 'Self' kann wegen Optimierung nicht zugegriffen werden"
"I can't access on variable 'Self' because of optimizing."
(Sorry,I dont know the the exact English translation.)
A instance of FBitmap exists. FBitmap is not nil.
Has anybody an idea what this means ?
Any idea about possible causes ?
Under which circumstances could this happen ?
Thank you very much for your answers.