Hello,
at the moment I try to port a Visual C++ application to Linux. The code compiles without errors in Visual Studio, but I get many compiler errors under Linux. One of these errors is:
../src/wktools4.cpp:29: error: no matching function for call to 'operator new(unsigned int, const char [40], int)'
More information:
- IDE: kdevelop with G++
- GUI API:
The error appears at the following line:
IMPLEMENT_APP(Cwktools4App)
and some more times.
What am I missing? Thanks,
/mspoerr