![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | What solution is the best between 1, 2 or 3 ? Hello, My project is actually in VB6 (Visual Studio 6) on XP. This project is Vista compatible, and has to stay XP compatible. I'm going to install VS2008 and migrate my project: First step, I want to migrate my main exe in VBNet 2008 and keep all my DLL in VB6, Second step (later), I will migrate my all project in VBNet 2008 and get rid of VB6. MY QUESTION IS: What solution is the best between 1, 2 or 3 (see below)? 1= install VS2008 on the same XP PC than VS6 2= install VS2008 on another XP PC 3= install VS2008 on a Vista PC (and continue to compil all my DLL under VS6 XP) Thank you (and sorry for my rusty english) (Msg crosspossed in microsoft.public.dotnet.general, microsoft.public.vsnet.general and microsoft.public.vstudio.setup) |
My System Specs![]() |
| | #2 (permalink) |
| | Re: What solution is the best between 1, 2 or 3 ? "Golard" <laurent.je.gaillard@xxxxxx> wrote in message news:ebDib24JJHA.920@xxxxxx Quote: > Hello, > My project is actually in VB6 (Visual Studio 6) on XP. > This project is Vista compatible, and has to stay XP compatible. > > I'm going to install VS2008 and migrate my project: > First step, I want to migrate my main exe in VBNet 2008 and keep all my > DLL > in VB6, > Second step (later), I will migrate my all project in VBNet 2008 and get > rid > of VB6. > > MY QUESTION IS: What solution is the best between 1, 2 or 3 (see below)? > 1= install VS2008 on the same XP PC than VS6 > 2= install VS2008 on another XP PC > 3= install VS2008 on a Vista PC (and continue to compil all my DLL under > VS6 > XP) -- John Saunders | MVP - Connected System Developer |
My System Specs![]() |
| | #3 (permalink) |
| | Re: What solution is the best between 1, 2 or 3 ? "John Saunders" <no@xxxxxx> a écrit dans le message de news: #q79kB6JJHA.1156@xxxxxx Quote: > "Golard" <laurent.je.gaillard@xxxxxx> wrote in message > news:ebDib24JJHA.920@xxxxxx Quote: > > Hello, > > My project is actually in VB6 (Visual Studio 6) on XP. > > This project is Vista compatible, and has to stay XP compatible. > > > > I'm going to install VS2008 and migrate my project: > > First step, I want to migrate my main exe in VBNet 2008 and keep all my > > DLL > > in VB6, > > Second step (later), I will migrate my all project in VBNet 2008 and get > > rid > > of VB6. > > > > MY QUESTION IS: What solution is the best between 1, 2 or 3 (see below)? > > 1= install VS2008 on the same XP PC than VS6 > > 2= install VS2008 on another XP PC > > 3= install VS2008 on a Vista PC (and continue to compil all my DLL under > > VS6 > > XP) > There is no reason not to install both on the same system. > > -- > John Saunders | MVP - Connected System Developer > The reason is that librairies from VB6 and executables from VBNet2008 have to come together to build my project... You advise me to have 2 separate PCs, but which solution between 2 and 3 ? |
My System Specs![]() |
| | #4 (permalink) |
| | Re: What solution is the best between 1, 2 or 3 ? "Golard" <lgaillard@xxxxxx> wrote in message news:gcet5b$nd6$1@xxxxxx Quote: > > "John Saunders" <no@xxxxxx> a écrit dans le message de news: > #q79kB6JJHA.1156@xxxxxx Quote: >> "Golard" <laurent.je.gaillard@xxxxxx> wrote in message >> news:ebDib24JJHA.920@xxxxxx Quote: >> > Hello, >> > My project is actually in VB6 (Visual Studio 6) on XP. >> > This project is Vista compatible, and has to stay XP compatible. >> > >> > I'm going to install VS2008 and migrate my project: >> > First step, I want to migrate my main exe in VBNet 2008 and keep all my >> > DLL >> > in VB6, >> > Second step (later), I will migrate my all project in VBNet 2008 and >> > get >> > rid >> > of VB6. >> > >> > MY QUESTION IS: What solution is the best between 1, 2 or 3 (see >> > below)? >> > 1= install VS2008 on the same XP PC than VS6 >> > 2= install VS2008 on another XP PC >> > 3= install VS2008 on a Vista PC (and continue to compil all my DLL >> > under >> > VS6 >> > XP) >> There is no reason not to install both on the same system. >> >> -- >> John Saunders | MVP - Connected System Developer >> > " There is no reason " ??? > The reason is that librairies from VB6 and executables from VBNet2008 have > to come together to build my project... > You advise me to have 2 separate PCs, but which solution between 2 and 3 ? -- John Saunders | MVP - Connected System Developer |
My System Specs![]() |
| | #5 (permalink) |
| | Re: What solution is the best between 1, 2 or 3 ? Install on the same computer as Visual Studio 6. Visual Studio 2008 will not do anything to your COM bits (VB6) and will not destroy or upgrade Visual Studio 6. They are two methodologies, two paradigms and two separate programs. There is absolutely NO conflict. As far as migration, you can certainly create a UI and link back to the VB6 bits. You do it with tlbimp.exe. The explanation and instructions are here: http://msdn.microsoft.com/en-us/library/ms973800.aspx I would agree that it is probably easier to alter UI first, although I am certain there is someone who would disagree. -- Gregory A. Beamer MVP, MCP: +I, SE, SD, DBA Subscribe to my blog http://feeds.feedburner.com/GregoryBeamer# or just read it: http://feeds.feedburner.com/GregoryBeamer ******************************************** | Think outside the box! | ******************************************** "Golard" <laurent.je.gaillard@xxxxxx> wrote in message news:ebDib24JJHA.920@xxxxxx Quote: > Hello, > My project is actually in VB6 (Visual Studio 6) on XP. > This project is Vista compatible, and has to stay XP compatible. > > I'm going to install VS2008 and migrate my project: > First step, I want to migrate my main exe in VBNet 2008 and keep all my > DLL > in VB6, > Second step (later), I will migrate my all project in VBNet 2008 and get > rid > of VB6. > > MY QUESTION IS: What solution is the best between 1, 2 or 3 (see below)? > 1= install VS2008 on the same XP PC than VS6 > 2= install VS2008 on another XP PC > 3= install VS2008 on a Vista PC (and continue to compil all my DLL under > VS6 > XP) > > Thank you (and sorry for my rusty english) > > (Msg crosspossed in microsoft.public.dotnet.general, > microsoft.public.vsnet.general and microsoft.public.vstudio.setup) > > |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| still no solution | Vista mail | |||
| what the solution? | Vista General | |||
| Any Solution? | Vista performance & maintenance | |||
| what the solution ? | Vista mail | |||
| My solution to IE7 | Vista General | |||