C11 functions
Cameron Cawley (3514) 155 posts |
I’ve just submitted a patch for GCCSDK to allow using some of the recently added C11 functions in SharedCLibrary builds. One of the points I made in the email is that there isn’t any additional version checking, meaning that if a program uses any of these functions but the user has a version of SharedCLibrary older than 6.05, it’ll crash. However, after some additional investigation, I noticed that Norcroft builds don’t do this either, with similar results. What would be the correct thing to do here? |
Chris Mahoney (1684) 2165 posts |
With the DDE it’s the developer’s responsibility to RMEnsure the correct version. Crashes aren’t ideal so there might be a better way, but at least it won’t be worse than the status quo. |
Steve Pampling (1551) 8154 posts |
Report the behaviour as a bug? |
Stuart Swales (8827) 1348 posts |
See also https://www.riscosopen.org/forum/forums/4/topics/17200 |