Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
::swprintf has not been declared is a compile error I encountered when using Qt Creator under Windows 7.
Add the following statement before the first #include:
#undef __STRICT_ANSI__ |
Or more portable:
#ifdef _WIN32 |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.