急!!!cannot locate the microsoft visual foxpro support library
把做好的表单生成exe文件后出现对话框:cannot locate the microsoft visual foxpro support library。
我查了一下,是因为少了VFP6RENU.DLL,VFP6R.DLL两个文件,把这两个文件拷到文件夹下,再双击exe文件运行的时候,表单突然出现一下然后就又没了,该怎么办呢?
我在写程序时,主程序包含以下代码。其中_screen部分是控制VFP主窗口的
set talk off
set esca off
set exact off
SET REPROCESS TO AUTOMATIC
set cons on
set date ansi
set score off
set safe off
set stat bar off
set cent on
set color to
set sysmenu off
CLEAR
clear all
_screen.Caption="你的程序"
_screen.Closable= .F.
_screen.ColorSource= 0
_screen.WindowState= 0
SET DEFAULT TO ALLTRIM(SYS(5))+ALLTRIM(SYS(2003))