Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Invalid Pageframe

Status
Not open for further replies.

tom10

Programmer
Jul 7, 2001
16
GB
I have a VFP 6 exe that is intermittenly crashing with "This program has performed an illegal instruction and will be shutdown" it reports "invalid pageframe kernell 32.dll at 017F:BFFGA25B".

This program has been recently modified but the original version was written in VFP 3. The runtime files were therefore updated to version 6 when the mod was installed.

Thanks in advance

TM
 
HI
check what version of service pack of VFP 6 was used for the development of execuatbale and what ver of run time installed in the user unit. A mismatch often creates unexpected errors. HOpe this helps you solve your problem :) ramani :-9
(Subramanian.G),FoxAcc, ramani_g@yahoo.com
 
Also, make sure your 3.0 project was completely recompiled under VFP 6.0. That is, the Project was opened and the Recompiled ALL option was chosen at least once to make sure all the Class and Form code was updated to 6.0.

Rick
 
You may also want to recreate your indexes. That has given me problems in the past too.

Dave S.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top