PRB: Error Caused By 68K EXE Created by Visual FoxPro MacLast reviewed: July 10, 1996Article ID: Q153418 |
The information in this article applies to:
SYMPTOMSThe following error message is returned when a particular code sequence is compiled to a 68K .exe file:
Sorry,a system error occurred. "VFP Support Library 68K" error type 11. RestartThe code works correctly when run as a .prg file or an .app file.
STATUSMicrosoft is researching this behavior and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce BehaviorThe following code when put in a program, added to a project, and compiled to a 68K .exe file will cause errors that differ depending on the system's software and type of computer:
SET TALK OFF && without this line it works
SET PRINTER ON && without this line it works
mMain=0
@ 3,5 GET mMain FUNCTION '*RT A'
* TO SEE THE ERROR,CLICK ON THE RADIO BUTTON
READ
CLEAR && without this line it works
SET PRINTER TO "STOX1A.TXT" && without this line it works
** this could be virtually any SQL SELECT statement
SELECT DISTINCT BMASTER.SITEID;
FROM BMASTER, SITE;
WHERE SITE.SITEID = BMASTER.SITEID;
INTO ARRAY aSTUDY
WAIT WINDOW STR(ALEN(aSTUDY,1)) NOWAIT
|
Additional reference words: 3.00b VFoxMac
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |