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. WOOHOO!

WOOHOO!

Scheduled Pinned Locked Moved The Lounge
csharpcomdebugging
36 Posts 21 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.
  • M Member 96

    Why for art though feeding the trolls Mr. Clifton?


    More people died from worry than ever bled to death. - RAH

    M Offline
    M Offline
    Marc Clifton
    wrote on last edited by
    #18

    John Cardinal wrote:

    Why for art though feeding the trolls Mr. Clifton?

    It's sort of like an enchantment. For one hour each day, if I happen to encounter a troll during that time (usually at night before I go to bed) I'm compelled to feed it. :) Marc

    Thyme In The Country
    Interacx
    My Blog

    P 1 Reply Last reply
    0
    • M mbrezu2

      so... it looks like Microsoft just invented a new technology. Wonder what they'll call it... I know: Microsoft Live MAKE!

      M Offline
      M Offline
      Marc Clifton
      wrote on last edited by
      #19

      mbrezu2 wrote:

      it looks like Microsoft just invented a new technology. Wonder what they'll call it...

      But first, they'll patent it. ;)

      mbrezu2 wrote:

      I know: Microsoft Live MAKE!

      Or "Microsoft Make Live". It's time they started adding sexual connotations to their products. Marc

      Thyme In The Country
      Interacx
      My Blog

      1 Reply Last reply
      0
      • M Marc Clifton

        Jwalant Natvarlal Soneji wrote:

        I guess there were settings in vs 2005 to compile the changed or the whole code.

        Where? The only thing I've seen is under Projets and Solutions, the Build and Run options include "On Run, when projects are out of date:" but it always thinks projects are out of date. I mean, it doesn't do a full build, that's true, but it still thinks a lot about each project, far more so than if it were smart enough to know that no actual source files had changed. Marc

        Thyme In The Country
        Interacx
        My Blog

        P Offline
        P Offline
        peterchen
        wrote on last edited by
        #20

        Marc Clifton wrote:

        but it always thinks projects are out of date.

        It never said that about my projects ;P


        We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
        My first real C# project | Linkify!|FoldWithUs! | sighist

        M 1 Reply Last reply
        0
        • P peterchen

          Marc Clifton wrote:

          but it always thinks projects are out of date.

          It never said that about my projects ;P


          We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
          My first real C# project | Linkify!|FoldWithUs! | sighist

          M Offline
          M Offline
          Marc Clifton
          wrote on last edited by
          #21

          peterchen wrote:

          It never said that about my projects

          :laugh: I guess that's because I'm out of date too. ;) Marc

          Thyme In The Country
          Interacx
          My Blog

          P 1 Reply Last reply
          0
          • M Member 96

            Why for art though feeding the trolls Mr. Clifton?


            More people died from worry than ever bled to death. - RAH

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

            John Cardinal wrote:

            Why for art though feeding the trolls Mr. Clifton?

            One good reason a lot of people like to do this is the 5 votes that flow in. Every smart-ass reply to Kyle (or any such troll) gets you lots of 5s which look good in your message listing page. Sadly these days I don't spend enough time here to see troll posts soon enough to be the first one to do a smart-ass reply. This has seriously affected my highly valued collection of 5 voted messages. :rolleyes:

            Regards, Nish


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

            D 1 Reply Last reply
            0
            • N Nish Nishant

              John Cardinal wrote:

              Why for art though feeding the trolls Mr. Clifton?

              One good reason a lot of people like to do this is the 5 votes that flow in. Every smart-ass reply to Kyle (or any such troll) gets you lots of 5s which look good in your message listing page. Sadly these days I don't spend enough time here to see troll posts soon enough to be the first one to do a smart-ass reply. This has seriously affected my highly valued collection of 5 voted messages. :rolleyes:

              Regards, Nish


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

              D Offline
              D Offline
              Dan Neely
              wrote on last edited by
              #23

              Trolling for 5's gets you a 1. :doh::laugh:

              -- Help Stamp Out and Abolish Redundancy The preceding is courtesy of the Department of Unnecessarily Redundant Repetition Department.

              G 1 Reply Last reply
              0
              • M Marc Clifton

                Jwalant Natvarlal Soneji wrote:

                I guess there were settings in vs 2005 to compile the changed or the whole code.

                Where? The only thing I've seen is under Projets and Solutions, the Build and Run options include "On Run, when projects are out of date:" but it always thinks projects are out of date. I mean, it doesn't do a full build, that's true, but it still thinks a lot about each project, far more so than if it were smart enough to know that no actual source files had changed. Marc

                Thyme In The Country
                Interacx
                My Blog

                D Offline
                D Offline
                deltalmg
                wrote on last edited by
                #24

                I think the issue could be having the setup project in the code containing solution. I'd suspect if your setup project was started in its own solution that this wouldn't be the case. Since compiling your setup file makes it obsolete, your solution has changed. Not saying that MS shouldn't be able to do what gcc has been doing for decades and only compile and link what is new, but ... MS is working on making the compiler parallel (sort of there with team build but at the file level), so if you have 4 cores you'll compile >> 1 (~4X, probably more like 3X) core. As always, that feature is scheduled for the "next version".

                1 Reply Last reply
                0
                • M Marc Clifton

                  The thing that has bugged me in VS2003 and 2005, that every freakin' C# project gets recompiled when I tell it to run the startup project, HAS BEEN FIXED IN VS2008!!! WOOT! :jig: :beer: :badger: It now only compiles projects where the source code has changed!!! I can't wait to discover that it actually is buggy. And the thread selection in the debugger is awesome! Marc

                  Thyme In The Country
                  Interacx
                  My Blog

                  E Offline
                  E Offline
                  Ennis Ray Lynch Jr
                  wrote on last edited by
                  #25

                  I guess I have to buy a subscription now.


                  Need a C# Consultant? I'm available.
                  Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway

                  1 Reply Last reply
                  0
                  • N npclntxz dll

                    Dont use C# or C++ Its too hard; U should write code in the language you speak.

                    F Offline
                    F Offline
                    Fuzzier
                    wrote on last edited by
                    #26

                    Oh, yeah. You'd like to speak human language to a CPU, just like you would to a cow...:cool:

                    1 Reply Last reply
                    0
                    • N npclntxz dll

                      Dont use C# or C++ Its too hard; U should write code in the language you speak.

                      D Offline
                      D Offline
                      deltalmg
                      wrote on last edited by
                      #27

                      npclntxz.dll wrote:

                      U should write code in the language you speak.

                      Is your native language different than mine (English)? I haven't found a language that is quick and accurate enough to define an algorithm. Just look at an advanced algorithms book, it will talk for pages describing the logic. Rather than: int x = y[list->Value]++; try doing it with words in any language more effeciently, I dare you :)

                      G 1 Reply Last reply
                      0
                      • D Dan Neely

                        Trolling for 5's gets you a 1. :doh::laugh:

                        -- Help Stamp Out and Abolish Redundancy The preceding is courtesy of the Department of Unnecessarily Redundant Repetition Department.

                        G Offline
                        G Offline
                        ghle
                        wrote on last edited by
                        #28

                        Ditto on Trolling for 5 trollers!

                        Gary

                        1 Reply Last reply
                        0
                        • D deltalmg

                          npclntxz.dll wrote:

                          U should write code in the language you speak.

                          Is your native language different than mine (English)? I haven't found a language that is quick and accurate enough to define an algorithm. Just look at an advanced algorithms book, it will talk for pages describing the logic. Rather than: int x = y[list->Value]++; try doing it with words in any language more effeciently, I dare you :)

                          G Offline
                          G Offline
                          ghle
                          wrote on last edited by
                          #29

                          deltalmg wrote:

                          effeciently

                          Geez, I kant even speel correctly.

                          deltalmg wrote:

                          try doing it with words in any language

                          This, dear teachers, are why word problems were such a pain-in-the-ass in grade school! It wasn't because I stoopid. :^)

                          Gary

                          R 1 Reply Last reply
                          0
                          • H Howard Richards

                            No, Microsoft Visual Live ActiveMAKE#! :cool:

                            'Howard

                            G Offline
                            G Offline
                            ghle
                            wrote on last edited by
                            #30

                            Howard Richards wrote:

                            No, Microsoft Visual Live ActiveMAKE#!

                            How about Microsoft Visual Virtual MakeMe# ? :cool:

                            Gary

                            1 Reply Last reply
                            0
                            • M Marc Clifton

                              peterchen wrote:

                              It never said that about my projects

                              :laugh: I guess that's because I'm out of date too. ;) Marc

                              Thyme In The Country
                              Interacx
                              My Blog

                              P Offline
                              P Offline
                              peterchen
                              wrote on last edited by
                              #31

                              nah, it's just you are ripe ;)


                              We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
                              My first real C# project | Linkify!|FoldWithUs! | sighist

                              1 Reply Last reply
                              0
                              • M Marc Clifton

                                The thing that has bugged me in VS2003 and 2005, that every freakin' C# project gets recompiled when I tell it to run the startup project, HAS BEEN FIXED IN VS2008!!! WOOT! :jig: :beer: :badger: It now only compiles projects where the source code has changed!!! I can't wait to discover that it actually is buggy. And the thread selection in the debugger is awesome! Marc

                                Thyme In The Country
                                Interacx
                                My Blog

                                M Offline
                                M Offline
                                Mike Bluett
                                wrote on last edited by
                                #32

                                One not so good point re: VS2008 is that there are significant limitations when developing an embedded database application (even when using Microsoft's own product: MS SQL Compact 2005). For example, there is no way via the designer to do Foreign Key relations. I haven't looked but it is likely this works for MS SQL. This is a real nuisance when you are building a database that has quite a number of tables.

                                M 1 Reply Last reply
                                0
                                • M Marc Clifton

                                  John Cardinal wrote:

                                  Why for art though feeding the trolls Mr. Clifton?

                                  It's sort of like an enchantment. For one hour each day, if I happen to encounter a troll during that time (usually at night before I go to bed) I'm compelled to feed it. :) Marc

                                  Thyme In The Country
                                  Interacx
                                  My Blog

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

                                  I thought you were poking it with a stick.

                                  1 Reply Last reply
                                  0
                                  • M Mike Bluett

                                    One not so good point re: VS2008 is that there are significant limitations when developing an embedded database application (even when using Microsoft's own product: MS SQL Compact 2005). For example, there is no way via the designer to do Foreign Key relations. I haven't looked but it is likely this works for MS SQL. This is a real nuisance when you are building a database that has quite a number of tables.

                                    M Offline
                                    M Offline
                                    Marc Clifton
                                    wrote on last edited by
                                    #34

                                    Mike Bluett wrote:

                                    VS2008 is that there are significant limitations when developing an embedded database application (even when using Microsoft's own product: MS SQL Compact 2005).

                                    Have you looked at VistaDB[^]? (No relation to Vista OS). Marc

                                    Thyme In The Country
                                    Interacx
                                    My Blog

                                    M 1 Reply Last reply
                                    0
                                    • G ghle

                                      deltalmg wrote:

                                      effeciently

                                      Geez, I kant even speel correctly.

                                      deltalmg wrote:

                                      try doing it with words in any language

                                      This, dear teachers, are why word problems were such a pain-in-the-ass in grade school! It wasn't because I stoopid. :^)

                                      Gary

                                      R Offline
                                      R Offline
                                      Ri Qen Sin
                                      wrote on last edited by
                                      #35

                                      ghle wrote:

                                      This, dear teachers, are why word problems were such a pain-in-the-ass in grade school! It wasn't because I stoopid.

                                      This is why natural languages are so incompatible with artificial/constructed languages. There is no logic behind natural languages.

                                      ROFLOLMFAO

                                      1 Reply Last reply
                                      0
                                      • M Marc Clifton

                                        Mike Bluett wrote:

                                        VS2008 is that there are significant limitations when developing an embedded database application (even when using Microsoft's own product: MS SQL Compact 2005).

                                        Have you looked at VistaDB[^]? (No relation to Vista OS). Marc

                                        Thyme In The Country
                                        Interacx
                                        My Blog

                                        M Offline
                                        M Offline
                                        Mike Bluett
                                        wrote on last edited by
                                        #36

                                        Looks good, but it's not free like VS Express is. I'm not a commercial developer. I just do it for my own purposes and to help others out with some free app I produce (if I can). Thanks for the tip though.

                                        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