access violation when running Vtable example

Discussion of open issues, suggestions and bugs regarding Virtual Data Access Components for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
amoroder
Posts: 30
Joined: Sun 12 Sep 2010 11:33

access violation when running Vtable example

Post by amoroder » Sun 19 Dec 2010 15:42

Hello,

I compiled the example without a error.
When I start it I get a access violation at 0057FE6B.

Can anyone tell me the reason of this error ?

Thanks
Andreas

AndreyZ

Post by AndreyZ » Mon 20 Dec 2010 13:18

Hello,

I cannot reproduce the problem. Please specify the following:
- the exact version of the TVirtualTable component. You can find it in the About form (right click on the TVirtualTable component and choose About);
- the exact version of your IDE.
Also note that all DAC components already include the TVirtualTable component and if you are using any of them, you should uninstall the standalone TVirtualTable component.

amoroder
Posts: 30
Joined: Sun 12 Sep 2010 11:33

Post by amoroder » Mon 20 Dec 2010 19:46

Hello,

- Embarcadero® Delphi® XE Version 15.0.3953.35171

I did download TVirtualtable yesterday. I am new to delphi so I dont' know how to get the version number.

Bye
Andreas

AndreyZ

Post by AndreyZ » Fri 24 Dec 2010 09:50

I still cannot reproduce the problem. Please try the following:
- remove VirtualTable;
- remove all *vtable*.bpl and *dac*.bpl files from your PC;
- reinstall VirtualTable.

Post Reply