; thing and cannot help much...)
It should be easy, since vicq has it implemented (170ko for the whole uncompressed
source...),but it's text-only and i love licq
Vicq page: http://www.gonzo.kiev.ua/projects/vicq/
--
Since this exists in licq 1.0.4, can it be easily done?
Sorry if this is really easy to do, but I cant do much more in coding than
#include
main()
{
printf("Hello world\n");
}
:=)
--
Be
-- fortune
>
> ___
> Licq-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/licq-devel
>
--
Bernard Cafarelli
TH,
> Norberto
>
> ___
> Licq-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/licq-devel
>
--
ed licq code to work around receiving 0
> ips and 0 ports. You can see if the latest CVS fixes this problem of
> connecting to users.
>
> Jon
>
>
> ___
> Licq-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourc
Well I patched it against my cvs tree (just synced). So...:
-in the options chatmod message view is on, and automatic close of the 'function
window' (second option, I'm using french language)
when a friend initiates the dialog, it still opens the other window (not the
chat one), and when I answe
Hello list, latest CVS compilation gives for qt gui:
ewidgets.cpp: In member function `virtual void
CETabBar::paintLabel(QPainter*, const QRect&, QTab*, bool) const':
ewidgets.cpp:495: error: `PM_TabBarTabShiftHorizontal' is not
a member
of type `QStyle' ewidgets.cpp:496: error:
`PM_TabBarTabShift
Hello list!
It looks like recent updates in translate.cpp are not 64bit compliant
(I have attached compilations erros in comp.errs).
The iconv function wants nInSize and nOutSize to be size_t, but they are
declared as unsigned int (4 bytes): on amd64 size_t is a long unsigned
int (8 bytes).
I m