.NET 7.0 Help

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

Moderator: Moderators

Locked
rewguy
Posts: 2
Joined: 2004-02-18 21:06

.NET 7.0 Help

Post by rewguy » 2004-02-18 21:13

Can someone help me with compiling the latest version with .NET 7.0? I looked through the forums but couldn't find any information. I figured instead of running the project file I would just start a new empty project and add all of the .cpp files to the source file list and all of the .h files to the hearder files, and the .rc file to the resrouce list. When I went ot compile I got tons of errors.

If there is a thread on this can someone just link it please.

Thanks.

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

Post by joakim_tosteberg » 2004-02-19 00:36

Use the project files under the VC7 project fiolder instead, you'll still have to add some things I think but atleast you'll get all settings and some files correct.

rewguy
Posts: 2
Joined: 2004-02-18 21:06

hmm

Post by rewguy » 2004-02-21 14:57

There is no VC7 folder in DCPlusPlus-0.306-src.zip.

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

Post by Twink » 2004-02-21 15:54

get it from an older source zip.

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

Re: hmm

Post by GargoyleMT » 2004-02-21 15:54

rewguy wrote:There is no VC7 folder in DCPlusPlus-0.306-src.zip.
True, but there's one in CVS.

I've zipped them up and put them on my page:
http://members.verizon.net/todd.pederza ... roject.zip

Locked