Gnutella Forums  

Go Back   Gnutella Forums > Discontinued Gnutella Client Forums > Qtella (Linux/Unix)
Register FAQ The Twelve Commandments Members List Calendar Arcade Find the Best VPN Today's Posts

Qtella (Linux/Unix) Qtella has been discontinued. We highly recommend you use an actively developed client instead.


 
 
LinkBack Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2 (permalink)  
Old May 1st, 2002
Unregistered
Guest
 
Posts: n/a
Default

Some things need to be done to compile with gcc3..

For example: you need to either specify std::cerr or use: using namespace std;

You rely on iostream being included by fstream, this is not the case with all implementations (for example libstdc++ v3)

you use ios::bin, the correct iso/ansi way of doing it is with ios_base::binary

you use fstream::read wrong, it takes a char* (or const char*?) as first argument, so adding a & in front of an array is wrong (since an array is a pointer already), and having unsigned char* needs a specified cast to char*

might be something more, working on making it compile atm, working on it.. if you want a diff I can make one, but it's not hard to change it manually..

Thanx for a great gnutella app in general though..
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Qtella 0.6.5 released Etzi Qtella (Linux/Unix) 0 May 19th, 2004 05:24 PM
QTella 0.6.1 rkrajesh Qtella (Linux/Unix) 0 June 19th, 2003 04:29 AM
Qtella 0.5.1 released. Etzi Qtella (Linux/Unix) 0 March 31st, 2002 02:50 PM
Qtella 0.4.1a has been released Etzi Qtella (Linux/Unix) 0 March 12th, 2002 12:41 PM
Qtella MDoyle19 Qtella (Linux/Unix) 1 March 10th, 2002 02:05 AM


All times are GMT -7. The time now is 01:01 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.