Page 1 of 1

Forward Declaration in CSPro logic

Posted: September 28th, 2021, 6:18 am
by htuser
Dear CSPro Developer Team,
Following my https://www.csprousers.org/forum/viewto ... f=6&t=4661 post, i'm asked myself if implementing something like a Forward Declaration in CSPro logic could not solve the ordering issue before having a multiple pass compiler?

I'm thinking this may be better than #include preprocessor since, in the .ent file, all external files are already included in the main application...
so, copied in the GLOBAL PROC...
So, the #include preprocessor may be a duplication...
Best,