> We have 2 computers tied together with a LAN.
>
> Program works fine on the Laptop, but on Desktop we get :"xxx.exe has
> encountered a problem and ...".  There is nothing wrong with the  program
itself, so
> it must be the LAN setup that is causing the access  violation. Their IT
guy
> can do no more. Any ideas? Help.

First of all, it _is_ something wrong with the program. It doesn't take
something into account.
To find what happend, I suggest you instruments your program. Use madExcept
(http://www.madshi.net/madExceptDescription.htm). You'll get call stack with
source names and line numbers when your program does something wrong. Also
use FastMM (http://sourceforge.net/projects/fastmm) in full debug mode,
you'll detect a lot of invalid memory operations such as accessing freed
memory or overflowing an allocated memory region. FastMM is built-in Delphi
2006 but you can install it in other Delphi versions.

Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be



__________________________________________________
Delphi-Talk mailing list -> Delphi-Talk@elists.org
http://www.elists.org/mailman/listinfo/delphi-talk

Reply via email to