foxbin2prg.prg: Issue#15 fix (check only main object)

lib_controles.vcx: Change PCT_DLL.dll path
ut__foxbin2prg__c_conversor_prg_a_bin__analyzeAssignmentOf_Tag.prg: Adapt test case for issue#15
EXE generation
This commit is contained in:
fdbozzo
2018-01-06 21:40:10 +01:00
parent 9f9efb2fc8
commit f0454e0392
6 changed files with 7 additions and 3 deletions

View File

@@ -14039,7 +14039,8 @@ DEFINE CLASS c_conversor_bin_a_prg AS c_conversor_base
IF NOT EMPTY(lcParent)
* Tiene Parent, y debe existir, si no es ignorado
IF loObjs.GetKey(lcParent) > 0
* NOTA: Del parent solo se puede comprobar el objeto primario.
IF loObjs.GetKey(GETWORDNUM(lcParent + '.', 1, '.')) > 0
* Existe: se agrega al array el nuevo objeto
loObjs.Add( '', lcParentObjName )
ELSE