Hmm...nevermind. It is include order. :)
Since we don't (and won't) define BUILDING_DCPP for gui files, we need
to include gettext.h before DCPlusPlus.h. Sorry for the mess.
** Changed in: dcplusplus
Importance: Low => Undecided
** Changed in: dcplusplus
Status: Fix Committed => Invali
Not really invalid, but since I reverted we don't want to track this for
a release.
** Changed in: dcplusplus
Status: New => Invalid
--
Rev 2280 Compile error
https://bugs.launchpad.net/bugs/669278
You received this bug notification because you are a member of
Dcplusplus-team, which is su
We do include stdinc.h before DCPlusPlus.h. This error started occurring
after we merged .705 or 707 in awhile ago. We had to add -fpermissive in
order to ignore the error and just make it a warning. I know '_' is
gettext and is already defined by the time Streams.h is processed. I
know this since
that '_' is a #define normally replaced at compile time; that the compiler is
actually trying to match it as some valid token shows that the file that
#defines '_', DCPlusPlus.h, has not been included.
this is most likely a case of including stdinc.h but not DCPlusPlus.h; i
suggest you modify yo
build\release-mingw\dcpp\libdcpp.a(DownloadManager.o):DownloadManager.cpp:(.rdat
a$_ZTVN4dcpp19LimitedOutputStreamILb1EEE[vtable for dcpp::LimitedOutputStream]+0x10): undefined reference to `dcpp::LimitedOutputStream::write(void
const*, unsigned int)'
collect2: ld returned 1 exit status
scons: ***
My guess it would be something specific to MSVC, i will try to compile
under mingw and let you know for sure.
--
Rev 2280 Compile error
https://bugs.launchpad.net/bugs/669278
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.
Status in DC
I've reverted revision 2280 for now. Can someone from windows DC++ team
help me figure out why it was failing? It works fine in linux. Do I need
to add new cpp files somewhere?
--
Rev 2280 Compile error
https://bugs.launchpad.net/bugs/669278
You received this bug notification because you are a me
revno: 2281
committer: Steven Sheehy
branch nick: trunk
timestamp: Sun 2010-10-31 20:50:21 -0500
message:
Revert revision 2280
removed:
dcpp/Streams.cpp
modified:
dcpp/Streams.h
--
lp:dcplusplus
https://code.launchpad.net/~dcplus
Public bug reported:
Using MSVC 2010 rev 2280 can not be compiled
dcpp.lib(DownloadManager.obj) : error LNK2001: unresolved external symbol "publi
c: virtual unsigned int __thiscall dcpp::LimitedOutputStream<1>::write(void cons
t *,unsigned int)" (?wr...@?$limitedoutputstream@$...@dcpp@@uaeip...@
revno: 398
committer: Steven Sheehy
branch nick: linuxdcpp-i18n
timestamp: Sun 2010-10-31 18:06:01 -0500
message:
Ignore LANGUAGE core setting
modified:
dcpp/DCPlusPlus.cpp
--
lp:~linuxdcpp-team/linuxdcpp/linuxdcpp-i18n
https://cod
** Branch linked: lp:dcplusplus
--
Build warning: there are no arguments to ‘_’ that depend on a template parameter
https://bugs.launchpad.net/bugs/666175
You received this bug notification because you are a member of LinuxDC++
Team, which is subscribed to LinuxDC++.
Status in DC++: Fix Committe
Committed a fix to dcplusplus.
** Also affects: dcplusplus
Importance: Undecided
Status: New
** Tags added: core
** Changed in: dcplusplus
Importance: Undecided => Low
** Changed in: dcplusplus
Status: New => Fix Committed
** Changed in: dcplusplus
Assignee: (unassigne
revno: 2280
fixes bug(s): https://launchpad.net/bugs/666175
committer: Steven Sheehy
branch nick: trunk
timestamp: Sun 2010-10-31 17:54:47 -0500
message:
Fix multiple build warnings in Streams.h
added:
dcpp/Streams.cpp
modified:
dc
revno: 2279
committer: Steven Sheehy
branch nick: trunk
timestamp: Sun 2010-10-31 17:00:23 -0500
message:
i18n changes for linux
modified:
dcpp/DCPlusPlus.cpp
--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/
Public bug reported:
In the search tab, when you group results by TTH, then sort, ascending,
on the filename column, you get this:
- all grouped items in no particular order, then
- all directories in alphabetic order, then
- all nongrouped items in alphabetic order.
I get this in 1.1.0~pre1~bzr
revno: 2278
committer: eMTee
branch nick: dcplusplus
timestamp: Sun 2010-10-31 17:10:56 +0100
message:
[help] updates
modified:
changelog.txt
help/window_hub.html
win32/HubFrame.cpp
--
lp:dcplusplus
https://code.launchpad.net/~
If I remember correctly, I fixed it by simple adding "upLimit == 0" into
condition at the beginning of write() function (and similary downLimit
in read()), but it is "upTokens == -1" in DC++.
StrongDC++'s upLimit and also DC++'s upTokens is set once a second. The
difference is that I use upLimit a
this request stemmed from an incorrect behavior of the app when being
restored from the taskbar; hopefully fixed in rev 2277.
--
Disable Thumbnails Win 7
https://bugs.launchpad.net/bugs/668549
You received this bug notification because you are a member of
Dcplusplus-team, which is a bug assignee.
revno: 2277
committer: poy
branch nick: trunk
timestamp: Sun 2010-10-31 14:07:37 +0100
message:
restore the main window when clicking on a taskbar thumbnail
modified:
dwt/src/Taskbar.cpp
win32/MainWindow.cpp
--
lp:dcplusplus
http
there is no built-in way in Windows to disable taskbar thubnails. there used to
be such a check-box in beta versions, but it got wiped in the release and now
they can't be turned off (besides, why would anyone want to? ;)).
however, the following prog seems to do the job by injecting itself in th
Public bug reported:
gdb window:
buffer going away
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1952.0xbd4]
0x654d40f0 in adchpp::ManagedSocket::disconnect (this=0x30221ac,
timeout=5000, reason=adchpp::Util::REASON_WRITE_TIMEOUT)
at adchpp\ManagedSocket.cpp:2
revno: 397
committer: Steven Sheehy
branch nick: linuxdcpp-i18n
timestamp: Sun 2010-10-31 02:18:43 -0500
message:
Replace InstallIcons with RecursiveInstall
modified:
SConstruct
--
lp:~linuxdcpp-team/linuxdcpp/linuxdcpp-i18n
https:
22 matches
Mail list logo