System.vcx is required by
_SCREEN.ADDPROPERTY("Syste
BUT if you omit the ", LOCFILE("system.vcx")" then it will work because the CLASS xfcSystem is already defined in system.prg (look for "DEFINE CLASS xfcSystem AS xfcNamespace") and you may find it in source downloaded together with GDIPlusX.ZIP
Main Topics
Browse All Topics





by: Olaf_DoschkePosted on 2009-10-19 at 09:57:11ID: 25606871
There's a _system.vcx as the base classlib of several FFC (foxpro foundation classes) in HOME()+"FFC", where you also find _reportlistener.vcx. As your code actually does a LOCFILE("system.vcx") I don't know, maybe simply a typo and what's needed is in fact _system.vcx?
Bye, Olaf.