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. Other Discussions
  3. The Weird and The Wonderful
  4. Why Microsoft Disgusts Me Today

Why Microsoft Disgusts Me Today

Scheduled Pinned Locked Moved The Weird and The Wonderful
helpannouncementhtmlcombeta-testing
17 Posts 12 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.
  • R Rick York

    Last October I submitted a bug report [^] and made several comments elaborating on the problem. It has to do with the FileVersionInfo family of API functions and how the their build process is broken because programs are linked to the wrong libraries which don't contain the relevant functions. There have been several updates since then and I install them all and the problem hasn't been fixed yet. I had actually written this off as yet another Microsoft-ism but I noticed they finally replied to my report : "Thank you for your feedback. We have determined that this issue belongs to the Windows platform. Please provide feedback using Windows 10 feedback hub store app. For more information, see https://support.microsoft.com/en-us/help/4021566/windows-10-send-feedback-to-microsoft-with-feedback-hub-app" What the ...? this is most definitely NOT a platform problem. It is a problem with their linker configuration because VS207 links my programs with the wrong libraries which are either not present or do not contain those functions. There is no work-around available other than not using those functions so I have to implement similar functionality myself in a different way. :rolleyes: This is really getting tiresome. I am not sure I want to bother reporting the other issues I have run into. One is very annoying because it requires that we install the redistributable package. I wanted to use static linking but that is not an option. -edit- because of this problem, I can't use the statically linked version. :wtf: /edit BTW - the problem is still present in today's 15.9.9 update. I tried it and that attempt inspired this rant.

    "They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"

    T Offline
    T Offline
    TheRaven
    wrote on last edited by
    #6

    Honestly, I'm surprised the issue wasn't pawned off on the XBox App or Notepad developers; had an MSI issue with a "game" installer in the past and it was blamed on the XBox devs even though the game specifically targeted Windows having nothing to do with XBox anything. Feedback Hub & Insider programs need better filtration for isolation and then passed on rather than the inferred "the buck stops here" reporting services, front-end, desk jockey, cavalcade it persist to appear as. Had a few instances of error reporting sickness myself, so can relate unfortunately. Might explain why Microsoft was soliciting for "Insiders" previously as many have probably, like myself, decided to move on to other areas in our existence rather than awaiting canned answers or finger pointing placing blame on someone else's department. Blame != Professionalism (default) --there are exceptions to the rule, but generally (in the case of Windows error and feedback reporting) not too many.

    I was unaware of that...

    1 Reply Last reply
    0
    • R Rick York

      Last October I submitted a bug report [^] and made several comments elaborating on the problem. It has to do with the FileVersionInfo family of API functions and how the their build process is broken because programs are linked to the wrong libraries which don't contain the relevant functions. There have been several updates since then and I install them all and the problem hasn't been fixed yet. I had actually written this off as yet another Microsoft-ism but I noticed they finally replied to my report : "Thank you for your feedback. We have determined that this issue belongs to the Windows platform. Please provide feedback using Windows 10 feedback hub store app. For more information, see https://support.microsoft.com/en-us/help/4021566/windows-10-send-feedback-to-microsoft-with-feedback-hub-app" What the ...? this is most definitely NOT a platform problem. It is a problem with their linker configuration because VS207 links my programs with the wrong libraries which are either not present or do not contain those functions. There is no work-around available other than not using those functions so I have to implement similar functionality myself in a different way. :rolleyes: This is really getting tiresome. I am not sure I want to bother reporting the other issues I have run into. One is very annoying because it requires that we install the redistributable package. I wanted to use static linking but that is not an option. -edit- because of this problem, I can't use the statically linked version. :wtf: /edit BTW - the problem is still present in today's 15.9.9 update. I tried it and that attempt inspired this rant.

      "They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"

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

      Hi, I can explain why it's a Windows Platform issue. It's the OSG (Operating Systems Group) that determines which functions are exported from mincore. When I was working on the OneCore SKU now called "Windows Core OS" it would take several weeks/months and a vetting process to get any functions added to mincore. I'd recommend following up and posting on the feedback hub. Maybe you can have @Richard-MacCutchan also give some feedback. [He complained about the same issue](https://www.codeproject.com/Lounge.aspx?msg=5541014#xx5541014xx). I believe they are using a weighting algorithm based on how many people complain about the same thing over at feedback hub. Best Wishes, -David Delaune

      R 1 Reply Last reply
      0
      • L Lost User

        Hi, I can explain why it's a Windows Platform issue. It's the OSG (Operating Systems Group) that determines which functions are exported from mincore. When I was working on the OneCore SKU now called "Windows Core OS" it would take several weeks/months and a vetting process to get any functions added to mincore. I'd recommend following up and posting on the feedback hub. Maybe you can have @Richard-MacCutchan also give some feedback. [He complained about the same issue](https://www.codeproject.com/Lounge.aspx?msg=5541014#xx5541014xx). I believe they are using a weighting algorithm based on how many people complain about the same thing over at feedback hub. Best Wishes, -David Delaune

        R Offline
        R Offline
        Rick York
        wrote on last edited by
        #8

        I can understand why that would be the case. I don't think that's really the problem though. I haven't tracked down the various DLLs and checked their exports to see where the functions actually are but the fact is I shouldn't have to. The documents say link with mincore.lib so I do that and the app links. However, when it runs it can't find the DLL it is supposed to import the functions from as I have explained. This means the linking process is messed up and I don't feel like doing their work to sort it out for them. It seems to me they should be able to just change where the functions are imported from as part of linking with that library because the missing DLL is explicitly imported by the app.

        "They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"

        L 1 Reply Last reply
        0
        • R Rick York

          I can understand why that would be the case. I don't think that's really the problem though. I haven't tracked down the various DLLs and checked their exports to see where the functions actually are but the fact is I shouldn't have to. The documents say link with mincore.lib so I do that and the app links. However, when it runs it can't find the DLL it is supposed to import the functions from as I have explained. This means the linking process is messed up and I don't feel like doing their work to sort it out for them. It seems to me they should be able to just change where the functions are imported from as part of linking with that library because the missing DLL is explicitly imported by the app.

          "They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"

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

          Rick York wrote:

          It seems to me they should be able to just change where the functions are imported from as part of linking with that library because the missing DLL is explicitly imported by the app.

          No, the compiler group consumes mincore.lib generated by the operating system build. Not the other way around. I can see why this might be confusing to someone on the outside. You should just post something regarding the problem onto the feedback hub so the correct team gets visibility into your issue. Best Wishes, -David Delaune

          1 Reply Last reply
          0
          • R Rick York

            Last October I submitted a bug report [^] and made several comments elaborating on the problem. It has to do with the FileVersionInfo family of API functions and how the their build process is broken because programs are linked to the wrong libraries which don't contain the relevant functions. There have been several updates since then and I install them all and the problem hasn't been fixed yet. I had actually written this off as yet another Microsoft-ism but I noticed they finally replied to my report : "Thank you for your feedback. We have determined that this issue belongs to the Windows platform. Please provide feedback using Windows 10 feedback hub store app. For more information, see https://support.microsoft.com/en-us/help/4021566/windows-10-send-feedback-to-microsoft-with-feedback-hub-app" What the ...? this is most definitely NOT a platform problem. It is a problem with their linker configuration because VS207 links my programs with the wrong libraries which are either not present or do not contain those functions. There is no work-around available other than not using those functions so I have to implement similar functionality myself in a different way. :rolleyes: This is really getting tiresome. I am not sure I want to bother reporting the other issues I have run into. One is very annoying because it requires that we install the redistributable package. I wanted to use static linking but that is not an option. -edit- because of this problem, I can't use the statically linked version. :wtf: /edit BTW - the problem is still present in today's 15.9.9 update. I tried it and that attempt inspired this rant.

            "They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"

            M Offline
            M Offline
            megaadam
            wrote on last edited by
            #10

            Rick York wrote:

            VS207

            You have the wrong version mate!

            "If we don't change direction, we'll end up where we're going"

            1 Reply Last reply
            0
            • R Rick York

              Last October I submitted a bug report [^] and made several comments elaborating on the problem. It has to do with the FileVersionInfo family of API functions and how the their build process is broken because programs are linked to the wrong libraries which don't contain the relevant functions. There have been several updates since then and I install them all and the problem hasn't been fixed yet. I had actually written this off as yet another Microsoft-ism but I noticed they finally replied to my report : "Thank you for your feedback. We have determined that this issue belongs to the Windows platform. Please provide feedback using Windows 10 feedback hub store app. For more information, see https://support.microsoft.com/en-us/help/4021566/windows-10-send-feedback-to-microsoft-with-feedback-hub-app" What the ...? this is most definitely NOT a platform problem. It is a problem with their linker configuration because VS207 links my programs with the wrong libraries which are either not present or do not contain those functions. There is no work-around available other than not using those functions so I have to implement similar functionality myself in a different way. :rolleyes: This is really getting tiresome. I am not sure I want to bother reporting the other issues I have run into. One is very annoying because it requires that we install the redistributable package. I wanted to use static linking but that is not an option. -edit- because of this problem, I can't use the statically linked version. :wtf: /edit BTW - the problem is still present in today's 15.9.9 update. I tried it and that attempt inspired this rant.

              "They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"

              D Offline
              D Offline
              Dar Brett 0
              wrote on last edited by
              #11

              They're busy fixing more important issues[^].

              1 Reply Last reply
              0
              • R Rick York

                Last October I submitted a bug report [^] and made several comments elaborating on the problem. It has to do with the FileVersionInfo family of API functions and how the their build process is broken because programs are linked to the wrong libraries which don't contain the relevant functions. There have been several updates since then and I install them all and the problem hasn't been fixed yet. I had actually written this off as yet another Microsoft-ism but I noticed they finally replied to my report : "Thank you for your feedback. We have determined that this issue belongs to the Windows platform. Please provide feedback using Windows 10 feedback hub store app. For more information, see https://support.microsoft.com/en-us/help/4021566/windows-10-send-feedback-to-microsoft-with-feedback-hub-app" What the ...? this is most definitely NOT a platform problem. It is a problem with their linker configuration because VS207 links my programs with the wrong libraries which are either not present or do not contain those functions. There is no work-around available other than not using those functions so I have to implement similar functionality myself in a different way. :rolleyes: This is really getting tiresome. I am not sure I want to bother reporting the other issues I have run into. One is very annoying because it requires that we install the redistributable package. I wanted to use static linking but that is not an option. -edit- because of this problem, I can't use the statically linked version. :wtf: /edit BTW - the problem is still present in today's 15.9.9 update. I tried it and that attempt inspired this rant.

                "They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"

                R Offline
                R Offline
                realJSOP
                wrote on last edited by
                #12

                Tell them it's preventing you from seeing one of the new icons. They'll fix it right away.

                ".45 ACP - because shooting twice is just silly" - JSOP, 2010
                -----
                You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
                -----
                When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

                R 1 Reply Last reply
                0
                • R realJSOP

                  Tell them it's preventing you from seeing one of the new icons. They'll fix it right away.

                  ".45 ACP - because shooting twice is just silly" - JSOP, 2010
                  -----
                  You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
                  -----
                  When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

                  R Offline
                  R Offline
                  Rick York
                  wrote on last edited by
                  #13

                  Great idea!

                  "They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"

                  1 Reply Last reply
                  0
                  • R Rick York

                    Last October I submitted a bug report [^] and made several comments elaborating on the problem. It has to do with the FileVersionInfo family of API functions and how the their build process is broken because programs are linked to the wrong libraries which don't contain the relevant functions. There have been several updates since then and I install them all and the problem hasn't been fixed yet. I had actually written this off as yet another Microsoft-ism but I noticed they finally replied to my report : "Thank you for your feedback. We have determined that this issue belongs to the Windows platform. Please provide feedback using Windows 10 feedback hub store app. For more information, see https://support.microsoft.com/en-us/help/4021566/windows-10-send-feedback-to-microsoft-with-feedback-hub-app" What the ...? this is most definitely NOT a platform problem. It is a problem with their linker configuration because VS207 links my programs with the wrong libraries which are either not present or do not contain those functions. There is no work-around available other than not using those functions so I have to implement similar functionality myself in a different way. :rolleyes: This is really getting tiresome. I am not sure I want to bother reporting the other issues I have run into. One is very annoying because it requires that we install the redistributable package. I wanted to use static linking but that is not an option. -edit- because of this problem, I can't use the statically linked version. :wtf: /edit BTW - the problem is still present in today's 15.9.9 update. I tried it and that attempt inspired this rant.

                    "They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"

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

                    Dude, I've been waiting for a couple of bugs to be fixed in FORMAT and FDISK since, oh, let's see now, .... ah, 1991! Still waiting.

                    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
                    • R Rick York

                      Last October I submitted a bug report [^] and made several comments elaborating on the problem. It has to do with the FileVersionInfo family of API functions and how the their build process is broken because programs are linked to the wrong libraries which don't contain the relevant functions. There have been several updates since then and I install them all and the problem hasn't been fixed yet. I had actually written this off as yet another Microsoft-ism but I noticed they finally replied to my report : "Thank you for your feedback. We have determined that this issue belongs to the Windows platform. Please provide feedback using Windows 10 feedback hub store app. For more information, see https://support.microsoft.com/en-us/help/4021566/windows-10-send-feedback-to-microsoft-with-feedback-hub-app" What the ...? this is most definitely NOT a platform problem. It is a problem with their linker configuration because VS207 links my programs with the wrong libraries which are either not present or do not contain those functions. There is no work-around available other than not using those functions so I have to implement similar functionality myself in a different way. :rolleyes: This is really getting tiresome. I am not sure I want to bother reporting the other issues I have run into. One is very annoying because it requires that we install the redistributable package. I wanted to use static linking but that is not an option. -edit- because of this problem, I can't use the statically linked version. :wtf: /edit BTW - the problem is still present in today's 15.9.9 update. I tried it and that attempt inspired this rant.

                      "They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"

                      M Offline
                      M Offline
                      MacSpudster
                      wrote on last edited by
                      #15

                      beuz u can

                      The best way to improve Windows is run it on a Mac. The best way to bring a Mac to its knees is to run Windows on it. ~ my brother Jeff

                      1 Reply Last reply
                      0
                      • R Rick York

                        Last October I submitted a bug report [^] and made several comments elaborating on the problem. It has to do with the FileVersionInfo family of API functions and how the their build process is broken because programs are linked to the wrong libraries which don't contain the relevant functions. There have been several updates since then and I install them all and the problem hasn't been fixed yet. I had actually written this off as yet another Microsoft-ism but I noticed they finally replied to my report : "Thank you for your feedback. We have determined that this issue belongs to the Windows platform. Please provide feedback using Windows 10 feedback hub store app. For more information, see https://support.microsoft.com/en-us/help/4021566/windows-10-send-feedback-to-microsoft-with-feedback-hub-app" What the ...? this is most definitely NOT a platform problem. It is a problem with their linker configuration because VS207 links my programs with the wrong libraries which are either not present or do not contain those functions. There is no work-around available other than not using those functions so I have to implement similar functionality myself in a different way. :rolleyes: This is really getting tiresome. I am not sure I want to bother reporting the other issues I have run into. One is very annoying because it requires that we install the redistributable package. I wanted to use static linking but that is not an option. -edit- because of this problem, I can't use the statically linked version. :wtf: /edit BTW - the problem is still present in today's 15.9.9 update. I tried it and that attempt inspired this rant.

                        "They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"

                        abmvA Offline
                        abmvA Offline
                        abmv
                        wrote on last edited by
                        #16

                        so u are telling that they did not fix dll hell ...

                        Caveat Emptor. "Progress doesn't come from early risers – progress is made by lazy men looking for easier ways to do things." Lazarus Long

                        We are in the beginning of a mass extinction. - Greta Thunberg

                        R 1 Reply Last reply
                        0
                        • abmvA abmv

                          so u are telling that they did not fix dll hell ...

                          Caveat Emptor. "Progress doesn't come from early risers – progress is made by lazy men looking for easier ways to do things." Lazarus Long

                          R Offline
                          R Offline
                          Rick York
                          wrote on last edited by
                          #17

                          They sort of did fix that but they are finding different ways to break things. Another thing - when I link with static libraries then my apps can't load resources from the libraries so several of the built-in controls won't work. The hits just keep on coming. The most annoying thing is the fingers are pointed at someone else and there is no way (I have found) to inform the target of those fingers. This means the likelihood of the issues being fixed is minimal.

                          "They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"

                          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