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. Articles

Articles

Scheduled Pinned Locked Moved The Lounge
comquestiondiscussion
37 Posts 13 Posters 3 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.
  • N Nish Nishant

    CPAM.exe does not work now - crashes. It's due to some recent change Chris made.

    Regards, Nish


    Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
    My latest book : C++/CLI in Action / Amazon.com link

    realJSOPR Offline
    realJSOPR Offline
    realJSOP
    wrote on last edited by
    #28

    THAT BASTARD! :)

    "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
    -----
    "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

    1 Reply Last reply
    0
    • N Nish Nishant

      CPAM.exe does not work now - crashes. It's due to some recent change Chris made.

      Regards, Nish


      Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
      My latest book : C++/CLI in Action / Amazon.com link

      realJSOPR Offline
      realJSOPR Offline
      realJSOP
      wrote on last edited by
      #29

      Hmmm, I don't see anything that would trigger a problem... How many articles do you have?

      "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
      -----
      "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

      N 1 Reply Last reply
      0
      • D DaTxomin

        Simmons' injuries are self-inflicted... and to follow on your analogy, Simmons would've also been stripped of medals won on any sport because of his many bigotted comments. This is a technical site.

        H Offline
        H Offline
        Hans Dietrich
        wrote on last edited by
        #30

        I disagree. This is a technical community. Technical sites don't have Lounges, leckeys, or hamsters.

        Best wishes, Hans


        [CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]

        P 1 Reply Last reply
        0
        • realJSOPR realJSOP

          Platinum membership is a pretty exclusive group though. I think Gold should be a lot more exclusive than it is, but it seems few if any other members agree with that view. I definitely disagree with the number of posts being a consideration in user status.

          "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
          -----
          "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

          H Offline
          H Offline
          Hans Dietrich
          wrote on last edited by
          #31

          I think the number of posts should be one of the factors, since it is indicative of involvement with the community.

          Best wishes, Hans


          [CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]

          1 Reply Last reply
          0
          • realJSOPR realJSOP

            Hmmm, I don't see anything that would trigger a problem... How many articles do you have?

            "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
            -----
            "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

            N Offline
            N Offline
            Nish Nishant
            wrote on last edited by
            #32

            John Simmons / outlaw programmer wrote:

            Hmmm, I don't see anything that would trigger a problem...

            The problem was in ProcessArticle - this line was crashing (exception message said - "input string was not in a proper format") :- //article.LatestRating = Convert.ToDecimal(rating); I commented it out and replaced it with this hack-fix :- article.LatestRating = Convert.ToDecimal(rating.Replace("/5", "")); But I am sure the proper fix needs to be done elsewhere.

            Regards, Nish


            Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
            My latest book : C++/CLI in Action / Amazon.com link

            realJSOPR 1 Reply Last reply
            0
            • N Nish Nishant

              John Simmons / outlaw programmer wrote:

              Hmmm, I don't see anything that would trigger a problem...

              The problem was in ProcessArticle - this line was crashing (exception message said - "input string was not in a proper format") :- //article.LatestRating = Convert.ToDecimal(rating); I commented it out and replaced it with this hack-fix :- article.LatestRating = Convert.ToDecimal(rating.Replace("/5", "")); But I am sure the proper fix needs to be done elsewhere.

              Regards, Nish


              Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
              My latest book : C++/CLI in Action / Amazon.com link

              realJSOPR Offline
              realJSOPR Offline
              realJSOP
              wrote on last edited by
              #33

              I wonder if that snuck in during one of my updates. I had to fix the same thing on my newer article I'm writing...

              "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
              -----
              "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

              H 1 Reply Last reply
              0
              • H Hans Dietrich

                I disagree. This is a technical community. Technical sites don't have Lounges, leckeys, or hamsters.

                Best wishes, Hans


                [CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]

                P Offline
                P Offline
                PIEBALDconsult
                wrote on last edited by
                #34

                What? No leckeys?! :omg:

                1 Reply Last reply
                0
                • realJSOPR realJSOP

                  I wonder if that snuck in during one of my updates. I had to fix the same thing on my newer article I'm writing...

                  "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                  -----
                  "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

                  H Offline
                  H Offline
                  Hans Dietrich
                  wrote on last edited by
                  #35

                  You need to offshore your QA team! :)

                  Best wishes, Hans


                  [CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]

                  realJSOPR 1 Reply Last reply
                  0
                  • H Hans Dietrich

                    You need to offshore your QA team! :)

                    Best wishes, Hans


                    [CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]

                    realJSOPR Offline
                    realJSOPR Offline
                    realJSOP
                    wrote on last edited by
                    #36

                    Actually, I think Chris added the "/5" to the string I was parsing. I did mention that the code in the article was subject to the whims of the site admin. Chris has promised a CodeProject API to replace my work-around, but the delivery time frame has not yet been established.

                    "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                    -----
                    "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

                    H 1 Reply Last reply
                    0
                    • realJSOPR realJSOP

                      Actually, I think Chris added the "/5" to the string I was parsing. I did mention that the code in the article was subject to the whims of the site admin. Chris has promised a CodeProject API to replace my work-around, but the delivery time frame has not yet been established.

                      "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                      -----
                      "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

                      H Offline
                      H Offline
                      Hans Dietrich
                      wrote on last edited by
                      #37

                      John Simmons / outlaw programmer wrote:

                      Chris has promised a CodeProject API

                      You should go directly to the hamster chief. I'm sure there's a backdoor.

                      Best wishes, Hans


                      [CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]

                      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