2020-05-02 04:37 AM
2020-05-04 12:26 AM
Please check the path to motion_fx.h is in your include path (in project settings).
2020-05-04 12:49 AM
Hi,
It's not a problem with .h include path it's a problem with preprocessor Incluide Paths for library,
my solution is to add path of the library (.a) in the "Expert settings Command line pattern" and it's work.
2020-05-04 01:32 AM
You can add the library also in the Libraries settings in the Linker section, so you don't need to write the command.
2020-05-04 01:37 AM
When i try to add it with the "Linker section method" it's not working.