Editing dc++

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

Moderator: Moderators

Locked
kevwhiteley
Posts: 9
Joined: 2006-01-19 12:11
Location: Halifax, West yorkshire, England
Contact:

Editing dc++

Post by kevwhiteley » 2006-01-19 12:16

I have d/loaded dc++ 0.68 and i am wanting to change things, like the name of it for example, the wording, and i want to change the look of the console, i do not have a clue how to do it, do i need some software?


I am wanting to edit the program to have the same look and feel as the [WH] theme (balck white and orange) as my website is this colour, can anyone help at all, just editing the console will be good, i can teach myself from there.




Cheers :?:

Guitarm
Forum Moderator
Posts: 385
Joined: 2004-01-18 15:38

Post by Guitarm » 2006-01-19 12:30

First of all you have to have access to Microsoft Visual Studio .NET (With C++ support) which is a Integrated Development Environment.

Then you need the sourcecode (available from CVS).

To understand what's going on in the code you also need some knowledge about Windows-specific C++ code (www.codeproject.com is a good source of info)
"Nothing really happens fast. Everything happens at such a rate that by the time it happens, it all seems normal."

kevwhiteley
Posts: 9
Joined: 2006-01-19 12:11
Location: Halifax, West yorkshire, England
Contact:

c++

Post by kevwhiteley » 2006-01-19 12:48

I have got microsoft visual c++ toolkit 2003 installed on my PC. but it is forign to me lol









a bit thick, aint i

kevwhiteley
Posts: 9
Joined: 2006-01-19 12:11
Location: Halifax, West yorkshire, England
Contact:

is it poss

Post by kevwhiteley » 2006-01-19 12:58

Is it possable for you to be able to do this for me? or is that out of the question, the following is what i want doing really


Want doing:-

Name changing to [WH]dc++ wherever it says dc++
Colour theme changing to black,orange and minimum white
Segment downloading

Other stuff (not wanted but would be nice)

Where the [wh]DC++ text is at the top of the console text saying designed for whiteleys hubs by - Your name here (Or whoever can do it)

Segment d/loading



That would be all really, is this a easy job and would i be able to do it with no experience in c++ ??

ullner
Forum Moderator
Posts: 333
Joined: 2004-09-10 11:00
Contact:

Re: is it poss

Post by ullner » 2006-01-19 13:00

kevwhiteley wrote: is this a easy job and would i be able to do it with no experience in c++ ??
No.

kevwhiteley
Posts: 9
Joined: 2006-01-19 12:11
Location: Halifax, West yorkshire, England
Contact:

ok

Post by kevwhiteley » 2006-01-19 13:07

Ok that is no problem, how do get the cvs files and where from

PseudonympH
Forum Moderator
Posts: 366
Joined: 2004-03-06 02:46

Post by PseudonympH » 2006-01-19 17:28

You can get the CVS version here.

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

Re: c++

Post by GargoyleMT » 2006-01-19 17:42

kevwhiteley wrote:I have got microsoft visual c++ toolkit 2003 installed on my PC. but it is forign to me lol
The bonus is that Visual C++ Toolkit is free, but I'm not sure you'll be able to use it to compile DC++ without a bit of ingenuity.
kevwhiteley wrote:how do get the cvs files and where from
CVS is a tool for keeping track of versions of software. Unless you know what you're doing, you don't need (or want) to deal with the source code in CVS - it hasn't been released and often has known bugs.

kevwhiteley
Posts: 9
Joined: 2006-01-19 12:11
Location: Halifax, West yorkshire, England
Contact:

Thank you

Post by kevwhiteley » 2006-01-19 19:16

Ok thank you all very much for your help, i will try find someone who knows what they are doing to do what i want, all i am after is a few things changing in the current dc++


Things are as follows:-

Segment downloading

Colours to be black orange and a little white

Name changing in all parts from dc++ to dc++ designed for use in [WH] whiteleys hubs, if anyone can do it for me please contact me via this post or email me. thank you

Todi
Forum Moderator
Posts: 699
Joined: 2003-03-04 12:16
Contact:

Post by Todi » 2006-01-20 02:59

Segment downloading is a bit more than "a few things". Why don't you use the source code of a client that already has that, it should make it a lot simpler for you.

kevwhiteley
Posts: 9
Joined: 2006-01-19 12:11
Location: Halifax, West yorkshire, England
Contact:

segmment

Post by kevwhiteley » 2006-01-20 05:11

I am not too bothered about segment downloading to be totally honest with you

Todi
Forum Moderator
Posts: 699
Joined: 2003-03-04 12:16
Contact:

Post by Todi » 2006-01-20 05:36

Ah, you just want ugly colours and deceptive naming with the effect of having made another pointless mod? That's.. sad =)

kevwhiteley
Posts: 9
Joined: 2006-01-19 12:11
Location: Halifax, West yorkshire, England
Contact:

Post by kevwhiteley » 2006-01-20 06:58

ok, well i would create more functions ect but i have no c++ experience what so ever, thank you all very much for the time spent helping me.








regards

[WH] whiteleys hubs owner and whiteleys hubs community owner

Locked