Search found 4 matches

by earl
2004-03-23 23:12
Forum: Programmer's Help
Topic: "system" function problem
Replies: 6
Views: 3872

Ah, no. Use CreateProcess with CREATE_NO_WINDOW.

-earl-
by earl
2004-03-23 23:08
Forum: Programmer's Help
Topic: visual C++ runtime error
Replies: 9
Views: 5308

Add symbols to the release version. If it still happens, you're golden.

Otherwise, break out ntsd. Create an external symbol file and attach to the process after you start it.

-earl-
by earl
2004-03-23 23:06
Forum: Programmer's Help
Topic: vs .net (2002) + STLPort-4.6 + WTL 7.1
Replies: 7
Views: 4324

I think there is still a $30 upgrade available somewhere on Microsoft's site.

-earl-
by earl
2004-03-23 22:18
Forum: Feature Discussion (Archived)
Topic: Upload speed limit in dc++ client !!!
Replies: 19
Views: 7722

Here's the reason that I need an upload cap: my upstream is 32K / s. My cable modem simply sends 32K of data each second then queues or drops packets for the rest of the second. Here's the problem: if someone grabs 32K/s of my upstream bandwidth, it chokes TCP and ACKs aren't sent: either stuck in t...