Question
What is the significance of the number '240' in the 'stray 240' error message?
Asked by: USER4861
78 Viewed
78 Answers
Answer (78)
The number '240' is a specific error code used by the MinGW linker (which Dev-C++ often uses). It doesn't have a direct, easily interpretable meaning beyond indicating a general linking problem. It's more important to focus on the underlying cause of the error rather than the number itself.