Re: Calitko-v.0.5.8

Hi Peter,

I am behind an authenticating web proxy.. i am yet to figure out how to configure bazaar to go through it.. If any of you have done that please share the  configuration.. it will save me from further trouble..
I just added ‘#include “  ‘below ‘#include “Imports.cpp” ‘ in both the files.

It was complaining as below without this header.

d:\vijayekm\Sources\calitko\calitko-0.5.8\Protocols\BitTorrent\Torrents\BList.cpp(66) : error C2678: binary ‘==’ : no operator found which takes a left-hand operand of type ‘const type_info’ (or there is
no acceptable conversion)

NameLookup.cpp was not part of the solution and linker was complaining the he could not find Utils::NameLookup::lookupHost

Now when i try to run Calitko, it crashes and below is the stack trace.

QtCored4.dll!QMetaObject::indexOfSignal(const char * signal=0×004e6339)  Line 423 + 0xf    C++
QtCored4.dll!QObject::connect(const QObject * sender=0×00503c5c, const char * signal=0×004e6339, const QObject * receiver=0×00503c54, const char * method=0×004e6339, Qt::ConnectionType type=AutoConnection)  Line 2429 + 0xc    C++
calitko.exe!Utils::Timer::Timer(QObject * parent=0×00000000)  Line 79 + 0×1d    C++
>    calitko.exe!Protocols::Generics::ConnectionPrivate::ConnectionPrivate()  + 0×8c    C++
calitko.exe!$E1()  Line 44 + 0×13    C++
msvcr71d.dll!_initterm(void (void)* * pfbegin=0×00501250, void (void)* * pfend=0×00501444)  Line 600    C
calitko.exe!WinMainCRTStartup()  Line 336 + 0xf    C
kernel32.dll!7c816fd7()
ntdll.dll!7c915b4f()
Sorry that i did not try much to fix this. i am trying to finish reading the the-gdf.org documents to get my basics right.

Regards

Vijay

Would you like to post a relpy?


This post is a reply to:
Re: Calitko-v.0.5.8
Can you please send a patch to see exactly what you've changed, Vijay? bzr branch http://bzr.calitko.org/calitko will get the sources over HTTP so I wouldn't expect that your network firewall blocks (more...)

Follow-ups:
Re: Calitko-v.0.5.8
Hi Vijay, The include is probably not displayed correctly in your post because of the XHTML validation feature of Wordpress. I'll see how I can turn it off to avoid this (more...)
Re: Calitko-v.0.5.8
Hi ... I meant.. I just added ‘#include “  ‘below ‘#include “Imports.cpp” ‘ in both the files.... Regards Vijay