Hi,
after years programming in ABAP I've coming back to c++.
I've got a task to convert a c++-project from Code::Blocks to
a Visual Studio Project. For that i've downloaded the latest Visual Studio Express edition.
I've created an empty project. Added all needed sourcefiles and resources, set the compiler and linking flags.
It compiles but when it comes to the linking I'm getting a 2019 or 2001 error saying that the external Symbol __ftol2_sse is not resolved.
After doing a little bit research I think it might have to do with the msvcrt-version but to be honestly I've got no idea how to fix this.
What do I have to do? Are there certain libs I missed and have to add to the project?

Thanks for helping me

Akademos