On 11/8/14 5:03 AM, Jason den Dulk wrote:

My declarations (in a .di file) are wrapped in an extern(C) declaration.
The code compiled fine in 2.065. In 2.066.1 it first complained about
functions returning "const char *" ("function without this cannot be
const").

BTW, the code as compiled in 2.065 was returning char *, not const char *. So the new compiler fixed a bug in your code :)

-Steve

Reply via email to