NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: CaseyR on June 18, 2013, 02:35:12 PM
-
Hi,
I updated to 7.12 and got a whole bunch of Unknown identifier CRLF errors. I know CRLF has been replaced by p_web.CRLF , but it is not being generated even with unconditional global regeneration. Adding CRLK as a global equate gets rid of the errors, but adds almost as many duplicate variable warnings.
Any suggestions? Many thanks.
-
>> I updated to 7.12 and got a whole bunch of Unknown identifier CRLF errors.
In Generated code, or embed code?
Can you post a sample of the code here? that will help me identify where it is being used.
cheers
Bruce
-
In working on the problem, I found that while most of the errors/warnings were in generated code they were generated from my own templates. Putting CRLF in my own Equates file solved the problem.