How do I force my_custom.cpp to be re-read before compiling #925
Answered
by
richardsg307
richardsg307
asked this question in
Q&A
-
Using GitPod, I'm compiling my own OpenHasp with some code in my_custom,cpp. The compile picked up a few errors but when I correct them the compiler still tries to compile the old file. How can I fix this? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
richardsg307
Aug 8, 2025
Replies: 1 comment
-
My bad. When I re-read the error messages, it became apparent that the compiler was baulking at the my_custom_template.cpp and not the my_custom.cpp file. I'm not even sure why it was even reading the template, but, hey-ho. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
richardsg307
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My bad.
When I re-read the error messages, it became apparent that the compiler was baulking at the my_custom_template.cpp and not the my_custom.cpp file.
I'm not even sure why it was even reading the template, but, hey-ho.