NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: CaseyR on June 18, 2013, 02:35:12 PM

Title: CRLF still used instead of p_web.CRLF in generated code with 7.12
Post 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.
Title: Re: CRLF still used instead of p_web.CRLF in generated code with 7.12
Post by: Bruce on June 20, 2013, 12:10:45 AM
>> 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
Title: Re: CRLF still used instead of p_web.CRLF in generated code with 7.12
Post by: CaseyR on June 20, 2013, 01:16:22 PM
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.