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#
  4. Where To Find This DLL

Where To Find This DLL

Scheduled Pinned Locked Moved C#
questioncsharpcomhelptutorial
4 Posts 4 Posters 34 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.
  • K Offline
    K Offline
    Kevin Marois
    wrote on last edited by
    #1

    I'm trying the C# example here: [Changing the Bluetooth Radio Mode | Microsoft Learn](https://learn.microsoft.com/en-us/previous-versions/bb416244(v=msdn.10)?redirectedfrom=MSDN#sample-code) It's referencing BthUtil.dll. I can't find this DLL anywhere. How can I find this? Thanks

    In theory, theory and practice are the same. But in practice, they never are.” If it's not broken, fix it until it is. Everything makes sense in someone's mind.

    D OriginalGriffO RaviBeeR 3 Replies Last reply
    0
    • K Kevin Marois

      I'm trying the C# example here: [Changing the Bluetooth Radio Mode | Microsoft Learn](https://learn.microsoft.com/en-us/previous-versions/bb416244(v=msdn.10)?redirectedfrom=MSDN#sample-code) It's referencing BthUtil.dll. I can't find this DLL anywhere. How can I find this? Thanks

      In theory, theory and practice are the same. But in practice, they never are.” If it's not broken, fix it until it is. Everything makes sense in someone's mind.

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      Look at the date on the article. It's from 14 years ago and really doesn't apply today. From what I can tell, BthUtil.dll was part of Windows CE/Mobile, which doesn't exist anymore. It was never part of full-blooded Windows. You're looking at an article for Windows Mobile!

      Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles. Dave Kreskowiak

      1 Reply Last reply
      0
      • K Kevin Marois

        I'm trying the C# example here: [Changing the Bluetooth Radio Mode | Microsoft Learn](https://learn.microsoft.com/en-us/previous-versions/bb416244(v=msdn.10)?redirectedfrom=MSDN#sample-code) It's referencing BthUtil.dll. I can't find this DLL anywhere. How can I find this? Thanks

        In theory, theory and practice are the same. But in practice, they never are.” If it's not broken, fix it until it is. Everything makes sense in someone's mind.

        OriginalGriffO Offline
        OriginalGriffO Offline
        OriginalGriff
        wrote on last edited by
        #3

        I'm not sure that even if you find it, it would be any use to you - BthUtil.dll is part of the Windows Mobile (WM) API which was a derivative of WinCE and which finally died the death back in 2013 - it ran on relatively short lived hardware that certainly isn't being made these days and MS ended support for it back in 2019. If you are targeting WM deliberately in 2024 then you have to ask yourself "why am I doing this?" as it's going to get increasingly hard to find hardware it will still run on that works! If you are trying to get something working and didn't realize it was a WM app example you were following then that's your problem, right there! :D

        "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

        "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
        "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

        1 Reply Last reply
        0
        • K Kevin Marois

          I'm trying the C# example here: [Changing the Bluetooth Radio Mode | Microsoft Learn](https://learn.microsoft.com/en-us/previous-versions/bb416244(v=msdn.10)?redirectedfrom=MSDN#sample-code) It's referencing BthUtil.dll. I can't find this DLL anywhere. How can I find this? Thanks

          In theory, theory and practice are the same. But in practice, they never are.” If it's not broken, fix it until it is. Everything makes sense in someone's mind.

          RaviBeeR Offline
          RaviBeeR Offline
          RaviBee
          wrote on last edited by
          #4

          Do these links help?

          • Bluetooth developer FAQ | Microsoft Learn[^]
          • Windows.Devices.Bluetooth Namespace - Windows UWP applications | Microsoft Learn[^]

          /ravi

          My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

          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