Hi,

I am using Borland C++ Builder6 to create a .dll. The programm works fine but I can't use memcpy() from math.h or string.h as I get a Linker Error (Unresolved external 'memcpy' referenced)
when using it.

Does anybody have an idea of how to solve this issue?