Hi,
i'm spliting my app into DLL parts. So i've created a global.dll for database and a cadastro.dll for comom procedures.
But, when i'm compling the EXE i'm receiving this error:
Unknown identifier: CADASTROCATEGORIA - F:\SVSIS\Cadastro\Cadastro_ni.clw:730,18
CADASTROCATEGORIA are defined in global and cadastro (as external), but not into EXE.
Does anyone know something about it?
Thanks