Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/11/99 22:23
Read: times


 
#289 - RE: ProView32 Bugs!!!
I don't know of a list of them, but I'll give you one right now.

void print(char *str)
{
while (*str)
OutChar(*str++);
}

The compiler genrates bogus code and destroys the pointer. When I told FSI about this, they effectively said "Aw too bad". This is not what I wanted to hear after spending $1200+ on this thing. I have to examine each line of compiler generated code to make sure that it did it right. So much for dependability.

List of 2 messages in thread
TopicAuthorDate
ProView32 Bugs!!!            01/01/70 00:00      
RE: ProView32 Bugs!!!            01/01/70 00:00      

Back to Subject List