Link Error with SNN.lib
Frank Benoit
keinfarbton at googlemail.com
Sun May 6 03:29:23 PDT 2007
> See if you define extern(C) functions "putwc" and "getwc" anywhere in
> your program, and rename them if so.
>
>
> That's my guess, anyway.
hm, i use tango, tangobos on windows.
tango has this:
extern (D) wint_t putwc(wchar_t c, FILE* stream);
tangobos has this:
extern (C) wchar_t putwc(wchar_t c, FILE *fp);
commenting this out in tangobos solved it.
Thanks
More information about the Digitalmars-d-learn
mailing list