From: Alex Blekhman on 28 Dec 2009 05:55 "tanix" wrote: > No source control kinda kills the whole thing. You may use Perforce server for personal projects. Also, there is SVN, which is free. Alex
From: tanix on 28 Dec 2009 06:26 In article <uNtwKx6hKHA.5604(a)TK2MSFTNGP04.phx.gbl>, "Alex Blekhman" <tkfx.REMOVE(a)yahoo.com> wrote: >"tanix" wrote: >> No source control kinda kills the whole thing. > >You may use Perforce server for personal projects. Also, there is >SVN, which is free. Never tried that one. But it is probably not integratable into VS, or is it? >Alex -- Programmer's Goldmine collections: http://preciseinfo.org Tens of thousands of code examples and expert discussions on C++, MFC, VC, ATL, STL, templates, Java, Python, Javascript, organized by major topics of language, tools, methods, techniques.
From: Alex Blekhman on 28 Dec 2009 08:01 "tanix" wrote: >>You may use Perforce server for personal projects. Also, there >>is SVN, which is free. > > Never tried that one. But it is probably not integratable into > VS, or is it? Perforce is one of the best source control systems on the market. It is fully integrable with VS and has stand alone client, as well. See more details at their web site. Alex
From: Dave Cullen on 31 Dec 2009 09:27 >>You may use Perforce server for personal projects. Also, there is >>SVN, which is free. > > Never tried that one. But it is probably not integratable into VS, > or is it? > >>Alex > We're using Subversion (SVN) here and it integrates perfectly into Studio 5 or 8. drc
From: Dave Cullen on 31 Dec 2009 09:30 What version of Borland C++ was the program written for? If it's 3.1 and DOS based or a later version and Windows based it makes a big difference. drc "Nithin" <nithin.papdeja(a)gmail.com> wrote in message news:a0b558f4-09ea-414b-9481-291458502c97(a)v30g2000yqm.googlegroups.com... > Hi all, > > We are sitting with a bit of a challenge. We are trying to convert a > Borland > C++ App to either Microsoft Visual Studio C++.net or Visual Studio 6. > We > cannot find any resources on the net that can explain how and if this > can be > done. > > Help Please? > > Thanks In Advance, > Nithin > >
First
|
Prev
|
Pages: 1 2 3 Prev: extern for global variable: C Question Next: linking warning message. C Question! |