![]() |
|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Search | Today's Posts | Mark Forums Read |
Qtella (Linux/Unix) Qtella has been discontinued. We highly recommend you use an actively developed client instead. |
| LinkBack | Thread Tools | Display Modes |
| |||
![]() 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.. ![]() |
Thread Tools | |
Display Modes | |
| |
![]() | ||||
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 |