How to do a good development ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Agnes

    #1

    How to do a good development ?

    I got one big library named dtsclass and which will be share for 4
    developers.
    that dtsclass will place the server named H:\dtsclass\... ......

    For my own project, I need to add dtslcass library to my project.
    Now, everytime i complie my project, I need to ask other guy to close their
    visual studio.
    Complie Dtsclass first, then Complie my project.
    It seems very stupid to do .





  • =?ISO-8859-1?Q?G=F6ran_Andersson?=

    #2
    Re: How to do a good development ?

    Agnes wrote:
    I got one big library named dtsclass and which will be share for 4
    developers.
    that dtsclass will place the server named H:\dtsclass\... ......
    >
    For my own project, I need to add dtslcass library to my project.
    Now, everytime i complie my project, I need to ask other guy to close their
    visual studio.
    Complie Dtsclass first, then Complie my project.
    It seems very stupid to do .
    >
    You should work on a local copy of the files, not directly on the shared
    files.

    Look into some source code management system like SourceSafe.

    --
    Göran Andersson
    _____
    Göran Anderssons privata hemsida.

    Comment

    • Egghead

      #3
      Re: How to do a good development ?

      Do you ref the project or the dll only?
      Just ref the dlls at your local bin folder.

      --
      cheers,
      RL
      "Göran Andersson" <guffa@guffa.co mwrote in message
      news:%23lPkTysw HHA.2040@TK2MSF TNGP03.phx.gbl. ..
      Agnes wrote:
      >I got one big library named dtsclass and which will be share for 4
      >developers.
      >that dtsclass will place the server named H:\dtsclass\... ......
      >>
      >For my own project, I need to add dtslcass library to my project.
      >Now, everytime i complie my project, I need to ask other guy to close
      >their visual studio.
      >Complie Dtsclass first, then Complie my project.
      >It seems very stupid to do .
      >>
      >
      You should work on a local copy of the files, not directly on the shared
      files.
      >
      Look into some source code management system like SourceSafe.
      >
      --
      Göran Andersson
      _____
      http://www.guffa.com

      Comment

      Working...