|
-
February 8th, 2011, 07:59 AM
#1
Link 2019 Error and __ftol2_sse
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
-
February 8th, 2011, 08:34 AM
#2
Re: Link 2019 Error and __ftol2_sse
Have a look at this thread.
Victor Nijegorodov
-
February 8th, 2011, 08:53 AM
#3
Re: Link 2019 Error and __ftol2_sse
 Originally Posted by VictorN
Have a look at this thread.
Thx, now it compiles, links and works.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|