Hi, I am getting a linker error message
Error: L6218E: Undefined Symbol __2swprintf
Can anyone tell me what file(s) I am missing/need to include? (I've included "wchar.h" and "wctype.h")
Thanks
Note that header files you constains declarations.
For linking problems, you have to check what source files and libraries you have added to the project.