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. The Lounge
  3. Name your most hated technology

Name your most hated technology

Scheduled Pinned Locked Moved The Lounge
28 Posts 25 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.
  • B Offline
    B Offline
    Bjarke Viksoe
    wrote on last edited by
    #1

    To cheer up this forum, I thought we should play a little game. The game is "Name your most hated technology". :) It doesn't have to be a Microsoft technology, but you have probably worked with something in the past that you deemed totally hopeless or just not worthy your programming time. This site is littered with acrnonyms like ActiveX, ATL, COM and MFC. Most of them we enjoy and spend many intimate hours with. But what about that OLE Automation stuff? Remember that... when embedding a picture in Excel was a big thing. Do you remember the struggle to figure out the stuff about sources and containers? Or "Direct Animation" - the *big* Microsoft replacement for FLASH web contents... does anyone actually use this. And was I the only one to write a "QuickView File Viewer" shell extension, only so it could be killed in the next Windows version, 2 years later. I also once looked at writing an OLEDB provider using the "Simple OLE DB Provider" interfaces... I'm pretty convinced that all the C++ samples are there to fool the enemy - this has got to be a hack for Visual Basic to allow them to write anything that would be close to an OLE DB provider. No way that overly-simplified buggy no-functionality interface could be a real COM interface. So don't be shy. Here's a chance to flame your most hated technology... regards bjarke

    D B M F C 17 Replies Last reply
    0
    • B Bjarke Viksoe

      To cheer up this forum, I thought we should play a little game. The game is "Name your most hated technology". :) It doesn't have to be a Microsoft technology, but you have probably worked with something in the past that you deemed totally hopeless or just not worthy your programming time. This site is littered with acrnonyms like ActiveX, ATL, COM and MFC. Most of them we enjoy and spend many intimate hours with. But what about that OLE Automation stuff? Remember that... when embedding a picture in Excel was a big thing. Do you remember the struggle to figure out the stuff about sources and containers? Or "Direct Animation" - the *big* Microsoft replacement for FLASH web contents... does anyone actually use this. And was I the only one to write a "QuickView File Viewer" shell extension, only so it could be killed in the next Windows version, 2 years later. I also once looked at writing an OLEDB provider using the "Simple OLE DB Provider" interfaces... I'm pretty convinced that all the C++ samples are there to fool the enemy - this has got to be a hack for Visual Basic to allow them to write anything that would be close to an OLE DB provider. No way that overly-simplified buggy no-functionality interface could be a real COM interface. So don't be shy. Here's a chance to flame your most hated technology... regards bjarke

      D Offline
      D Offline
      dark120
      wrote on last edited by
      #2

      ya know what I really hate? ATL. ARGHH!!! IT'S SO ANNOYING! I'm forced to work with these appz that my "Fellow Engineers" have added to and it doesn't make me very happy! ATL might be very handy for some people, but it's just annoying for me! ARGH!!! :mad: :mad: :mad: :mad: :mad: :mad: :mad: :mad: "The world doesn't care about your self esteem. The world expects you to get something done BEFORE you feel good about yourself." ~ Bill Gates

      N C 2 Replies Last reply
      0
      • B Bjarke Viksoe

        To cheer up this forum, I thought we should play a little game. The game is "Name your most hated technology". :) It doesn't have to be a Microsoft technology, but you have probably worked with something in the past that you deemed totally hopeless or just not worthy your programming time. This site is littered with acrnonyms like ActiveX, ATL, COM and MFC. Most of them we enjoy and spend many intimate hours with. But what about that OLE Automation stuff? Remember that... when embedding a picture in Excel was a big thing. Do you remember the struggle to figure out the stuff about sources and containers? Or "Direct Animation" - the *big* Microsoft replacement for FLASH web contents... does anyone actually use this. And was I the only one to write a "QuickView File Viewer" shell extension, only so it could be killed in the next Windows version, 2 years later. I also once looked at writing an OLEDB provider using the "Simple OLE DB Provider" interfaces... I'm pretty convinced that all the C++ samples are there to fool the enemy - this has got to be a hack for Visual Basic to allow them to write anything that would be close to an OLE DB provider. No way that overly-simplified buggy no-functionality interface could be a real COM interface. So don't be shy. Here's a chance to flame your most hated technology... regards bjarke

        B Offline
        B Offline
        Bjarke Viksoe
        wrote on last edited by
        #3

        I'll start by naming one of my most hated technologies: DDE (Dynamic Data Exchange)... :mad: That's probably the most crappy technology Microsoft has yet invented. After so many years in the Windows API I still don't get it. What's this about sending Windows messages to other application - couldn't Microsoft have figured out something a little more fancy. I mean, come on, for a communication protocol, Windows Messaging probably isn't the best path to take... The documentation claims that you can use it to "...establish conversations and perform transactions with applications...". So it that like a "MS Transaction Server"-lite? And why are we still sending DDE messages to ProgMan. I thought he died many years ago? The fact that the Windows Explorer still uses DDE, and Internet Explorer uses it to launch some URLs correctly simply makes me really tired. Bjarke Viksoe My code at: www.viksoe.dk/code

        1 Reply Last reply
        0
        • D dark120

          ya know what I really hate? ATL. ARGHH!!! IT'S SO ANNOYING! I'm forced to work with these appz that my "Fellow Engineers" have added to and it doesn't make me very happy! ATL might be very handy for some people, but it's just annoying for me! ARGH!!! :mad: :mad: :mad: :mad: :mad: :mad: :mad: :mad: "The world doesn't care about your self esteem. The world expects you to get something done BEFORE you feel good about yourself." ~ Bill Gates

          N Offline
          N Offline
          NormDroid
          wrote on last edited by
          #4

          ATL - it's simplistic yet powerfull. Why on earth is it annoying?

          1 Reply Last reply
          0
          • B Bjarke Viksoe

            To cheer up this forum, I thought we should play a little game. The game is "Name your most hated technology". :) It doesn't have to be a Microsoft technology, but you have probably worked with something in the past that you deemed totally hopeless or just not worthy your programming time. This site is littered with acrnonyms like ActiveX, ATL, COM and MFC. Most of them we enjoy and spend many intimate hours with. But what about that OLE Automation stuff? Remember that... when embedding a picture in Excel was a big thing. Do you remember the struggle to figure out the stuff about sources and containers? Or "Direct Animation" - the *big* Microsoft replacement for FLASH web contents... does anyone actually use this. And was I the only one to write a "QuickView File Viewer" shell extension, only so it could be killed in the next Windows version, 2 years later. I also once looked at writing an OLEDB provider using the "Simple OLE DB Provider" interfaces... I'm pretty convinced that all the C++ samples are there to fool the enemy - this has got to be a hack for Visual Basic to allow them to write anything that would be close to an OLE DB provider. No way that overly-simplified buggy no-functionality interface could be a real COM interface. So don't be shy. Here's a chance to flame your most hated technology... regards bjarke

            M Offline
            M Offline
            Matt Gullett
            wrote on last edited by
            #5

            I once worked with Oracle Express for Windows NT (about 3 years ago). This had to be the most buggy and poorly done product I have ever used. The Unix version was pretty good, but the WinNT version was a total bomb. The funniest thing about it, though, was that there were a few places in the UI where you could press F1 or click HELP and the app would blow up.

            1 Reply Last reply
            0
            • B Bjarke Viksoe

              To cheer up this forum, I thought we should play a little game. The game is "Name your most hated technology". :) It doesn't have to be a Microsoft technology, but you have probably worked with something in the past that you deemed totally hopeless or just not worthy your programming time. This site is littered with acrnonyms like ActiveX, ATL, COM and MFC. Most of them we enjoy and spend many intimate hours with. But what about that OLE Automation stuff? Remember that... when embedding a picture in Excel was a big thing. Do you remember the struggle to figure out the stuff about sources and containers? Or "Direct Animation" - the *big* Microsoft replacement for FLASH web contents... does anyone actually use this. And was I the only one to write a "QuickView File Viewer" shell extension, only so it could be killed in the next Windows version, 2 years later. I also once looked at writing an OLEDB provider using the "Simple OLE DB Provider" interfaces... I'm pretty convinced that all the C++ samples are there to fool the enemy - this has got to be a hack for Visual Basic to allow them to write anything that would be close to an OLE DB provider. No way that overly-simplified buggy no-functionality interface could be a real COM interface. So don't be shy. Here's a chance to flame your most hated technology... regards bjarke

              F Offline
              F Offline
              Farhan Noor Qureshi
              wrote on last edited by
              #6

              I had to take a detour and start Java and all it's by products (dont ask me why b/c there was no other alternative for me). Although there are many things in java that I like and many I dislike, but some some of them are so annoying that you can only bang your head on your keyboard. lol . These days I am working on apps that require an application server to run and for this we are using iPlanet and the least I can say is "iPlanet sucks". If you add a new servlet then there are so many XML files that need to be informed about your servlet, otherwise the new servlet wont come up. Not just servlets, the story continues for EJBs. It is partly b/c of the so called J2EE standards (BTW: J2EE itself is a big......[YOU KNOW WHAT!!!!]). Please no flames from java gurus! if there is any... :) ;) ;P :-D :cool: Farhan Noor Qureshi

              1 Reply Last reply
              0
              • B Bjarke Viksoe

                To cheer up this forum, I thought we should play a little game. The game is "Name your most hated technology". :) It doesn't have to be a Microsoft technology, but you have probably worked with something in the past that you deemed totally hopeless or just not worthy your programming time. This site is littered with acrnonyms like ActiveX, ATL, COM and MFC. Most of them we enjoy and spend many intimate hours with. But what about that OLE Automation stuff? Remember that... when embedding a picture in Excel was a big thing. Do you remember the struggle to figure out the stuff about sources and containers? Or "Direct Animation" - the *big* Microsoft replacement for FLASH web contents... does anyone actually use this. And was I the only one to write a "QuickView File Viewer" shell extension, only so it could be killed in the next Windows version, 2 years later. I also once looked at writing an OLEDB provider using the "Simple OLE DB Provider" interfaces... I'm pretty convinced that all the C++ samples are there to fool the enemy - this has got to be a hack for Visual Basic to allow them to write anything that would be close to an OLE DB provider. No way that overly-simplified buggy no-functionality interface could be a real COM interface. So don't be shy. Here's a chance to flame your most hated technology... regards bjarke

                C Offline
                C Offline
                Chris Losinger
                wrote on last edited by
                #7

                hate it hate it hate it. it's an absurdly complex solution to a simple problem. FCOM -c ------------------------------ Smaller Animals Software, Inc. http://www.smalleranimals.com

                1 Reply Last reply
                0
                • B Bjarke Viksoe

                  To cheer up this forum, I thought we should play a little game. The game is "Name your most hated technology". :) It doesn't have to be a Microsoft technology, but you have probably worked with something in the past that you deemed totally hopeless or just not worthy your programming time. This site is littered with acrnonyms like ActiveX, ATL, COM and MFC. Most of them we enjoy and spend many intimate hours with. But what about that OLE Automation stuff? Remember that... when embedding a picture in Excel was a big thing. Do you remember the struggle to figure out the stuff about sources and containers? Or "Direct Animation" - the *big* Microsoft replacement for FLASH web contents... does anyone actually use this. And was I the only one to write a "QuickView File Viewer" shell extension, only so it could be killed in the next Windows version, 2 years later. I also once looked at writing an OLEDB provider using the "Simple OLE DB Provider" interfaces... I'm pretty convinced that all the C++ samples are there to fool the enemy - this has got to be a hack for Visual Basic to allow them to write anything that would be close to an OLE DB provider. No way that overly-simplified buggy no-functionality interface could be a real COM interface. So don't be shy. Here's a chance to flame your most hated technology... regards bjarke

                  Z Offline
                  Z Offline
                  Zyxil
                  wrote on last edited by
                  #8

                  many things about crystal are worth hating: - 20mb of dll's to install for the "web" version, you do one thing with crystal and they ALL are instantiated, often crashing the web server - lame api - poorly/non documented api but the worst thing about this completely lame product is that it will turn honest programmers into office-automation hacks... everything that you do, you have to hack to get it to actually work. i hate hate hate that product. in a job interview once, the interviewer asked what i thought about crystal, and i said, "I truly hate crystal reports and if it would be one of my job duties, then I will not take the job." -John

                  L 1 Reply Last reply
                  0
                  • B Bjarke Viksoe

                    To cheer up this forum, I thought we should play a little game. The game is "Name your most hated technology". :) It doesn't have to be a Microsoft technology, but you have probably worked with something in the past that you deemed totally hopeless or just not worthy your programming time. This site is littered with acrnonyms like ActiveX, ATL, COM and MFC. Most of them we enjoy and spend many intimate hours with. But what about that OLE Automation stuff? Remember that... when embedding a picture in Excel was a big thing. Do you remember the struggle to figure out the stuff about sources and containers? Or "Direct Animation" - the *big* Microsoft replacement for FLASH web contents... does anyone actually use this. And was I the only one to write a "QuickView File Viewer" shell extension, only so it could be killed in the next Windows version, 2 years later. I also once looked at writing an OLEDB provider using the "Simple OLE DB Provider" interfaces... I'm pretty convinced that all the C++ samples are there to fool the enemy - this has got to be a hack for Visual Basic to allow them to write anything that would be close to an OLE DB provider. No way that overly-simplified buggy no-functionality interface could be a real COM interface. So don't be shy. Here's a chance to flame your most hated technology... regards bjarke

                    P Offline
                    P Offline
                    Paul A Howes
                    wrote on last edited by
                    #9

                    Oh, this is an easy one: DirectShow. Has anyone here ever tried to write a DirectShow filter that modifies a stream as it's being played? Well, microsoft includes some "base classes" that make writing most filters easy. Unfortunately, the one kind of filter that is total hell to write is a splitter, and they don't even offer sample code for it any more! It's actually EASIER to write the filters from scratch, using your own COM objects than it is to use their base classes. -- Paul "I drank... WHAT?"

                    1 Reply Last reply
                    0
                    • Z Zyxil

                      many things about crystal are worth hating: - 20mb of dll's to install for the "web" version, you do one thing with crystal and they ALL are instantiated, often crashing the web server - lame api - poorly/non documented api but the worst thing about this completely lame product is that it will turn honest programmers into office-automation hacks... everything that you do, you have to hack to get it to actually work. i hate hate hate that product. in a job interview once, the interviewer asked what i thought about crystal, and i said, "I truly hate crystal reports and if it would be one of my job duties, then I will not take the job." -John

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

                      I feel your pain... I'm now venturing into Crystal Hell again myself. The last version that I worked with was 4.x several years ago, with Btrieve as the DB. I had to write a user DLL just to perform a simple table lookup. Now we're trying to use v8.5 with ASP, and while their examples work, a simple report of my own doesn't, and no one appears to know why or how to determine what's wrong. Sigh... Perhaps its time to learn XML and XSLT and write it myself. Steven J. Ackerman, Consultant ACS, Sarasota, FL http://www.acscontrol.com steve@acscontrol.com sja@gte.net

                      N D 2 Replies Last reply
                      0
                      • B Bjarke Viksoe

                        To cheer up this forum, I thought we should play a little game. The game is "Name your most hated technology". :) It doesn't have to be a Microsoft technology, but you have probably worked with something in the past that you deemed totally hopeless or just not worthy your programming time. This site is littered with acrnonyms like ActiveX, ATL, COM and MFC. Most of them we enjoy and spend many intimate hours with. But what about that OLE Automation stuff? Remember that... when embedding a picture in Excel was a big thing. Do you remember the struggle to figure out the stuff about sources and containers? Or "Direct Animation" - the *big* Microsoft replacement for FLASH web contents... does anyone actually use this. And was I the only one to write a "QuickView File Viewer" shell extension, only so it could be killed in the next Windows version, 2 years later. I also once looked at writing an OLEDB provider using the "Simple OLE DB Provider" interfaces... I'm pretty convinced that all the C++ samples are there to fool the enemy - this has got to be a hack for Visual Basic to allow them to write anything that would be close to an OLE DB provider. No way that overly-simplified buggy no-functionality interface could be a real COM interface. So don't be shy. Here's a chance to flame your most hated technology... regards bjarke

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

                        Fire.

                        C 1 Reply Last reply
                        0
                        • B Bjarke Viksoe

                          To cheer up this forum, I thought we should play a little game. The game is "Name your most hated technology". :) It doesn't have to be a Microsoft technology, but you have probably worked with something in the past that you deemed totally hopeless or just not worthy your programming time. This site is littered with acrnonyms like ActiveX, ATL, COM and MFC. Most of them we enjoy and spend many intimate hours with. But what about that OLE Automation stuff? Remember that... when embedding a picture in Excel was a big thing. Do you remember the struggle to figure out the stuff about sources and containers? Or "Direct Animation" - the *big* Microsoft replacement for FLASH web contents... does anyone actually use this. And was I the only one to write a "QuickView File Viewer" shell extension, only so it could be killed in the next Windows version, 2 years later. I also once looked at writing an OLEDB provider using the "Simple OLE DB Provider" interfaces... I'm pretty convinced that all the C++ samples are there to fool the enemy - this has got to be a hack for Visual Basic to allow them to write anything that would be close to an OLE DB provider. No way that overly-simplified buggy no-functionality interface could be a real COM interface. So don't be shy. Here's a chance to flame your most hated technology... regards bjarke

                          M Offline
                          M Offline
                          Mario M
                          wrote on last edited by
                          #12

                          WAP is sure one of the worst thing ever invented, I think reinventing the wheel would be much better than WAP.

                          1 Reply Last reply
                          0
                          • B Bjarke Viksoe

                            To cheer up this forum, I thought we should play a little game. The game is "Name your most hated technology". :) It doesn't have to be a Microsoft technology, but you have probably worked with something in the past that you deemed totally hopeless or just not worthy your programming time. This site is littered with acrnonyms like ActiveX, ATL, COM and MFC. Most of them we enjoy and spend many intimate hours with. But what about that OLE Automation stuff? Remember that... when embedding a picture in Excel was a big thing. Do you remember the struggle to figure out the stuff about sources and containers? Or "Direct Animation" - the *big* Microsoft replacement for FLASH web contents... does anyone actually use this. And was I the only one to write a "QuickView File Viewer" shell extension, only so it could be killed in the next Windows version, 2 years later. I also once looked at writing an OLEDB provider using the "Simple OLE DB Provider" interfaces... I'm pretty convinced that all the C++ samples are there to fool the enemy - this has got to be a hack for Visual Basic to allow them to write anything that would be close to an OLE DB provider. No way that overly-simplified buggy no-functionality interface could be a real COM interface. So don't be shy. Here's a chance to flame your most hated technology... regards bjarke

                            J Offline
                            J Offline
                            Jason Gerard
                            wrote on last edited by
                            #13

                            Just one? I have several. 1. IBM Webshpere Application Server -- This Horrible piece of crap takes up 512 MB of memory per processor!!!!! 2. IBM Websphere Studio -- A poor imitation of Visual InterDev. You have to publish files multiple times before they are actually published. Crappy HTML/JSP editor. The damn thing actually tries to color code the text in a Java string, and when you save, the color coding dissappears. WTF? 3. MFC -- Well, I don't hate it. But I feel that it could have been implemented in a much simpler way. 4. MS Access -- I made the mistake of letting someone know that I had some experience with programming Access/VBA. Got stuck on a 9 month Access 97/VBA project. :-( 5. Crappy, half assed open source programs -- Not so much a technology but I still hate them. I have to do a lot of work with Linux lately. A great OS, but all the tools and utilities blow goats. Jason Gerard, Master of Kung Foo

                            1 Reply Last reply
                            0
                            • B Bjarke Viksoe

                              To cheer up this forum, I thought we should play a little game. The game is "Name your most hated technology". :) It doesn't have to be a Microsoft technology, but you have probably worked with something in the past that you deemed totally hopeless or just not worthy your programming time. This site is littered with acrnonyms like ActiveX, ATL, COM and MFC. Most of them we enjoy and spend many intimate hours with. But what about that OLE Automation stuff? Remember that... when embedding a picture in Excel was a big thing. Do you remember the struggle to figure out the stuff about sources and containers? Or "Direct Animation" - the *big* Microsoft replacement for FLASH web contents... does anyone actually use this. And was I the only one to write a "QuickView File Viewer" shell extension, only so it could be killed in the next Windows version, 2 years later. I also once looked at writing an OLEDB provider using the "Simple OLE DB Provider" interfaces... I'm pretty convinced that all the C++ samples are there to fool the enemy - this has got to be a hack for Visual Basic to allow them to write anything that would be close to an OLE DB provider. No way that overly-simplified buggy no-functionality interface could be a real COM interface. So don't be shy. Here's a chance to flame your most hated technology... regards bjarke

                              N Offline
                              N Offline
                              Nemanja Trifunovic
                              wrote on last edited by
                              #14

                              JavaScript and generally all the client-side scripting technologies. They make me crazy. Especially 'onmouseover()' :mad: X| :(( I vote pro drink X|

                              1 Reply Last reply
                              0
                              • R realJSOP

                                Fire.

                                C Offline
                                C Offline
                                Chris Maunder
                                wrote on last edited by
                                #15

                                Yeah - even coming down from the trees was a bad move... cheers, Chris Maunder (CodeProject)

                                R 1 Reply Last reply
                                0
                                • L Lost User

                                  I feel your pain... I'm now venturing into Crystal Hell again myself. The last version that I worked with was 4.x several years ago, with Btrieve as the DB. I had to write a user DLL just to perform a simple table lookup. Now we're trying to use v8.5 with ASP, and while their examples work, a simple report of my own doesn't, and no one appears to know why or how to determine what's wrong. Sigh... Perhaps its time to learn XML and XSLT and write it myself. Steven J. Ackerman, Consultant ACS, Sarasota, FL http://www.acscontrol.com steve@acscontrol.com sja@gte.net

                                  N Offline
                                  N Offline
                                  Nick Blumhardt
                                  wrote on last edited by
                                  #16

                                  immediately i read this post, i scanned down the replies for 'crystal' ;P

                                  1 Reply Last reply
                                  0
                                  • D dark120

                                    ya know what I really hate? ATL. ARGHH!!! IT'S SO ANNOYING! I'm forced to work with these appz that my "Fellow Engineers" have added to and it doesn't make me very happy! ATL might be very handy for some people, but it's just annoying for me! ARGH!!! :mad: :mad: :mad: :mad: :mad: :mad: :mad: :mad: "The world doesn't care about your self esteem. The world expects you to get something done BEFORE you feel good about yourself." ~ Bill Gates

                                    C Offline
                                    C Offline
                                    Christian Graus
                                    wrote on last edited by
                                    #17

                                    ATL *rules*. What don't you like about it ? Do you not have experience with templates ? If not, they are a pretty essential thing to wrap your head around. Christian #include "std_disclaimer.h" The careful application of terror is also a form of communication. Eagles may soar, but weasels don't get sucked into jet engines.

                                    1 Reply Last reply
                                    0
                                    • B Bjarke Viksoe

                                      To cheer up this forum, I thought we should play a little game. The game is "Name your most hated technology". :) It doesn't have to be a Microsoft technology, but you have probably worked with something in the past that you deemed totally hopeless or just not worthy your programming time. This site is littered with acrnonyms like ActiveX, ATL, COM and MFC. Most of them we enjoy and spend many intimate hours with. But what about that OLE Automation stuff? Remember that... when embedding a picture in Excel was a big thing. Do you remember the struggle to figure out the stuff about sources and containers? Or "Direct Animation" - the *big* Microsoft replacement for FLASH web contents... does anyone actually use this. And was I the only one to write a "QuickView File Viewer" shell extension, only so it could be killed in the next Windows version, 2 years later. I also once looked at writing an OLEDB provider using the "Simple OLE DB Provider" interfaces... I'm pretty convinced that all the C++ samples are there to fool the enemy - this has got to be a hack for Visual Basic to allow them to write anything that would be close to an OLE DB provider. No way that overly-simplified buggy no-functionality interface could be a real COM interface. So don't be shy. Here's a chance to flame your most hated technology... regards bjarke

                                      C Offline
                                      C Offline
                                      Chris Maunder
                                      wrote on last edited by
                                      #18

                                      Netscape's rendering engine. All of them. cheers, Chris Maunder (CodeProject)

                                      P 1 Reply Last reply
                                      0
                                      • B Bjarke Viksoe

                                        To cheer up this forum, I thought we should play a little game. The game is "Name your most hated technology". :) It doesn't have to be a Microsoft technology, but you have probably worked with something in the past that you deemed totally hopeless or just not worthy your programming time. This site is littered with acrnonyms like ActiveX, ATL, COM and MFC. Most of them we enjoy and spend many intimate hours with. But what about that OLE Automation stuff? Remember that... when embedding a picture in Excel was a big thing. Do you remember the struggle to figure out the stuff about sources and containers? Or "Direct Animation" - the *big* Microsoft replacement for FLASH web contents... does anyone actually use this. And was I the only one to write a "QuickView File Viewer" shell extension, only so it could be killed in the next Windows version, 2 years later. I also once looked at writing an OLEDB provider using the "Simple OLE DB Provider" interfaces... I'm pretty convinced that all the C++ samples are there to fool the enemy - this has got to be a hack for Visual Basic to allow them to write anything that would be close to an OLE DB provider. No way that overly-simplified buggy no-functionality interface could be a real COM interface. So don't be shy. Here's a chance to flame your most hated technology... regards bjarke

                                        R Offline
                                        R Offline
                                        Rene D
                                        wrote on last edited by
                                        #19

                                        NewEra, made by Informix, kind of program language, with a terrible windowpainter and builder. After 4 years Informix finally ended with NewEra, still celebrating that day every year :) René

                                        L 1 Reply Last reply
                                        0
                                        • B Bjarke Viksoe

                                          To cheer up this forum, I thought we should play a little game. The game is "Name your most hated technology". :) It doesn't have to be a Microsoft technology, but you have probably worked with something in the past that you deemed totally hopeless or just not worthy your programming time. This site is littered with acrnonyms like ActiveX, ATL, COM and MFC. Most of them we enjoy and spend many intimate hours with. But what about that OLE Automation stuff? Remember that... when embedding a picture in Excel was a big thing. Do you remember the struggle to figure out the stuff about sources and containers? Or "Direct Animation" - the *big* Microsoft replacement for FLASH web contents... does anyone actually use this. And was I the only one to write a "QuickView File Viewer" shell extension, only so it could be killed in the next Windows version, 2 years later. I also once looked at writing an OLEDB provider using the "Simple OLE DB Provider" interfaces... I'm pretty convinced that all the C++ samples are there to fool the enemy - this has got to be a hack for Visual Basic to allow them to write anything that would be close to an OLE DB provider. No way that overly-simplified buggy no-functionality interface could be a real COM interface. So don't be shy. Here's a chance to flame your most hated technology... regards bjarke

                                          J Offline
                                          J Offline
                                          James Pullicino
                                          wrote on last edited by
                                          #20

                                          ODBC - defninately the worst technology I have ever used. Oh yeah, and MMC.:mad: (2b || !2b)

                                          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