Software Archive
Read-only legacy content
17061 Discussions

fpp does not work anymore

cwilson
Beginner
589 Views
I just upgraded to v6.5 and the following example does not preprocess as it did in v6.0, v6.1 and v6.1a. Has the syntax for fpp changed? Is this an introduced bug in v6.5 fpp?

1) fpp /m /C /P /Dpcnt -c foo.f foo.i

subroutine foo
#ifdef pcnt
call mesage ('A'//'B')
#else
call mesage ('C'//'D')
#endif
return

Thanks in advance,
Chas
0 Kudos
2 Replies
Steven_L_Intel1
Employee
589 Views
Yes, it is. Write vf-support@compaq.com about it and we can provide a fix, or just restore the older version of fpp.exe for now. The problem occurs when you have a # line following a line containing //.

Steve
0 Kudos
cwilson
Beginner
589 Views
Thanks Steve...

I got the v6.1a fpp.exe and it works great. I look forward to the fix/patch.

Chas
0 Kudos
Reply