Page 1 of 1

I need help!

Posted: 15.08.2008, 21:59
by AnalogXP
I work with SqLite3, Delphi 7, Windows XP SP2.
Today something has occurred and I cannot already start any program.
For example:
I put on the form component ZConnection1. I connect it to base and it works (but only in design-time). Errors are not present. As soon as I press button "Run", the error at once jumps out.

' Access violation at adress... '

Help me to understand. What could happens?

Posted: 15.08.2008, 22:58
by mdaems
Where's your sqlite.dll? If the ide uses a different version as the program, there might be this problem.

Mark