RE: VFP executables crash!

Author: Dave Crozier

Posted: 2014-03-19 at 10:57:53

Possible other solution. Try changing your default printer to something else. I had a similar problems with HP printers and add in a call to the following as the drivers caused Divide by Zero errors all over. Example also when I issued a "set date british" which would immediately fail so I used the =_fpreset() just before the set data british. Remember that the calls need to be made per data session.

Must admit that VFP9 has been stable and hardly ever required this .... apart from with the old HP drivers.

* Use the Fix Below to stop Divide by 0 errors

declare _fpreset in msvcrt20.dll

=_fpreset() && after print instructions

Dave

-----Original Message-----

From: ProFox [mailto:profox-bounces@leafe.com] On Behalf Of Dave Crozier

Sent: 19 March 2014 15:47

To: ProFox Email List

Subject: RE: VFP executables crash!

What's in the error log? Has anything else changed ... i.e O/S, anti virus or any activeX that the EXE depends on?

Maybe a simple re-install of the Runtime for starters, or VFP itself if its on a development machine.

Dave

-----Original Message-----

From: ProFox [mailto:profox-bounces@leafe.com] On Behalf Of Chris Davis

Sent: 19 March 2014 15:41

To: profox@leafe.com

Subject: VFP executables crash!

Hi All

I am hoping someone can help with this. Up until a few days ago everything was fine. Now when I try and run any VFP executable i.e. a compiled project it crashes with ...

Fatal error: Exception code=C0000005 @ 03/19/14 03:35:12 PM. Error log file: C:\Program Files (x86)\Common Files\Microsoft Shared\VFP\vfp9rerr.log

This is both my own exe's and also those from other sources.

Thanks

Chris.

______________________________________________________________________

This email has been scanned by the Symantec Email Security.cloud service.

For more information please visit http://www.symanteccloud.com ______________________________________________________________________

--- StripMime Report -- processed MIME parts --- multipart/alternative

text/plain (text body -- kept)

text/html

---

[excessive quoting removed by server]

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/18725B8CD2D5D247873A2BAF401D4AB22A4DDDCB@EX2010-A-FPL.FPL.LOCAL

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2014 Dave Crozier