Hi,
I am trying to use Dlib library which is fully written in Standard C++, in C++Builder CX 10.
So I turned off the check in project compiler option page "Classic Compiler" to be able to use Clang-based compiler bcc32c.
I tried to compile examples comes in Dlib but I couldn't. I get the following compiler errors:
[CLANG Error] float_details.h(107): use of undeclared identifier 'frexpf'
[CLANG Error] fortran_id.h(26): do not know how to link with fortran for the given platform
[CLANG Error] fortran_id.h(36): do not know how to bind to fortran calling convention
So could you please guide me how to fix the problem?
Dlib link:
Regards,