0
Whenever I am debugging a console application by Delphi 2009 (using the "Attach to Process" feature) an error message appears in the IDE saying "Pure virtual Function called".
When I click on the OK of the message, Delphi closes itself.
Since Delphi closes after the message, and the error occurs on random lines of code, I suspect the problem is not related to the program itself.
Has anyone ever come across this problem? Someone knows how to solve?
Already tried with other versions of Delphi ?
– Victor Tadashi
@Victorzanella, here at the company we only have licenses for Delphi 2009.
– AlexQL
Has all 2009 updates ?
– Victor Tadashi
@Victorzanella, from what I saw, yes. He accuses having up to Update 3 and 4.
– AlexQL
This problem happens independent of the operating system version and platform (x64, x86)?
– Victor Tadashi
@Victorzanella, this specific error only occurred in the current PC configuration (Windows 10 x64) debugging an x86 application.
– AlexQL
can do the test in a windows 7 x64 ?
– Victor Tadashi
Not yet. I’ll try a virtual machine. The problem is that the Delphi license is checked online. To do this test in windows 7, maybe I have to resort to the "Brazilian way"... :(
– AlexQL
If the license is for Appwave, it’ll be quiet. I asked to do a test on other versions of Windows as I had a similar problem after installing some package on Windows 8.
– Victor Tadashi
I’ll try. As soon as I have good news or bad news, I’ll let you know.
– AlexQL