CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2000
    Location
    Germany, Franken
    Posts
    257

    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

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: Link 2019 Error and __ftol2_sse

    Have a look at this thread.
    Victor Nijegorodov

  3. #3
    Join Date
    Mar 2000
    Location
    Germany, Franken
    Posts
    257

    Re: Link 2019 Error and __ftol2_sse

    Quote Originally Posted by VictorN View Post
    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
  •  





Click Here to Expand Forum to Full Width

Featured