Reply by perryuan July 6, 20062006-07-06
Good question. Ask TI.

Jack Klein wrote:
> On 6 Jul 2006 11:07:32 -0700, "perryuan" <perry.yuan@gmail.com> wrote > in comp.dsp: > > > I found there is bug while a long source file is printed in CCS > > Platimum v3.1. My case: 4100 lines of C source code. Randomly missed > > 10-20 lines (or more) each time. Always. Repeatable. The missing parts > > were not fixed. > > > > Solution: Use other IDEs to print out your code. > > What about the solution of NEVER having 4100 lines in a C source file? > > -- > Jack Klein > Home: http://JK-Technology.Com > FAQs for > comp.lang.c http://c-faq.com/ > comp.lang.c++ http://www.parashift.com/c++-faq-lite/ > alt.comp.lang.learn.c-c++ > http://www.contrib.andrew.cmu.edu/~ajo/docs/FAQ-acllc.html
Reply by Jack Klein July 6, 20062006-07-06
On 6 Jul 2006 11:07:32 -0700, "perryuan" <perry.yuan@gmail.com> wrote
in comp.dsp:

> I found there is bug while a long source file is printed in CCS > Platimum v3.1. My case: 4100 lines of C source code. Randomly missed > 10-20 lines (or more) each time. Always. Repeatable. The missing parts > were not fixed. > > Solution: Use other IDEs to print out your code.
What about the solution of NEVER having 4100 lines in a C source file? -- Jack Klein Home: http://JK-Technology.Com FAQs for comp.lang.c http://c-faq.com/ comp.lang.c++ http://www.parashift.com/c++-faq-lite/ alt.comp.lang.learn.c-c++ http://www.contrib.andrew.cmu.edu/~ajo/docs/FAQ-acllc.html
Reply by perryuan July 6, 20062006-07-06
I found there is bug while a long source file is printed in CCS
Platimum v3.1. My case: 4100 lines of C source code. Randomly missed
10-20 lines (or more) each time. Always. Repeatable. The missing parts
were not fixed.

Solution: Use other IDEs to print out your code.