Last program runs instead of current
John Kauffman
Posts: 653
From my list of "Propeller C Very Basic Errors"
From the sample programs to support Learn C
What is happening when:
Open and run the helloWorld program with F8. (run/terminal)
Looks fine
Close terminal
Open and run the CountToTen program with F8
Terminal shows HelloWorld instead of CountToTen
Thanks.
From the sample programs to support Learn C
What is happening when:
Open and run the helloWorld program with F8. (run/terminal)
Looks fine
Close terminal
Open and run the CountToTen program with F8
Terminal shows HelloWorld instead of CountToTen
Thanks.
Comments
It was not added new file to project so Run was executing MyProject.c, not the file I had just created and was seeing.
Thanks
I'm putting together doc of specifics for folks coming from PBASIC to C. I'll post on my site and ask for input.