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. Codesmith Tools

Codesmith Tools

Scheduled Pinned Locked Moved The Lounge
toolsperformance
8 Posts 4 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.
  • P Offline
    P Offline
    Paul Conrad
    wrote on last edited by
    #1

    The other day someone asked about ORM tools in the Lounge and out of curiosity, I looked around at some tools. I want to look at Codesmith and was wondering if anyone has anything good or bad to say about their tool.


    Some people have a memory and an attention span, you should try them out one day. - Jeremy Falcon

    S 1 Reply Last reply
    0
    • P Paul Conrad

      The other day someone asked about ORM tools in the Lounge and out of curiosity, I looked around at some tools. I want to look at Codesmith and was wondering if anyone has anything good or bad to say about their tool.


      Some people have a memory and an attention span, you should try them out one day. - Jeremy Falcon

      S Offline
      S Offline
      Shog9 0
      wrote on last edited by
      #2

      Hanselman loves 'em. [^], YMMV. Personally, i relish those days where my typing speed is the only thing limiting my ability to churn out code. Heck, lately, i relish days where i get to write code at all. So yeah, no opinion.

      ---- Do you see what i see? Why do we live like this? Is it because it's true... ...That ignorance is bliss?

      P E 2 Replies Last reply
      0
      • S Shog9 0

        Hanselman loves 'em. [^], YMMV. Personally, i relish those days where my typing speed is the only thing limiting my ability to churn out code. Heck, lately, i relish days where i get to write code at all. So yeah, no opinion.

        ---- Do you see what i see? Why do we live like this? Is it because it's true... ...That ignorance is bliss?

        P Offline
        P Offline
        Paul Conrad
        wrote on last edited by
        #3

        Hey Shog, Thanks for the link, I'll check it out. I cannot seem to get through to the Codesmith people for a download link and their system never sends a link :|


        Some people have a memory and an attention span, you should try them out one day. - Jeremy Falcon

        1 Reply Last reply
        0
        • S Shog9 0

          Hanselman loves 'em. [^], YMMV. Personally, i relish those days where my typing speed is the only thing limiting my ability to churn out code. Heck, lately, i relish days where i get to write code at all. So yeah, no opinion.

          ---- Do you see what i see? Why do we live like this? Is it because it's true... ...That ignorance is bliss?

          E Offline
          E Offline
          Ed Poore
          wrote on last edited by
          #4

          Shog9 wrote:

          Heck, lately, i relish days where i get to write code at all

          You should take up programming micros, then you'll relish the days when you have a decent environment to work in.

          G 1 Reply Last reply
          0
          • E Ed Poore

            Shog9 wrote:

            Heck, lately, i relish days where i get to write code at all

            You should take up programming micros, then you'll relish the days when you have a decent environment to work in.

            G Offline
            G Offline
            Gordon Brandly
            wrote on last edited by
            #5

            Ed.Poore wrote:

            You should take up programming micros, then you'll relish the days when you have a decent environment to work in.

            That's an interesting coincidence -- I would feel the same way, if I hadn't done what I described[^] in my reply to Mike in the next thread.

            E 1 Reply Last reply
            0
            • G Gordon Brandly

              Ed.Poore wrote:

              You should take up programming micros, then you'll relish the days when you have a decent environment to work in.

              That's an interesting coincidence -- I would feel the same way, if I hadn't done what I described[^] in my reply to Mike in the next thread.

              E Offline
              E Offline
              Ed Poore
              wrote on last edited by
              #6

              Yeah I know what you mean, the chip which I use the most is the M16 & M32 by Renesas.  For the M16 we've got the IAR compiler, the environment for it is absolute c*** so much so that I tend to write the code in VS2005 and then move it across to the IAR one for actually compiling. [thinking]I did download something a while ago about how to integrate your own compilers into the VS2005 IDE, I wonder if I could do this with the IAR one, but I seem to remember that the interface to it was absolute terror the last time I looked.  Ah well when I get my current project out of the way I'll take a look into it since it'll make stuff sooo much nicer being able to compile stuff in VS2005 for a micro :->[/thinking]

              G 1 Reply Last reply
              0
              • E Ed Poore

                Yeah I know what you mean, the chip which I use the most is the M16 & M32 by Renesas.  For the M16 we've got the IAR compiler, the environment for it is absolute c*** so much so that I tend to write the code in VS2005 and then move it across to the IAR one for actually compiling. [thinking]I did download something a while ago about how to integrate your own compilers into the VS2005 IDE, I wonder if I could do this with the IAR one, but I seem to remember that the interface to it was absolute terror the last time I looked.  Ah well when I get my current project out of the way I'll take a look into it since it'll make stuff sooo much nicer being able to compile stuff in VS2005 for a micro :->[/thinking]

                G Offline
                G Offline
                Gordon Brandly
                wrote on last edited by
                #7

                Ed.Poore wrote:

                I seem to remember that the interface to it was absolute terror the last time I looked

                That's my understanding, too. I wish someone somewhere would write a "How To" article about properly integrating a 'foreign' compiler. For myself, I just used the, oh what's it called, that MAKE-based new project wizard thingy. I can't double-click on compilation errors to pop to their source line, but I'm mainly using the IDE's editor, Intellisense, and the Class window (which doesn't show any classes for C code, of course, but does show double-clickable function names and global variables.)

                E 1 Reply Last reply
                0
                • G Gordon Brandly

                  Ed.Poore wrote:

                  I seem to remember that the interface to it was absolute terror the last time I looked

                  That's my understanding, too. I wish someone somewhere would write a "How To" article about properly integrating a 'foreign' compiler. For myself, I just used the, oh what's it called, that MAKE-based new project wizard thingy. I can't double-click on compilation errors to pop to their source line, but I'm mainly using the IDE's editor, Intellisense, and the Class window (which doesn't show any classes for C code, of course, but does show double-clickable function names and global variables.)

                  E Offline
                  E Offline
                  Ed Poore
                  wrote on last edited by
                  #8

                  I meant the command-line interface to the IAR compilers, the stuff to integrate with .NET is pish posh compared to that. :doh:


                  I have no idea what I just said. But my intentions were sincere.

                  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