代码如下:

TEXT to cSQL noshow
Define Class custom1 As Custom
Name="custom12345z"
Enddefine
ENDTEXT
Strtofile(cSQL,'test.prg')
Compile test.prg
* 上面的代码是为了创建test.prg并编译生成test.fxp,供下面的语句测试:
Local loObject
loObject = Newobject("custom1",'test.fxp')
Release loObject
Dele File test.fxp && 调用完成后,这句无法删除,怎么才能删除?
[此贴子已经被作者于2022-4-11 23:05编辑过]