Hello,
I am trying to compile a my program that uses the trigonometric functions sin and cos, the problem is the linker says that both are already defined in FiveH32.lib...
I see the file selector.prg has an implementation of them ...
From my knowledge they are defined in assembler, why is there a re-implementation ? they cover the standard one, I bet they are slower...
Antonino