Note: Forums will be making significant UX changes to address key usability improvements surrounding search, discoverability and navigation. To learn more about these changes please visit the announcement which can be found HERE.
Can I use utilities::conversions::from_base64_str()?

Locked Can I use utilities::conversions::from_base64_str()?

  • Monday, February 11, 2013 5:29 AM
     
     

    Hi all,

    The function utilities::conversions::from_base64_str() is declared in asyncrt_utils.h but the linker cannot resolve it. I've included both actors110.lib and casablanca110.lib in the dependency list. I believe its implementation is also absent of the x64 versions. Is my assessment correct or am I missing something?

All Replies

  • Tuesday, February 12, 2013 1:45 AM
    Owner
     
     Proposed

    GhostlyGhost,

    You're right -- the function is declared but not defined. We'll get rid of it.

    I suggest using from_base64 (in the same namespace).


    Artur Laksberg Visual C++ Team Microsoft