Hi
I do need to migrate a application developed using Griaule AFIS 1.0 to the lastest Griaule version. I realized that our application uses a DLL named
GRTemplateConverter.dll. That Dll has a lot of functions usefull functions like GRTCGetEmbeddedTemplate.
Functions that uses our App.
// Methods
[DllImport("GrTemplateConverter.dll", EntryPoint="GrTCFinalize")] public static extern int Finalize();
[DllImport("GrTemplateConverter.dll", EntryPoint="GrTCGetAFISTemplate")] public static extern int GetAFISTemplate(IntPtr inTpt, IntPtr outTpt, ref int tptSize); [DllImport("GrTemplateConverter.dll", EntryPoint="GrTCGetEmbeddedTemplate")] public static extern int GetEmbeddedTemplate(IntPtr inTpt, IntPtr outTpt, ref int tptSize); [DllImport("GrTemplateConverter.dll", EntryPoint="GrTCInitialize")]
Question: Where Can I find those function in the lastest Griaule Version ? Is it a Activex or DLL ? Are they have the same name functions or different ?
Thank you for the support.
Best Regards