Search found 17 matches

by .Sulan.
2004-12-23 09:57
Forum: Programmer's Help
Topic: RichEdit in Settings Dialog doesnt work...
Replies: 14
Views: 7894

I have this in MainFrame::onCreate

LoadLibraryA("RICHED20.DLL");

i think that is what you need
by .Sulan.
2004-11-30 08:23
Forum: Programmer's Help
Topic: Debugging/testing DC++
Replies: 2
Views: 2156

If you are going to do tests and debug DC++ i recomend that you use latest CVS aswell, that way you wont have to debug fixed bugs ;-)
by .Sulan.
2004-11-27 13:17
Forum: Programmer's Help
Topic: User liste icons
Replies: 1
Views: 1722

userImages.CreateFromImage(IDB_USERS, 16, 8, CLR_DEFAULT, IMAGE_BITMAP, LR_CREATEDIBSECTION | LR_SHARED); try change that to : userImages.CreateFromImage(IDB_USERS, 0, 0, CLR_DEFAULT, IMAGE_BITMAP, LR_CREATEDIBSECTION | LR_SHARED); or userImages.CreateFromImage(IDB_USERS, 24, 24, CLR_DEFAULT, IMAGE...
by .Sulan.
2004-11-08 22:16
Forum: Programmer's Help
Topic: Compile DC++
Replies: 9
Views: 5631

you dont have makedefs.py?
by .Sulan.
2004-11-06 20:10
Forum: Programmer's Help
Topic: Compile DC++
Replies: 21
Views: 10664

Damn, a 7 mile post....

You need to extract wtl to a directory in the source root called wtl and same for stlport with a directory called stlport. This is to compile 0.666. For the others you need to include it form the GUI.
Like:

C:\dcpp_source\wtl
C:\dcpp_source\stlport
by .Sulan.
2004-11-05 20:54
Forum: Programmer's Help
Topic: Compile DC++
Replies: 21
Views: 10664

You dont want to add anyting in the options if you are trying to compile the latest DC++
by .Sulan.
2004-11-05 19:38
Forum: Programmer's Help
Topic: Compile DC++
Replies: 21
Views: 10664

Have you included wtl and stlport like it say in compile.txt?
by .Sulan.
2004-11-05 05:31
Forum: Programmer's Help
Topic: Compile DC++
Replies: 21
Views: 10664

You need a program for that, use:
Microsoft Visual Studio .NET 2003 Enterprise Architect Edition
When it is installed, read compile.txt
by .Sulan.
2004-10-29 04:42
Forum: Hubs and scripts
Topic: Made a new hub, i can log in, others get connection timeout?
Replies: 14
Views: 7646

[11:41] *** Connecting to oasisshare.no-ip.org... [11:41] *** Connected [11:41] <Hub-Security> This hub is running version 1.0.25 of the NeoModus Direct Connect Hub Software. [11:41] Private message from Liam: <Liam> Hello Sulan. Welcomd to The NEW Oasis Hub [11:41] Private message from Noel: <Noel...
by .Sulan.
2004-10-28 20:37
Forum: Hubs and scripts
Topic: Made a new hub, i can log in, others get connection timeout?
Replies: 14
Views: 7646

You still have your internal ip registerd. The first thing you should do is getting your external ip registerd.
by .Sulan.
2004-10-28 20:10
Forum: Hubs and scripts
Topic: Made a new hub, i can log in, others get connection timeout?
Replies: 14
Views: 7646

C:\>ping oasisshare.no-ip.org Skickar signaler till oasisshare.no-ip.org [192.168.0.14] med 32 byte data: Begäran gjorde timeout. Begäran gjorde timeout. Begäran gjorde timeout. Begäran gjorde timeout. Ping-statistik för 192.168.0.14: Paket: Skickade = 4, mottagna = 0, Förlorade =...
by .Sulan.
2004-10-27 13:29
Forum: Hubs and scripts
Topic: How do I set up a HUB?
Replies: 7
Views: 4493

verlihub.no-ip.com
by .Sulan.
2004-10-27 11:18
Forum: Programmer's Help
Topic: DC++ crash
Replies: 17
Views: 8716

Ohh i was tired and the forum was laggy so i had some troubbles posting, it didnt turn out as supposed...
by .Sulan.
2004-10-27 09:49
Forum: Programmer's Help
Topic: DC++ crash
Replies: 17
Views: 8716

I could try to help you if you ask really nice...
by .Sulan.
2004-10-27 06:26
Forum: Programmer's Help
Topic: DC++ crash
Replies: 17
Views: 8716

just try to comment out

Code: Select all

dcassert(ctrlUsers.getItemData(ctrlUsers.getSortPos(ui)) == ui) 
by .Sulan.
2004-10-26 09:26
Forum: Feature Discussion (Archived)
Topic: Hublist reading
Replies: 7
Views: 4680

You can use multiple hublists in DC++, separate them with ;