Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. StrRetToStr

StrRetToStr

Scheduled Pinned Locked Moved C / C++ / MFC
question
7 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    hph
    wrote on last edited by
    #1

    hi, i want to use the function StrRetToStr(...) in a Console Application, i have included the corresponding file Shlwapi.h and the library Shlwapi.lib but the function isn't declared in them ? is this a bad joke from microsoft ?? Does this function exist at all ? Thanks in advance !

    A M L 3 Replies Last reply
    0
    • H hph

      hi, i want to use the function StrRetToStr(...) in a Console Application, i have included the corresponding file Shlwapi.h and the library Shlwapi.lib but the function isn't declared in them ? is this a bad joke from microsoft ?? Does this function exist at all ? Thanks in advance !

      A Offline
      A Offline
      Anand Paranjpe
      wrote on last edited by
      #2

      Hi, What IE version u have ? Use the func below. Check if same thing happening with this also StrRetToBuf The chosen One :)

      H 1 Reply Last reply
      0
      • A Anand Paranjpe

        Hi, What IE version u have ? Use the func below. Check if same thing happening with this also StrRetToBuf The chosen One :)

        H Offline
        H Offline
        hph
        wrote on last edited by
        #3

        StrRetToBuf also doesn't exist/work !

        A 1 Reply Last reply
        0
        • H hph

          StrRetToBuf also doesn't exist/work !

          A Offline
          A Offline
          Anand Paranjpe
          wrote on last edited by
          #4

          What @ IE version u r having on ur machine? The chosen One :)

          1 Reply Last reply
          0
          • H hph

            hi, i want to use the function StrRetToStr(...) in a Console Application, i have included the corresponding file Shlwapi.h and the library Shlwapi.lib but the function isn't declared in them ? is this a bad joke from microsoft ?? Does this function exist at all ? Thanks in advance !

            M Offline
            M Offline
            Michael P Butler
            wrote on last edited by
            #5

            Which version of Shlwapi.h are you using? The one that comes with VS6 or the one that comes with the Platform SDK. Shlwapi.h that came with VS6 doesn't support this function, you'll need to be including the one which came with the Platform SDK. Michael 'Logic, my dear Zoe, merely enables one to be wrong with authority.' - The Doctor: The Wheel in Space

            H 1 Reply Last reply
            0
            • M Michael P Butler

              Which version of Shlwapi.h are you using? The one that comes with VS6 or the one that comes with the Platform SDK. Shlwapi.h that came with VS6 doesn't support this function, you'll need to be including the one which came with the Platform SDK. Michael 'Logic, my dear Zoe, merely enables one to be wrong with authority.' - The Doctor: The Wheel in Space

              H Offline
              H Offline
              hph
              wrote on last edited by
              #6

              i have the one which came with VS6! Can you give me a favour, and send me the shlwapi.h which came with the SDK ? Thanks in advance!

              1 Reply Last reply
              0
              • H hph

                hi, i want to use the function StrRetToStr(...) in a Console Application, i have included the corresponding file Shlwapi.h and the library Shlwapi.lib but the function isn't declared in them ? is this a bad joke from microsoft ?? Does this function exist at all ? Thanks in advance !

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #7

                All these functions are exported from Shlwapi.dll (7/24/2002) as (ASCII: StrRetToBufA, UNICODE: StrRetToBufW etc) If not included in your version of Shlwapi.h you could consider checking in the latest W32 SDK (note that the standard MSDevStudio files are usually quite out of date). Quick solution might be to add its declaration yourself in your code. You would need of course to make sure that the right version of Shlwapi.dll is installed on the target system

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups