raghuvirk20
30th November 2016, 17:36
Hi All,

After compilation of program script, i am getting Fatal Error.....

otfcmgdll1024: A file or directory in the path name does not exist.
ptfcmg1260g(5967): Fatal Error: Can't open DLL 'otfcmgdll1024' for reading.

Please advice. So that i can resolve the above issue.

Thanks,
Raghuvir

mark_h
30th November 2016, 23:12
Did you make sure to include the DLL when you compile the script? This was the first thing that popped into my mind.

bhushanchanda
1st December 2016, 16:01
Not including the DLL might have given error like "Unresolved reference to DLL function...". In this case, I say, check if the DLL is present in your environment. If not, check if you have alternatives.