help loading dc++ source

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
squeek
Posts: 31
Joined: 2004-04-15 08:50
Location: UK
Contact:

help loading dc++ source

Post by squeek » 2004-05-03 05:49

please somebody help me
i have installed the MS Visual Studio .net 2003 Enterprise Architect (which i payed for)
the problem i have is, when trying to open the project using MS Visual Studio .net 2003 Enterprise Architect, I get an error telling me that the file i am trying to open is version 7.10 and that it can only open versions of 7.0 ???
i thought MS Visual Studio .net 2003 Enterprise Architect was the latest version?
i cant seem to open any of the files, i get the same error every time :(

ive always wanted to learn how to program in C++ and by looking on the forum here i know there are some good knowlegeable ppl here. i would be so greatful for any help.
thanks

Twink
Posts: 436
Joined: 2003-03-31 23:31
Location: New Zealand

Post by Twink » 2004-05-03 07:54

are you opening DCPlusPlus.sln in the main folder of the latest source?

squeek
Posts: 31
Joined: 2004-04-15 08:50
Location: UK
Contact:

Post by squeek » 2004-05-03 08:09

the source i have is = DCPlusPlus-0.401-src

when opening the folder, i see these items...
[folder] bzip2
[folder] client
[folder] DCPlusPlus-STLPort-4.6
[folder] DCPlusPlus-wtl7.1-src
[folder] MakeDefs
[folder] res
[folder] windows
[folder] zlib
VC++ Project File - bzip2
VC++ Project File - client
Visual Studio Solution file - DCPlusPlus
VC++ Project File - DCPlusPlus
VC++ Project File - zlib

none of the above will load. ?
i am truly lost.

ivulfusbar
Posts: 506
Joined: 2003-01-03 07:33

Post by ivulfusbar » 2004-05-04 04:10

Double-click on the "DCPlusPlus.vcproj" file located in the local root of the source-distribution.
Everyone is supposed to download from the hubs, - I don´t know why, but I never do anymore.

Twink
Posts: 436
Joined: 2003-03-31 23:31
Location: New Zealand

Post by Twink » 2004-05-04 04:17

I would have thought the solution file better, as the solution contains many projects

Visual Studio Solution file - DCPlusPlus

squeek
Posts: 31
Joined: 2004-04-15 08:50
Location: UK
Contact:

Post by squeek » 2004-05-04 12:42

i tryed both and they still wont load :cry:
if i load the solution file, i get the folling error...

The selected file is not a valid Visual Studio solution file.

After pressing ok, there doesnt seem to be a project?
i just wish i knew what i was doing wrong.
thank you for the replys

joakim_tosteberg
Forum Moderator
Posts: 587
Joined: 2003-05-07 02:38
Location: Sweden, Linkoping

Post by joakim_tosteberg » 2004-05-04 13:03

Begin with redownaloding the dc++ source and if that doesn't help, try to reinstall vs .net.

squeek
Posts: 31
Joined: 2004-04-15 08:50
Location: UK
Contact:

Post by squeek » 2004-05-04 13:14

i have installed MS Visual Studio.net twice this week because i thought the same thing and i downloaded the source for DC++ a few times too.
oh, i run windows XP Home edition. not sure if that matters?

GargoyleMT
DC++ Contributor
Posts: 3212
Joined: 2003-01-07 21:46
Location: .pa.us

Re: help loading dc++ source

Post by GargoyleMT » 2004-05-04 19:50

squeek wrote:i have installed the MS Visual Studio .net 2003 Enterprise Architect
...
the file i am trying to open is version 7.10 and that it can only open versions of 7.0
Visual Studio .NET 2003 is version 7.10 - check the About dialog. If you're getting complaints that you cannot open 7.1 version of the projects, you likely have .NET 2002 (again, check the Help>About dialog box).

squeek
Posts: 31
Joined: 2004-04-15 08:50
Location: UK
Contact:

Post by squeek » 2004-05-05 11:52

yes, i think you are right :(
MicroSoft Development Enviroment 2002 Version 7.0.9466

dam, now i realy do have problems :(
thanks for your reply

Locked