Compilation problem



Hi,

I can compile for Windows by two ways, using native Windows (I using gtkmm-win32-devel-2.14.3-2.exe) and Linux cross-compilation.
Each one appears to be compiled in different ways.

The following compiles on native Windows, but not on Linux cross-compilation:
Glib::ustring::format(std::setfill('0'), std::setw(2), 30);

The following compiles on Linux cross-compilation, but not on native Windows:
Glib::ustring::format(std::setfill(L'0'), std::setw(2), 30);


Thank you.

[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]