Board index » delphi » Deplying new Application and Access Violation

Deplying new Application and Access Violation

I have created an Install set using the Installshield Express supplied by
Delphi 2.0. The problem I am haveing is when I try to run the installed
application I get the following error.

  "Access Violation at address 0074F3EA. Read of address FFFFFFFF"

I am getting the error when I first try to access the Paradox DB. The BDE
config file matches on the target and source machiness. If anyone can
provide a clue as to what is going on I would really appreciate the HELP!

-------------------==== Posted via Deja News ====-----------------------
      http://www.dejanews.com/     Search, Read, Post to Usenet

 

Re:Deplying new Application and Access Violation


Quote
On Wed, 04 Jun 1997 08:37:14 -0600, br...@freemarkets.com wrote:
>I have created an Install set using the Installshield Express supplied by
>Delphi 2.0. The problem I am haveing is when I try to run the installed
>application I get the following error.

It definitely is a problem with your program. Do you use any OCX controls
such as ChartFX in the product? If so, you'll have to include the support
DLLs if there are any.

Happy coding

Stefan Paetow
ellipse data systems

== owner@ ==
== ellipse- ==
== data.com ==
== Fix the ==
== above for ==
== address ==

-
=========================================================================
=  Any opinions here are my personal opinions, not those of my company  =
=            Home on the web: http://www.ellipse-data.com/              =
=             Delphi Super Page: http://ftp.is.co.za/dsp/               =
=  Delphi User Groups in South Africa: http://www.delphi.co.za/dugg/    =
=========================================================================

Other Threads